diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-06-15 22:25:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-06-15 22:25:38 +0000 |
commit | 13b35864f8995ed6aeda111c1fce76623d55c9a8 (patch) | |
tree | 540fcdbf227f1c0f7804ccecbf73fe42421e208a /sys/arch/amd64/conf/GENERIC | |
parent | e817d8bd9838667c991618dcc2518c6e13fd37e0 (diff) |
switch to using mpi instead of mpt; ok marco
Diffstat (limited to 'sys/arch/amd64/conf/GENERIC')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index acd9f42a02a..be7b8af3c4c 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.141 2006/06/07 18:47:16 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.142 2006/06/15 22:25:37 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -240,8 +240,6 @@ ahc* at pci? # Adaptec 2940 SCSI controllers scsibus* at ahc? 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 Message Passing Interface scsibus* at mpi? #dpt* at pci? # DPT SmartCache/SmartRAID PCI |