diff options
-rw-r--r-- | distrib/notes/sparc64/hardware | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/distrib/notes/sparc64/hardware b/distrib/notes/sparc64/hardware index 6d0150b9154..0192cba4e2d 100644 --- a/distrib/notes/sparc64/hardware +++ b/distrib/notes/sparc64/hardware @@ -1,4 +1,4 @@ -dnl $OpenBSD: hardware,v 1.109 2006/02/16 18:24:21 martin Exp $ +dnl $OpenBSD: hardware,v 1.110 2006/02/16 20:39:51 martin Exp $ OpenBSD/MACHINE OSREV runs on the following classes of machines: Sun Blade 100/150 Sun Fire V100 @@ -75,6 +75,8 @@ Supported devices {:-include-:}: cards (esp) SBus and PCI QLogic adapters (isp) PCI NCR53c8xx adapters (siop) + AMD Am53c974 PCscsi-PCI host adapters including the Tekram + DC-390 (pcscp) PCI IDE Controllers: (pciide) Acer Labs M5229 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 |