diff options
author | 2005-06-01 14:22:24 +0000 | |
---|---|---|
committer | 2005-06-01 14:22:24 +0000 | |
commit | 951b66d6798678869a027f2f67bb6f98d45af4cd (patch) | |
tree | d2ebc677068994630aac07250ddee45f2a6314bb | |
parent | when creating a new directory, steal the parent its cvsroot structure if (diff) | |
download | wireguard-openbsd-951b66d6798678869a027f2f67bb6f98d45af4cd.tar.xz wireguard-openbsd-951b66d6798678869a027f2f67bb6f98d45af4cd.zip |
disable sf* too, until it is vtophys clean
-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 |