diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2006-05-27 19:10:44 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2006-05-27 19:10:44 +0000 |
commit | b39482d224f3c0339badc314f235f66a71ca49c4 (patch) | |
tree | f97d71e4014e900a98ea4af63937d234a02b7d8d /sys/arch/sparc64/conf/GENERIC | |
parent | 679f4cf78cfbf28255564c11aefa46d6eba43c9c (diff) |
add mpi(4) glue. commented out for now
Diffstat (limited to 'sys/arch/sparc64/conf/GENERIC')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 199a4ebd03c..35572fdb596 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.143 2006/03/04 05:35:36 brad Exp $ +# $OpenBSD: GENERIC,v 1.144 2006/05/27 19:10:43 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -76,6 +76,8 @@ isp* at pci? # Qlogic ISP [12]0x0 SCSI/FibreChannel option ISP_COMPILE_FW=1 pcscp* at pci? # AMD 53c974 PCscsi-PCI SCSI scsibus* at pcscp? +#mpi* at pci? # LSI Logic Fusion MPT Message Passing Interface +#scsibus* at mpi? # PCI crypto hifn* at pci? # Hifn 7751/7811/7951 |