diff options
author | 2004-12-19 16:59:16 +0000 | |
---|---|---|
committer | 2004-12-19 16:59:16 +0000 | |
commit | 46eb0fe517f7f30d4d533d53f91d5b1ff2ba2080 (patch) | |
tree | 8281f75fdd54a92db4958e8b7f2b22fdcfa6b7a8 | |
parent | use /sys includes instead of /usr/include/[possibly stale]/sys; deraadt@ ok (diff) | |
download | wireguard-openbsd-46eb0fe517f7f30d4d533d53f91d5b1ff2ba2080.tar.xz wireguard-openbsd-46eb0fe517f7f30d4d533d53f91d5b1ff2ba2080.zip |
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 |