diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2003-01-08 02:11:39 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2003-01-08 02:11:39 +0000 |
commit | a3e988bf5abac645f9e20ebce4dea1643712d2bf (patch) | |
tree | 9897618ae028053895d2c2a6f09729ba224bf8db /sys/conf | |
parent | 5b2a1b9dd89678c855fd966ab513be82848ba61b (diff) |
Merry Christmas Mickey!
First cut at osiop driver (LSI Logic/Symbios/NCR 53C710). For hppa
only at the moment.
Functional for the most part, but there are known problems:
1) SCSI_CHECK/REQUEST_SENSE not handled at all - simply returns a
zero'ed scsi_sense_data buffer. As a result all osiop sc_link's are
created with the ADEV_NODOORLOCK quirk to suppress PREVENT_ALLOW
commands from being issued (and failing) during probe.
2) Sync negotiation (wide is not supported on this chip) needs to be
validated due to some ominous comments in the source about being valid
only for the 33Mhz Zeus board.
3) Probe message needs fixing/completion to issue useful info. See 2).
4) Timeout/hangs occur under heavy load, e.g. make builds.
From NetBSD.
ok mickey@
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 462703706ae..40426a1b4d3 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.264 2003/01/07 00:25:05 dhartmei Exp $ +# $OpenBSD: files,v 1.265 2003/01/08 02:11:38 krw Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -170,6 +170,10 @@ file dev/ic/siop_common.c siop_common device siop: scsi,siop_common file dev/ic/siop.c siop +# Symbios/NCR 53c720/53c8xx SCSI controllers +device osiop: scsi +file dev/ic/osiop.c osiop + # 3Com Etherlink-III Ethernet controller device ep: ether, ifnet, ifmedia, mii file dev/ic/elink3.c ep |