diff options
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 2514ab365d4..4ddb949aa12 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.9 2004/03/05 21:52:20 avsm Exp $ +# $OpenBSD: GENERIC,v 1.10 2004/03/10 01:23:25 deraadt Exp $ # # GENERIC -- everything that's currently supported # @@ -209,6 +209,8 @@ com1 at isa? port 0x2f8 irq 3 #ahc0 at isa? port ? irq ? # Adaptec 284x SCSI controllers ahc* at pci? dev ? function ? # Adaptec 2940 SCSI controllers scsibus* at ahc? +mpt* at pci? dev ? function ? # LSI Fusion-MPT SCSI/Fibre +scsibus* at mpt? #dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID PCI #scsibus* at dpt? gdt* at pci? dev ? function ? # ICP Vortex GDT RAID controllers diff --git a/sys/arch/amd64/conf/RAMDISK b/sys/arch/amd64/conf/RAMDISK index 3bd48ae654b..096bda81368 100644 --- a/sys/arch/amd64/conf/RAMDISK +++ b/sys/arch/amd64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.5 2004/02/28 22:22:48 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.6 2004/03/10 01:23:25 deraadt Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -126,6 +126,8 @@ com2 at isa? port 0x3e8 irq 5 #scsibus* at bha? ahc* at pci? dev ? function ? # Adaptec 2940 SCSI controllers scsibus* at ahc? +mpt* at pci? dev ? function ? # LSI Fusion-MPT SCSI/Fibre +scsibus* at mpt? #dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID PCI #scsibus* at dpt? #gdt* at pci? dev ? function ? # ICP Vortex GDT RAID controllers diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index e0c036f7c2a..db69132a1a1 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.5 2004/02/27 16:53:24 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.6 2004/03/10 01:23:25 deraadt Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -126,6 +126,8 @@ com2 at isa? port 0x3e8 irq 5 #scsibus* at bha? ahc* at pci? dev ? function ? # Adaptec 2940 SCSI controllers scsibus* at ahc? +mpt* at pci? dev ? function ? # LSI Fusion-MPT SCSI/Fibre +scsibus* at mpt? #dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID PCI #scsibus* at dpt? #gdt* at pci? dev ? function ? # ICP Vortex GDT RAID controllers |