summaryrefslogtreecommitdiffstats
path: root/sys/dev/stg
Commit message (Expand)AuthorAgeFilesLines
* Remove even more Copy&Pasted sets of #includes.phk2002-09-202-16/+0
* 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-204-29/+29
* Staticise a couple of debugging variables.msmith2002-01-081-2/+2
* o Add KLD support for scsi_low.non2001-12-151-0/+1
* Remove PAO3 dependent part.non2001-11-033-109/+0
* We should not pass the size of the memory to bus_alloc_resource().non2001-09-042-2/+2
* Demand minimum I/O size rather than 0 when it callsnon2001-09-021-1/+1
* Catch up with NetBSD/pc98.non2001-07-145-380/+696
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-012-2/+2
* o Check the size of I/O window handed by parent bus.non2001-02-251-2/+7
* o Support AUTO SENSE correctly.non2001-02-252-132/+54
* - Move stg_card_intr()'s prototype and definition inside appropriatejhb2001-01-231-8/+10
* Relocate the 'hwfuncs' functions below the inlined functions they attemptjhb2001-01-231-85/+85
* Zap some cut-paste code that isn't used. It #included "apm.h" andpeter2001-01-191-5/+0
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-092-1/+2
* Remove conflicts between unsinged char *s and int s.non2000-12-081-6/+6
* Remove unnecessary printf().non2000-10-292-2/+0
* Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98non2000-10-235-0/+2158
OpenPOWER on IntegriCloud