diff options
author | Andreas Gunnarsson <andreas@cvs.openbsd.org> | 2004-02-13 23:24:31 +0000 |
---|---|---|
committer | Andreas Gunnarsson <andreas@cvs.openbsd.org> | 2004-02-13 23:24:31 +0000 |
commit | 5fd00ce73bfd72b17a5fff2d4847fdecfadbb748 (patch) | |
tree | 20d668a4d0d5a25ede99dee2e767ec1c7b479d3e /sys/arch | |
parent | ba3a23106fe11c40d05b928e02445742eab02e89 (diff) |
bce (Broadcom 4401 10/100 ethernet driver) from NetBSD
Most work by nate@, ok deraadt@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 6fd1e272fb2..5000ef2fee0 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.352 2004/01/07 22:00:37 markus Exp $ +# $OpenBSD: GENERIC,v 1.353 2004/02/13 23:24:30 andreas Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -389,6 +389,7 @@ bge* at pci? dev ? function ? # Broadcom BCM570x (aka Tigon3) 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 |