diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-02 20:19:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-02 20:19:46 +0000 |
commit | becc0d703dd00064216e13156539a56985638316 (patch) | |
tree | 62f15355bd8e24b74e30002db4b0eea2bf4d0171 /sys/arch/i386 | |
parent | 90f543dc33f9ab57c6a4fff5980521fd8d95eef4 (diff) |
Put se(4) onto these ramdisks
Diffstat (limited to 'sys/arch/i386')
-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 330cbad0e35..1a1157afe33 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.175 2010/02/28 19:39:54 jsg Exp $ +# $OpenBSD: RAMDISK_CD,v 1.176 2010/04/02 20:19:45 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -347,6 +347,7 @@ 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 +se* at pci? # SiS 190/191 ethernet wb* at pci? # Winbond W89C840F ethernet sf* at pci? # Adaptec AIC-6915 ethernet ti* at pci? # Alteon Tigon 1Gb ethernet |