diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2004-12-19 16:59:17 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2004-12-19 16:59:17 +0000 |
commit | ed1cd886c2d5ea9e4ae996a53a92f0c7ad6c8acb (patch) | |
tree | 07f5cfdd2abb306d300b459ba9e59e7ca1fce30c | |
parent | 32b8b3327ca602f1358ae67e000478017bde285a (diff) |
Add ahd.
ok deraadt@.
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 03ca56093eb..4741ab40dfc 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.42 2004/12/19 16:09:16 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.43 2004/12/19 16:59:16 krw Exp $ # # GENERIC -- everything that's currently supported # @@ -192,6 +192,8 @@ lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports #scsibus* at bha? ahc* at pci? # Adaptec 2940 SCSI controllers scsibus* at ahc? +ahd* at pci? # Adaptec 79?? SCSI controllers +scsibus* at ahd? mpt* at pci? # LSI Fusion-MPT SCSI/Fibre scsibus* at mpt? #dpt* at pci? # DPT SmartCache/SmartRAID PCI diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 15d39954d27..a43b3b4e2a7 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.21 2004/12/08 08:05:44 dlg Exp $ +# $OpenBSD: RAMDISK_CD,v 1.22 2004/12/19 16:59:16 krw Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -136,6 +136,8 @@ com2 at isa? port 0x3e8 irq 5 #scsibus* at bha? ahc* at pci? # Adaptec 2940 SCSI controllers scsibus* at ahc? +ahd* at pci? # Adaptec 79?? SCSI controllers +scsibus* at ahd? mpt* at pci? # LSI Fusion-MPT SCSI/Fibre scsibus* at mpt? #dpt* at pci? # DPT SmartCache/SmartRAID PCI |