diff options
author | 2005-04-21 02:08:16 +0000 | |
---|---|---|
committer | 2005-04-21 02:08:16 +0000 | |
commit | 56665ffd3a902334a01c21ec484f61de055a1069 (patch) | |
tree | 4d5c99eabfaa48f6e2031db4972ba41af9bb1ea1 | |
parent | Rather than try to fix b2n_print and b2n_snprint, which are not used, send (diff) | |
download | wireguard-openbsd-56665ffd3a902334a01c21ec484f61de055a1069.tar.xz wireguard-openbsd-56665ffd3a902334a01c21ec484f61de055a1069.zip |
-bce
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index ffbd9779aaf..689b5fa2982 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.54 2005/04/01 22:22:21 deraadt Exp $ +# $OpenBSD: RAMDISKC,v 1.55 2005/04/21 02:08:16 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -281,7 +281,7 @@ re* at cardbus? # Realtek 8169/8169S/8110S #stge* at pci? # Sundance TC9021 GigE #lge* at pci? # Level1 LXT1001 GigE #hme* at pci? # Sun Happy Meal -bce* at pci? # Broadcom BCM4401 +#bce* at pci? # Broadcom BCM4401 vge* at pci? # VIA VT612x # Wireless network cards |