diff options
| author | mrg <mrg@NetBSD.org> | 2003-09-27 13:16:16 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2003-09-27 13:16:16 +0000 |
| commit | 3942bb7a51010344aa6bd2ed7604ac2e2bc31dff (patch) | |
| tree | ea6b105bc1cad982cb938cfd3c7b9c8b43814215 /sys | |
| parent | 871eae696e8894b2f44f0448de4d7a6fc96b5fdf (diff) | |
enable broadcom BCM4401 (bce) driver (as found on recent dell laptops)
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/i386/conf/GENERIC | 5 | ||||
| -rw-r--r-- | sys/arch/i386/conf/GENERIC_LAPTOP | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 5b20a3120bc..830e61dc7af 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.570 2003/09/06 22:39:23 christos Exp $ +# $NetBSD: GENERIC,v 1.571 2003/09/27 13:16:16 mrg Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.570 $" +#ident "GENERIC-$Revision: 1.571 $" maxusers 32 # estimated number of users @@ -670,6 +670,7 @@ ed* at edc? # PCI network interfaces an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11) +bce* at pci? dev ? function ? # Broadcom 4401 10/100 Ethernet bge* at pci? dev ? function ? # Broadcom 570x gigabit Ethernet en* at pci? dev ? function ? # ENI/Adaptec ATM ep* at pci? dev ? function ? # 3Com 3c59x diff --git a/sys/arch/i386/conf/GENERIC_LAPTOP b/sys/arch/i386/conf/GENERIC_LAPTOP index 2c048bc4ca5..a6c7e957a9c 100644 --- a/sys/arch/i386/conf/GENERIC_LAPTOP +++ b/sys/arch/i386/conf/GENERIC_LAPTOP @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC_LAPTOP,v 1.76 2003/09/09 07:14:01 itojun Exp $ +# $NetBSD: GENERIC_LAPTOP,v 1.77 2003/09/27 13:16:16 mrg 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 @@ include "arch/i386/conf/std.i386" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.76 $" +#ident "GENERIC-$Revision: 1.77 $" maxusers 32 # estimated number of users @@ -497,6 +497,7 @@ fd* at fdc? drive ? # the drives themselves # 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 |
