diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2006-11-25 20:44:31 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2006-11-25 20:44:31 +0000 |
commit | 3a0fbc8f42b707c319b109535f01178a4af9e2e9 (patch) | |
tree | 803734e29b5b30083160dd3c60f8da40d0aa0ca3 /sys/arch/amd64/conf/GENERIC | |
parent | 5ab714f2c464b554253adea611ae7c63e8d4fae7 (diff) |
remove dpt(4) because it sucks.
ok deraadt@
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 e8ce25f8dd4..1932883a7d9 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.164 2006/11/06 03:34:59 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.165 2006/11/25 20:44:30 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -257,8 +257,6 @@ arc* at pci? # Areca RAID Controller scsibus* at arc? mpi* at pci? # LSI Logic Message Passing Interface scsibus* at mpi? -#dpt* at pci? # DPT SmartCache/SmartRAID PCI -#scsibus* at dpt? gdt* at pci? # ICP Vortex GDT RAID controllers scsibus* at gdt? twe* at pci? # 3ware Escalade RAID controllers |