diff options
author | 2005-03-18 19:20:38 +0000 | |
---|---|---|
committer | 2005-03-18 19:20:38 +0000 | |
commit | a790e4c8ca00a45f30be2bdb348e9581279add4f (patch) | |
tree | b70e84464ed325faf2fd9a5bf4518cc2d0848d25 | |
parent | sk(4) fits (diff) | |
download | wireguard-openbsd-a790e4c8ca00a45f30be2bdb348e9581279add4f.tar.xz wireguard-openbsd-a790e4c8ca00a45f30be2bdb348e9581279add4f.zip |
another re* at cardbus missing, arghcvs diff -u RAMDISK_CD
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index fad864b354b..4d4bb87967e 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.90 2005/03/16 21:42:01 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.91 2005/03/18 19:20:38 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -321,6 +321,7 @@ em* at pci? # Intel Pro/1000 ethernet txp* at pci? # 3com 3CR990 nge* at pci? # NS DP83820/DP83821 GigE re* at pci? # Realtek 8169/8169S/8110S +re* at cardbus? # Realtek 8169/8169S/8110S stge* at pci? # Sundance TC9021 GigE bge* at pci? # Broadcom BCM570x (aka Tigon3) #lge* at pci? # Level1 LXT1001 GigE |