aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ncv/ncr53c500_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* Lock the scsi_low code and the drivers which use it along with otherJohn Baldwin2014-11-201-24/+13
* Remove some more NetBSD compat shims and other unused bits from theseJohn Baldwin2012-09-101-1/+0
* Remove NetBSD compat shims for drivers originally shared with NetBSD/pc98.John Baldwin2012-09-061-14/+15
* strict kobj sigs: fix assortment of device_detach and device_shutdown implsAndriy Gapon2009-06-111-1/+3
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* no need to print unload anymoreWarner Losh2006-07-141-1/+0
* Remove OLDCARD support by removing compat shimsWarner Losh2005-09-201-27/+6
* Eliminate unused argument in PCMCIA_CARD macro.Warner Losh2005-06-241-11/+11
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* takawata tells me that KXLC0003 also works with this driver, so add itWarner Losh2005-02-031-10/+11
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh2004-05-271-10/+7
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+4
* Move the non-MD machine/dvcfg.h and machine/physio_proc.h to a commonPeter Wemm2004-03-131-1/+1
* Const poison string accessor functions.Warner Losh2003-10-261-2/+2
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Make sure that pp_name is non-null before setting the deviceWarner Losh2003-04-101-1/+2
* Change to correct card entry. RATOC REX-R280 is 10Base-T Ether Card,Takeshi Shibagaki2003-01-111-1/+1
* o Changes to support NEWCARD.Noriaki Mitsunaga2002-11-281-2/+54
* Remove #include of <sys/disklabel.h> (and a few other unused #includes IPoul-Henning Kamp2002-09-201-8/+0
* Remove __P.Alfred Perlstein2002-03-201-1/+1
* o Add KLD support for scsi_low.Noriaki Mitsunaga2001-12-151-0/+1
* Remove PAO3 dependent part.Noriaki Mitsunaga2001-11-031-117/+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-141-2/+6
* 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-261-3/+27
* The ncv_card_intr function is only used in older versions of FreeBSD, soJohn Baldwin2001-01-231-9/+9
* 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-231-0/+414