diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2006-02-16 20:39:52 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2006-02-16 20:39:52 +0000 |
commit | b6b1764f0e328cdc724cf211f9967d0c5c261e59 (patch) | |
tree | d119918451bb5ed24b90f9d499d878d9c7113bf5 /sys | |
parent | 2d43749d1e7831929b96dac0c1eff8b471d1218c (diff) |
pcscp(4) works
ok brad@, miod@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 976d7ddf339..4ce25e13be7 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.141 2006/02/10 05:28:56 djm Exp $ +# $OpenBSD: GENERIC,v 1.142 2006/02/16 20:39:51 martin Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -72,6 +72,8 @@ siop* at pci? # NCR 538XX SCSI controllers scsibus* at siop? isp* at pci? # Qlogic ISP [12]0x0 SCSI/FibreChannel option ISP_COMPILE_FW=1 +pcscp* at pci? # AMD 53c974 PCscsi-PCI SCSI +scsibus* at pcscp? # PCI crypto hifn* at pci? # Hifn 7751/7811/7951 |