From 9940325c753aca4b90c16c11d2d0a7fe581e4437 Mon Sep 17 00:00:00 2001 From: David Gwynne Date: Wed, 31 May 2006 03:25:09 +0000 Subject: enable mpi in GENERIC on amd64, i386, and macppc. jason already enabled it on sparc64 last night. macppc gets it in RAMDISK as well. --- sys/arch/i386/conf/GENERIC | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/arch/i386') 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? -- cgit v1.2.3