diff options
author | Andreas Gunnarsson <andreas@cvs.openbsd.org> | 2004-02-14 20:11:52 +0000 |
---|---|---|
committer | Andreas Gunnarsson <andreas@cvs.openbsd.org> | 2004-02-14 20:11:52 +0000 |
commit | 10f73160b3220a78fcee6b72f3fee17a69474614 (patch) | |
tree | d9dcbdc80e6a6f7d364fecf9087a9854cafe1464 /sys/arch/i386/conf | |
parent | abfc2f37dce047c66ecb73c60ef0a568443534c4 (diff) |
Broadcom BCM4401 (bce)
ok miod@
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 6ed44336c1e..5d8b6ddee72 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.123 2003/12/23 03:15:11 mickey Exp $ +# $OpenBSD: RAMDISK,v 1.124 2004/02/14 20:11:51 andreas Exp $ machine i386 # architecture, used by config; REQUIRED @@ -235,6 +235,7 @@ em* at pci? dev ? function ? # Intel Pro/1000 ethernet #stge* at pci? dev ? function ? # Sundance TC9021 GigE #lge* at pci? dev ? function ? # Level1 LXT1001 GigE #hme* at pci? dev ? function ? # Sun Happy Meal +#bce* at pci? dev ? function ? # Broadcom BCM4401 # Wireless network cards wi* at pci? dev ? function ? # WaveLAN IEEE 802.11DS diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index f5e8b37bef0..f29b0c25343 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.62 2003/09/02 16:52:34 deraadt Exp $ +# $OpenBSD: RAMDISKB,v 1.63 2004/02/14 20:11:51 andreas Exp $ machine i386 # architecture, used by config; REQUIRED @@ -253,6 +253,7 @@ em* at pci? dev ? function ? # Intel Pro/1000 ethernet #stge* at pci? dev ? function ? # Sundance TC9021 GigE #lge* at pci? dev ? function ? # Level1 LXT1001 GigE #hme* at pci? dev ? function ? # Sun Happy Meal +#bce* at pci? dev ? function ? # Broadcom BCM4401 # Wireless network cards wi* at pci? dev ? function ? # WaveLAN IEEE 802.11DS diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index b26e4dd598e..730a4ad3c62 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.34 2003/08/08 19:38:45 deraadt Exp $ +# $OpenBSD: RAMDISKC,v 1.35 2004/02/14 20:11:51 andreas Exp $ machine i386 # architecture, used by config; REQUIRED @@ -245,6 +245,7 @@ em* at pci? dev ? function ? # Intel Pro/1000 ethernet #stge* at pci? dev ? function ? # Sundance TC9021 GigE #lge* at pci? dev ? function ? # Level1 LXT1001 GigE #hme* at pci? dev ? function ? # Sun Happy Meal +#bce* at pci? dev ? function ? # Broadcom BCM4401 # Wireless network cards wi* at pci? dev ? function ? # WaveLAN IEEE 802.11DS diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 10b24ff9ec4..26bab249dc5 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.66 2004/01/04 00:29:50 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.67 2004/02/14 20:11:51 andreas Exp $ machine i386 # architecture, used by config; REQUIRED @@ -298,6 +298,7 @@ nge* at pci? dev ? function ? # NS DP83820/DP83821 GigE bge* at pci? dev ? function ? # Broadcom BCM570x (aka Tigon3) #lge* at pci? dev ? function ? # Level1 LXT1001 GigE mtd* at pci? dev ? function ? # Myson MTD803 +bce* at pci? dev ? function ? # Broadcom BCM4401 # Wireless network cards wi* at pci? dev ? function ? # WaveLAN IEEE 802.11DS |