diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-06-01 14:22:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-06-01 14:22:25 +0000 |
commit | 7238b52add2b705ff9ae9a8db1a612f98efa28c1 (patch) | |
tree | efd981edef0ec93670bf2743c4bca5675f12fa5b /sys | |
parent | ba41ca5847938282c33fe7592a7a4b25d5440f1e (diff) |
disable sf* too, until it is vtophys clean
Diffstat (limited to 'sys')
-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 8de184e5f59..3316f709a97 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.34 2005/05/27 15:54:59 drahn Exp $ +# $OpenBSD: RAMDISK_CD,v 1.35 2005/06/01 14:22:24 deraadt Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -226,7 +226,7 @@ sk* at skc? # each port of above em* at pci? # Intel Pro/1000 ethernet #txp* at pci? # 3com 3CR990 #nge* at pci? # NS DP83820/DP83821 GigE -sf* at pci? # Adaptec AIC-6915 ethernet +#sf* at pci? # Adaptec AIC-6915 ethernet bge* at pci? # Broadcom BCM570x (aka Tigon3) re* at pci? # Realtek 8169/8169S/8110S stge* at pci? # Sundance TC9021 GigE |