Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Add bge* and brgphy*, for laptops with Br...



details:   https://anonhg.NetBSD.org/src/rev/94250dded340
branches:  trunk
changeset: 555478:94250dded340
user:      jonathan <jonathan%NetBSD.org@localhost>
date:      Tue Nov 18 20:54:44 2003 +0000

description:
Add bge* and brgphy*, for laptops with Broadcom gigabit on motherboard.

diffstat:

 sys/arch/i386/conf/GENERIC_LAPTOP |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 2f59c1f17b8c -r 94250dded340 sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Tue Nov 18 19:46:37 2003 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Tue Nov 18 20:54:44 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_LAPTOP,v 1.81 2003/10/18 08:12:07 lukem Exp $
+#      $NetBSD: GENERIC_LAPTOP,v 1.82 2003/11/18 20:54:44 jonathan Exp $
 #      From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
 #
 #      GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
@@ -8,7 +8,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.81 $"
+#ident                 "GENERIC-$Revision: 1.82 $"
 
 maxusers       32              # estimated number of users
 
@@ -511,6 +511,7 @@
 
 # PCI network interfaces
 bce*   at pci? dev ? function ?        # Broadcom 4401 10/100 Ethernet
+bge*   at pci? dev ? function ?        # Broadcom 570x gigabit Ethernet
 ex*    at pci? dev ? function ?        # 3Com 90x[BC]
 fxp*   at pci? dev ? function ?        # Intel EtherExpress PRO 10+/100B
 ne*    at pci? dev ? function ?        # NE2000-compatible Ethernet
@@ -541,6 +542,7 @@
 tlp*   at cardbus? dev ? function ?    # DECchip 21143
 
 # MII/PHY support
+brgphy*        at mii? phy ?                   # Broadcom BCM5400-family PHYs
 dmphy* at mii? phy ?                   # Davicom DM9101 PHYs
 exphy* at mii? phy ?                   # 3Com internal PHYs
 icsphy*        at mii? phy ?                   # Integrated Circuit Systems ICS189x



Home | Main Index | Thread Index | Old Index