summaryrefslogtreecommitdiffstats
path: root/sys/dev/nsp
Commit message (Collapse)AuthorAgeFilesLines
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-011-1/+1
| | | | | | | I could find. I have no doubt missed a couple. Interrupt entropy harvesting is still conditional on the kern.random.sys.harvest_interrupt sysctl.
* o Check the size of I/O window handed by parent bus.non2001-02-251-8/+13
| | | | o Check if it is in PIO_MODE when memory window is not handed.
* o Support AUTO SENSE correctly.non2001-02-252-147/+55
| | | | | | | | | | | 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 nsp_card_intr()'s prototype and definition inside the appropriatejhb2001-01-231-8/+8
| | | | #ifdef's as it is only used in older versions of FreeBSD.
* 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.
* Zap some cut-paste code that isn't used. It #included "apm.h" andpeter2001-01-191-6/+0
| | | | an apm include file but had no other apm references.
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-0/+2
|
* 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
* Change flags of ncv and nsp driver. Both were conflicted with the flagsnon2000-10-291-1/+1
| | | | | | | used in lower layer (scsi_low.c). The flag of ncv for KME KXLC004 was chaged from 0x1 to 0x100. The flag of nsp for PIO mode was chaged from 0x1 to 0x100.
* Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98non2000-10-234-0/+2090
(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