diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-03 16:06:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-03 16:06:02 +0000 |
commit | fa976d0ce1ef36d6cfc730237373ffbf339d58a9 (patch) | |
tree | 6242a9dd7cf1a4399173631044dbfbe4facdd5ac /sys/arch/amd64/conf | |
parent | bf4d6e5da30fa618c62c309628a3906d7de980d6 (diff) |
se* cannot fit until I resize the media
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 640624676ac..38ef02fe856 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.111 2010/04/02 20:19:45 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.112 2010/04/03 16:06:01 deraadt Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -265,7 +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 +#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 |