Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/i386/conf Pull up revision 1.77 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/1d6ff1dd5447
branches:  netbsd-1-6
changeset: 530821:1d6ff1dd5447
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Oct 05 11:49:27 2003 +0000

description:
Pull up revision 1.77 (requested by mrg in ticket #1486):
enable broadcom BCM4401 (bce) driver (as found on recent dell laptops)

diffstat:

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

diffs (26 lines):

diff -r bfdd0ec60ae4 -r 1d6ff1dd5447 sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Sun Oct 05 11:49:20 2003 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Sun Oct 05 11:49:27 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_LAPTOP,v 1.50.4.4 2003/09/10 16:55:34 grant Exp $
+#      $NetBSD: GENERIC_LAPTOP,v 1.50.4.5 2003/10/05 11:49:27 tron 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.50.4.4 $"
+#ident                 "GENERIC-$Revision: 1.50.4.5 $"
 
 maxusers       32              # estimated number of users
 
@@ -468,6 +468,7 @@
 # Network Interfaces
 
 # PCI network interfaces
+bce*   at pci? dev ? function ?        # Broadcom 4401 10/100 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



Home | Main Index | Thread Index | Old Index