diff options
author | 2005-08-13 23:37:23 +0000 | |
---|---|---|
committer | 2005-08-13 23:37:23 +0000 | |
commit | 21002ab2a10d59098d1f0fccf09b4616a572b433 (patch) | |
tree | 4804ad8d26c2a51d01f2f92eafee566534f57994 | |
parent | typo (diff) | |
download | wireguard-openbsd-21002ab2a10d59098d1f0fccf09b4616a572b433.tar.xz wireguard-openbsd-21002ab2a10d59098d1f0fccf09b4616a572b433.zip |
add ste*
ok krw@, deraadt@
-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 fbffdd42ceb..52346037d56 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.101 2005/08/03 22:42:52 brad Exp $ +# $OpenBSD: RAMDISK_CD,v 1.102 2005/08/13 23:37:23 brad Exp $ machine i386 # architecture, used by config; REQUIRED @@ -315,6 +315,7 @@ tl* at pci? # Compaq Thunderlan ethernet vr* at pci? # VIA Rhine ethernet dc* at pci? # 21143, "tulip" clone ethernet dc* at cardbus? # 21143, "tulip" clone ethernet +ste* at pci? # Sundance ST201 ethernet sis* at pci? # SiS 900/7016 ethernet wb* at pci? # Winbond W89C840F ethernet ti* at pci? # Alteon Tigon 1Gb ethernet |