aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nsp
Commit message (Expand)AuthorAgeFilesLines
* Tag the current round of deprecated drivers.Warner Losh2018-01-291-0/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-274-0/+8
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-2/+3
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-1/+1
* Use the right product names.Warner Losh2015-12-111-1/+1
* Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingWarner Losh2015-12-111-0/+1
* Lock the scsi_low code and the drivers which use it along with otherJohn Baldwin2014-11-203-243/+162
* Fxi a bunch of typos.Eitan Adler2013-05-101-1/+1
* Remove some more NetBSD compat shims and other unused bits from theseJohn Baldwin2012-09-103-52/+26
* Remove NetBSD compat shims for drivers originally shared with NetBSD/pc98.John Baldwin2012-09-063-64/+32
* strict kobj sigs: fix assortment of device_detach and device_shutdown implsAndriy Gapon2009-06-111-1/+3
* Change the functions to ANSI in those cases where it breaks promotionRoman Divacky2009-02-241-20/+7
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Remove OLDCARD support by removing compat shimsWarner Losh2005-09-201-28/+10
* Eliminate unused argument in PCMCIA_CARD macro.Warner Losh2005-06-241-4/+4
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-2/+0
* Minor style nitsWarner Losh2005-02-041-36/+17
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-064-4/+4
* Update for the KDB framework:Marcel Moolenaar2004-07-101-3/+2
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh2004-05-271-12/+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-132-3/+3
* Use __FBSDID().David E. O'Brien2003-08-242-2/+6
* o Changes to support NEWCARD.Noriaki Mitsunaga2002-11-281-2/+35
* Remove unused #includes. Looks amacingly like the exact same setPoul-Henning Kamp2002-09-201-6/+0
* Replace (ab)uses of "NULL" where "0" is really meant.Archie Cobbs2002-08-221-2/+2
* Quick, low impact band-aide to unbreak the build. Added && 0 so weWarner Losh2002-05-311-1/+1
* Check for defined(__i386__) instead of just defined(i386) since the compilerAlfred Perlstein2002-05-301-3/+3
* Remove __P.Alfred Perlstein2002-03-203-37/+37
* o Add KLD support for scsi_low.Noriaki Mitsunaga2001-12-151-0/+1
* Remove PAO3 dependent part.Noriaki Mitsunaga2001-11-033-111/+0
* We should not pass the size of the memory to bus_alloc_resource().Noriaki Mitsunaga2001-09-041-1/+1
* Fix bus timeout bug which might happen when nsp do suspend I/O burst write.Noriaki Mitsunaga2001-09-021-9/+23
* Demand minimum I/O size rather than 0 when it callsNoriaki Mitsunaga2001-09-021-1/+1
* Catch up with NetBSD/pc98.Noriaki Mitsunaga2001-07-144-365/+1045
* 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-251-8/+13
* o Support AUTO SENSE correctly.Noriaki Mitsunaga2001-02-252-147/+55
* Move nsp_card_intr()'s prototype and definition inside the appropriateJohn Baldwin2001-01-231-8/+8
* Move the definition of nsp_start_timer() earlier in the file before it isJohn Baldwin2001-01-231-12/+12
* Zap some cut-paste code that isn't used. It #included "apm.h" andPeter Wemm2001-01-191-6/+0
* select() DKI is now in <sys/selinfo.h>.Garrett Wollman2001-01-091-0/+2
* Remove conflicts between unsinged char *s and int s.Noriaki Mitsunaga2001-01-021-4/+4
* 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-234-0/+2090