summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-03-10 01:23:26 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-03-10 01:23:26 +0000
commit2b12601729556892339ce9350b4215c53a0ba110 (patch)
tree93014db3ce298a9b3eee318bac2d57596a9b60d6
parentbdabb6ffed3200d4d1b90d6f6b8acca06a3c1264 (diff)
mpt fits
-rw-r--r--sys/arch/amd64/conf/GENERIC4
-rw-r--r--sys/arch/amd64/conf/RAMDISK4
-rw-r--r--sys/arch/amd64/conf/RAMDISK_CD4
-rw-r--r--sys/arch/i386/conf/GENERIC4
-rw-r--r--sys/arch/i386/conf/RAMDISKB4
-rw-r--r--sys/arch/i386/conf/RAMDISK_CD4
6 files changed, 18 insertions, 6 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
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index f0e7fe3be8f..5ee0446f713 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.354 2004/02/25 19:38:33 markus Exp $
+# $OpenBSD: GENERIC,v 1.355 2004/03/10 01:23:24 deraadt Exp $
# $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $
#
# GENERIC -- everything that's currently supported
@@ -245,6 +245,8 @@ ahc0 at isa? port ? irq ? # Adaptec 284x SCSI controllers
ahc* at eisa? slot ? # Adaptec 274x, aic7770 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
dpt* at eisa? slot ? # DPT SmartCache/SmartRAID EISA
scsibus* at dpt?
diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB
index 73428ba231a..cbaf354c3d7 100644
--- a/sys/arch/i386/conf/RAMDISKB
+++ b/sys/arch/i386/conf/RAMDISKB
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISKB,v 1.64 2004/02/15 02:07:40 deraadt Exp $
+# $OpenBSD: RAMDISKB,v 1.65 2004/03/10 01:23:25 deraadt Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -124,6 +124,8 @@ pccom2 at isa? port 0x3e8 irq 5
#ahc* at eisa? slot ? # Adaptec 274x, aic7770 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
dpt* at eisa? slot ? # DPT SmartCache/SmartRAID EISA
scsibus* at dpt?
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD
index 26bab249dc5..b2d38bcb693 100644
--- a/sys/arch/i386/conf/RAMDISK_CD
+++ b/sys/arch/i386/conf/RAMDISK_CD
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK_CD,v 1.67 2004/02/14 20:11:51 andreas Exp $
+# $OpenBSD: RAMDISK_CD,v 1.68 2004/03/10 01:23:25 deraadt Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -165,6 +165,8 @@ ahc0 at isa? port ? irq ? # Adaptec 284x SCSI controllers
ahc* at eisa? slot ? # Adaptec 274x, aic7770 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
dpt* at eisa? slot ? # DPT SmartCache/SmartRAID EISA
scsibus* at dpt?