summaryrefslogtreecommitdiff
path: root/sys/arch/i386/conf
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2006-05-31 03:25:09 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2006-05-31 03:25:09 +0000
commit9940325c753aca4b90c16c11d2d0a7fe581e4437 (patch)
treef29385aeebe0a112b6afd4c0536c16c9afbca768 /sys/arch/i386/conf
parent096d22c2a59ca8fd190428607badf44481bcb88e (diff)
enable mpi in GENERIC on amd64, i386, and macppc. jason already enabled it
on sparc64 last night. macppc gets it in RAMDISK as well.
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r--sys/arch/i386/conf/GENERIC6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index 1c0ed3f86a9..27a1e62e3d7 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.500 2006/05/31 01:44:27 mk Exp $
+# $OpenBSD: GENERIC,v 1.501 2006/05/31 03:25:08 dlg Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -332,8 +332,8 @@ ahd* at pci? # Adaptec 79?? SCSI controllers
scsibus* at ahd?
mpt* at pci? # LSI Fusion-MPT SCSI/Fibre
scsibus* at mpt?
-#mpi* at pci? # LSI Logic Fusion MPT Message Passing Interface
-#scsibus* at mpi?
+mpi* at pci? # LSI Logic Fusion MPT Message Passing Interface
+scsibus* at mpi?
dpt* at pci? # DPT SmartCache/SmartRAID PCI
dpt* at eisa? # DPT SmartCache/SmartRAID EISA
scsibus* at dpt?