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 | |
parent | 90f543dc33f9ab57c6a4fff5980521fd8d95eef4 (diff) |
Put se(4) onto these ramdisks
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 1ad0ff248c0..640624676ac 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.110 2010/02/28 19:39:54 jsg Exp $ +# $OpenBSD: RAMDISK_CD,v 1.111 2010/04/02 20:19:45 deraadt Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -265,6 +265,7 @@ pcn* at pci? # AMD PCnet-PCI Ethernet dc* at pci? # 21143, "tulip" clone ethernet dc* at cardbus? # 21143, "tulip" clone ethernet sis* at pci? # SiS 900/7016 ethernet +se* at pci? # SiS 190/191 ethernet #wb* at pci? # Winbond W89C840F ethernet #ti* at pci? # Alteon Tigon 1Gb ethernet skc* at pci? # SysKonnect GEnesis 984x 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 |