summaryrefslogtreecommitdiffstats
path: root/sys/dev/nsp/nsp.c
Commit message (Collapse)AuthorAgeFilesLines
* o Support AUTO SENSE correctly.non2001-02-251-142/+49
| | | | | | | | | | | o Offset and period in synch messages and width negotiation should be done for per target not per lun. Move these from *lun_info to *targ_info. o Change in handling XPT_RESET_DEV and XPT_GET_TRAN_SETTINGS . o Change CAM_* xpt_done return values. o Busy loop did not timeout. Change this to timeout as original NetBSD/pc98. Reviewed by: bsd-nomads ML
* Move the definition of nsp_start_timer() earlier in the file before it isjhb2001-01-231-12/+12
| | | | called so that it can be inlined.
* Remove conflicts between unsinged char *s and int s.non2001-01-021-4/+4
| | | | | | It was possible cause of kernel panic. Pointed Out by: phk@FreeBSD.ORG
* Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98non2000-10-231-0/+1373
(a NetBSD port for NEC PC-98x1 machines). They are ncv for NCR 53C500, nsp for Workbit Ninja SCSI-3, and stg for TMC 18C30 and 18C50. I thank NetBSD/pc98 and bsd-nomads people. Obtained from: NetBSD/pc98
OpenPOWER on IntegriCloud