summaryrefslogtreecommitdiffstats
path: root/sys/dev/ncv
Commit message (Expand)AuthorAgeFilesLines
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-271-1/+1
* Use the right product names.imp2015-12-111-1/+1
* Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingimp2015-12-111-0/+1
* Lock the scsi_low code and the drivers which use it along with otherjhb2014-11-203-236/+170
* Remove some more NetBSD compat shims and other unused bits from thesejhb2012-09-104-44/+17
* Remove NetBSD compat shims for drivers originally shared with NetBSD/pc98.jhb2012-09-063-62/+27
* strict kobj sigs: fix assortment of device_detach and device_shutdown implsavg2009-06-111-1/+3
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* no need to print unload anymoreimp2006-07-141-1/+0
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Remove OLDCARD support by removing compat shimsimp2005-09-201-27/+6
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-241-11/+11
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-292-2/+0
* takawata tells me that KXLC0003 also works with this driver, so add itimp2005-02-031-10/+11
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-066-6/+6
* Update for the KDB framework:marcel2004-07-101-3/+2
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewimp2004-05-271-10/+7
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+4
* Move the non-MD machine/dvcfg.h and machine/physio_proc.h to a commonpeter2004-03-133-4/+4
* Const poison string accessor functions.imp2003-10-261-2/+2
* Use __FBSDID().obrien2003-08-242-2/+6
* Make sure that pp_name is non-null before setting the deviceimp2003-04-101-1/+2
* Change to correct card entry. RATOC REX-R280 is 10Base-T Ether Card,shiba2003-01-111-1/+1
* o Changes to support NEWCARD.non2002-11-281-2/+54
* Remove #include of <sys/disklabel.h> (and a few other unused #includes Iphk2002-09-201-8/+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-203-33/+33
* 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-124/+0
* We should not pass the size of the memory to bus_alloc_resource().non2001-09-041-1/+1
* Catch up with NetBSD/pc98.non2001-07-146-291/+479
* 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-262-3/+29
* o Support AUTO SENSE correctly.non2001-02-252-84/+56
* The ncv_card_intr function is only used in older versions of FreeBSD, sojhb2001-01-231-9/+9
* Use the 'slp' local variable that was otherwise unused instead of castingjhb2001-01-231-1/+1
* 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-091-0/+2
* 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-236-0/+2007
OpenPOWER on IntegriCloud