summaryrefslogtreecommitdiffstats
path: root/sys/dev/nsp
Commit message (Expand)AuthorAgeFilesLines
* Quick, low impact band-aide to unbreak the build. Added && 0 so weimp2002-05-311-1/+1
* Check for defined(__i386__) instead of just defined(i386) since the compileralfred2002-05-301-3/+3
* Remove __P.alfred2002-03-203-37/+37
* o Add KLD support for scsi_low.non2001-12-151-0/+1
* Remove PAO3 dependent part.non2001-11-033-111/+0
* We should not pass the size of the memory to bus_alloc_resource().non2001-09-041-1/+1
* Fix bus timeout bug which might happen when nsp do suspend I/O burst write.non2001-09-021-9/+23
* Demand minimum I/O size rather than 0 when it callsnon2001-09-021-1/+1
* Catch up with NetBSD/pc98.non2001-07-144-365/+1045
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-011-1/+1
* o Check the size of I/O window handed by parent bus.non2001-02-251-8/+13
* o Support AUTO SENSE correctly.non2001-02-252-147/+55
* Move nsp_card_intr()'s prototype and definition inside the appropriatejhb2001-01-231-8/+8
* Move the definition of nsp_start_timer() earlier in the file before it isjhb2001-01-231-12/+12
* Zap some cut-paste code that isn't used. It #included "apm.h" andpeter2001-01-191-6/+0
* 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
* Change flags of ncv and nsp driver. Both were conflicted with the flagsnon2000-10-291-1/+1
* Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98non2000-10-234-0/+2090
OpenPOWER on IntegriCloud