summaryrefslogtreecommitdiff
path: root/sys/dev/nsp
AgeCommit message (Expand)Author
2018-10-22Remove nsp(4) driverWarner Losh
2018-01-29Tag the current round of deprecated drivers.Warner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-02-27Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits
2016-01-27Convert rman to use rman_res_t instead of u_longJustin Hibbits
2015-12-11Use the right product names.Warner Losh
2015-12-11Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingWarner Losh
2014-11-20Lock the scsi_low code and the drivers which use it along with otherJohn Baldwin
2013-05-10Fxi a bunch of typos.Eitan Adler
2012-09-10Remove some more NetBSD compat shims and other unused bits from theseJohn Baldwin
2012-09-06Remove NetBSD compat shims for drivers originally shared with NetBSD/pc98.John Baldwin
2009-06-11strict kobj sigs: fix assortment of device_detach and device_shutdown implsAndriy Gapon
2009-02-24Change the functions to ANSI in those cases where it breaks promotionRoman Divacky
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-05-16Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp
2005-09-20Remove OLDCARD support by removing compat shimsWarner Losh
2005-06-24Eliminate unused argument in PCMCIA_CARD macro.Warner Losh
2005-05-29Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi
2005-02-04Minor style nitsWarner Losh
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-07-10Update for the KDB framework:Marcel Moolenaar
2004-05-27Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh
2004-05-26Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-03-13Move the non-MD machine/dvcfg.h and machine/physio_proc.h to a commonPeter Wemm
2003-08-24Use __FBSDID().David E. O'Brien
2002-11-28o Changes to support NEWCARD.Noriaki Mitsunaga
2002-09-20Remove unused #includes. Looks amacingly like the exact same setPoul-Henning Kamp
2002-08-22Replace (ab)uses of "NULL" where "0" is really meant.Archie Cobbs
2002-05-31Quick, low impact band-aide to unbreak the build. Added && 0 so weWarner Losh
2002-05-30Check for defined(__i386__) instead of just defined(i386) since the compilerAlfred Perlstein
2002-03-20Remove __P.Alfred Perlstein
2001-12-15o Add KLD support for scsi_low.Noriaki Mitsunaga
2001-11-03Remove PAO3 dependent part.Noriaki Mitsunaga
2001-09-04We should not pass the size of the memory to bus_alloc_resource().Noriaki Mitsunaga
2001-09-02Fix bus timeout bug which might happen when nsp do suspend I/O burst write.Noriaki Mitsunaga
2001-09-02Demand minimum I/O size rather than 0 when it callsNoriaki Mitsunaga
2001-07-14Catch up with NetBSD/pc98.Noriaki Mitsunaga
2001-03-01Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray
2001-02-25o Check the size of I/O window handed by parent bus.Noriaki Mitsunaga
2001-02-25o Support AUTO SENSE correctly.Noriaki Mitsunaga
2001-01-23Move nsp_card_intr()'s prototype and definition inside the appropriateJohn Baldwin
2001-01-23Move the definition of nsp_start_timer() earlier in the file before it isJohn Baldwin
2001-01-19Zap some cut-paste code that isn't used. It #included "apm.h" andPeter Wemm
2001-01-09select() DKI is now in <sys/selinfo.h>.Garrett Wollman
2001-01-02Remove conflicts between unsinged char *s and int s.Noriaki Mitsunaga
2000-10-29Change flags of ncv and nsp driver. Both were conflicted with the flagsNoriaki Mitsunaga
2000-10-23Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98Noriaki Mitsunaga