diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2004-11-03 08:29:31 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2004-11-03 08:29:31 +0000 |
commit | cfff0a76c057fe93dcff13158c143a09c3065b58 (patch) | |
tree | 180d2f62fd4b944863d6746974e67d66aed60867 /sys/arch/amd64/conf/GENERIC | |
parent | 06722b0e521c4c941697c7a2f4437f6268b9ff5f (diff) |
Enable pcscp; from Martin Reindl <mreindl at catai.org>
ok miod@.
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 198ec21e615..615443f2975 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.33 2004/10/30 15:48:15 canacar Exp $ +# $OpenBSD: GENERIC,v 1.34 2004/11/03 08:29:30 xsa Exp $ # # GENERIC -- everything that's currently supported # @@ -219,8 +219,8 @@ scsibus* at gdt? #scsibus* at adv? #adw* at pci? # AdvanSys ULTRA WIDE SCSI #scsibus* at adw? -#pcscp* at pci? # AMD 53c974 PCscsi-PCI SCSI -#scsibus* at pcscp? +pcscp* at pci? # AMD 53c974 PCscsi-PCI SCSI +scsibus* at pcscp? #trm* at pci? # Tekram DC-3x5U SCSI Controllers #scsibus* at trm? |