diff options
author | 2009-03-29 21:57:26 +0000 | |
---|---|---|
committer | 2009-03-29 21:57:26 +0000 | |
commit | 90b234dfa0033db30f5eb0c66eb6442fb18b12a3 (patch) | |
tree | fb224bdf75c3b2625071e3c697feca93eb0f5ed3 | |
parent | make various strings ("can't map mem space" and similar) more consistent (diff) | |
download | wireguard-openbsd-90b234dfa0033db30f5eb0c66eb6442fb18b12a3.tar.xz wireguard-openbsd-90b234dfa0033db30f5eb0c66eb6442fb18b12a3.zip |
Enable ahc(4).
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index 1d74896c559..c4a9fc37a0a 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.86 2009/03/01 20:59:09 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.87 2009/03/29 21:57:26 kettenis Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -166,6 +166,7 @@ isp* at sbus? option ISP_COMPILE_1000_FW=1 scsibus* at esp? +ahc* at pci? siop* at pci? isp* at pci? mpi* at pci? @@ -177,6 +178,7 @@ pciide* at jmb? ahci* at pci? option ISP_COMPILE_FW=1 +scsibus* at ahc? scsibus* at siop? scsibus* at isp? scsibus* at mpi? |