diff options
author | 2009-10-27 02:35:59 +0000 | |
---|---|---|
committer | 2009-10-27 02:35:59 +0000 | |
commit | 1a5d153e2d3a3480fab9cda22c571ee1a263793e (patch) | |
tree | 5d0e7c22bb0ffae7ddb8de78120dc3ece24ec53f | |
parent | Add driver for MPI2 SAS HBAs. This covers LSI MPT2 and Dell H200 HBAs. (diff) | |
download | wireguard-openbsd-1a5d153e2d3a3480fab9cda22c571ee1a263793e.tar.xz wireguard-openbsd-1a5d153e2d3a3480fab9cda22c571ee1a263793e.zip |
Bah didn't man to commit the GENERIC part just yet.
Reminded by deraadt.
-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 685bd3b7131..e2989401e7e 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.274 2009/10/27 02:21:59 marco Exp $ +# $OpenBSD: GENERIC,v 1.275 2009/10/27 02:35:59 marco Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -342,8 +342,6 @@ arc* at pci? # Areca RAID Controller scsibus* at arc? mpi* at pci? # LSI Logic Message Passing Interface scsibus* at mpi? -#mpii* at pci? # LSI Logic Message Passing Interface II -#scsibus* at mpii? gdt* at pci? # ICP Vortex GDT RAID controllers scsibus* at gdt? twe* at pci? # 3ware Escalade RAID controllers |