Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/macppc/conf add gem and brgphy so we have ethernet ...



details:   https://anonhg.NetBSD.org/src/rev/04196538c4d8
branches:  trunk
changeset: 551713:04196538c4d8
user:      grant <grant%NetBSD.org@localhost>
date:      Wed Sep 10 18:06:26 2003 +0000

description:
add gem and brgphy so we have ethernet on the PowerBook G4 DVI.

diffstat:

 sys/arch/macppc/conf/INSTALL |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 31d23bd7fc33 -r 04196538c4d8 sys/arch/macppc/conf/INSTALL
--- a/sys/arch/macppc/conf/INSTALL      Wed Sep 10 18:05:52 2003 +0000
+++ b/sys/arch/macppc/conf/INSTALL      Wed Sep 10 18:06:26 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.66 2003/09/06 03:25:28 itojun Exp $
+#      $NetBSD: INSTALL,v 1.67 2003/09/10 18:06:26 grant Exp $
 #
 # config file for INSTALL FLOPPY
 #
@@ -77,6 +77,7 @@
 epic*  at pci? dev ? function ?        # SMC EPIC/100 Ethernet
 ex*    at pci? dev ? function ?        # 3Com 90x[BC]
 fxp*   at pci? dev ? function ?        # Intel EtherExpress PRO 10+/100B
+gem*   at pci? dev ? function ?        # gmac ethernet
 ne*    at pci? dev ? function ?        # NE2000-compatible Ethernet
 rtk*   at pci? dev ? function ?        # Realtek 8129/8139
 sip*   at pci? dev ? function ?        # SiS 900/7016 Ethernet
@@ -94,6 +95,7 @@
 tlp*   at pci? dev ? function ?        # DECchip 21x4x and clones
 
 bmtphy*        at mii? phy ?                   # Broadcom BCM5201/BCM5202 PHYs
+brgphy*        at mii? phy ?                   # Broadcom BCM5400 PHYs
 exphy* at mii? phy ?                   # 3Com internal PHYs
 icsphy*        at mii? phy ?                   # Integrated Circuit Systems ICS189x
 inphy* at mii? phy ?                   # Intel 82555 PHYs



Home | Main Index | Thread Index | Old Index