diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2005-01-02 20:06:23 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2005-01-02 20:06:23 +0000 |
commit | 5ea44df86f784e1a6cded2c10c287ad109352da7 (patch) | |
tree | 3428c4938c6054b8aa06fb96489fd03352fbe12f /sys/arch/amd64/conf/GENERIC | |
parent | 7d132f0c128933b72c185d56dd2c36a25810fc0b (diff) |
isp(4) works out of the box
ok deraadt@
Diffstat (limited to 'sys/arch/amd64/conf/GENERIC')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index c650c42bba2..4ae59997e89 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.47 2004/12/30 17:56:16 pvalchev Exp $ +# $OpenBSD: GENERIC,v 1.48 2005/01/02 20:06:22 martin Exp $ # # GENERIC -- everything that's currently supported # @@ -210,8 +210,8 @@ scsibus* at ami? #scsibus* at cac? #iha* at pci? # Initio Ultra/UltraWide SCSI controllers #scsibus* at iha? -#isp* at pci? # Qlogic ISP [12]0x0 SCSI/FibreChannel -#scsibus* at isp? +isp* at pci? # Qlogic ISP [12]0x0 SCSI/FibreChannel +scsibus* at isp? #aic* at pcmcia? # PCMCIA Adaptec 152[02] SCSI #scsibus* at aic? #esp* at pcmcia? # PCMCIA based NCR 53C9X SCSI |