aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ncv
Commit message (Expand)AuthorAgeFilesLines
* Remove PAO3 dependent part.Noriaki Mitsunaga2001-11-033-124/+0
* We should not pass the size of the memory to bus_alloc_resource().Noriaki Mitsunaga2001-09-041-1/+1
* Catch up with NetBSD/pc98.Noriaki Mitsunaga2001-07-146-291/+479
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-011-1/+1
* o Check the size of I/O window handed by parent bus.Noriaki Mitsunaga2001-02-262-3/+29
* o Support AUTO SENSE correctly.Noriaki Mitsunaga2001-02-252-84/+56
* The ncv_card_intr function is only used in older versions of FreeBSD, soJohn Baldwin2001-01-231-9/+9
* Use the 'slp' local variable that was otherwise unused instead of castingJohn Baldwin2001-01-231-1/+1
* Zap some cut-paste code that isn't used. It #included "apm.h" andPeter Wemm2001-01-191-5/+0
* select() DKI is now in <sys/selinfo.h>.Garrett Wollman2001-01-091-0/+2
* Change flags of ncv and nsp driver. Both were conflicted with the flagsNoriaki Mitsunaga2000-10-291-1/+1
* Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98Noriaki Mitsunaga2000-10-236-0/+2007