aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nsp/nsp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove nsp(4) driverWarner Losh2018-10-221-1817/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Lock the scsi_low code and the drivers which use it along with otherJohn Baldwin2014-11-201-206/+143
* 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-101-44/+26
* Remove NetBSD compat shims for drivers originally shared with NetBSD/pc98.John Baldwin2012-09-061-40/+18
* Change the functions to ANSI in those cases where it breaks promotionRoman Divacky2009-02-241-20/+7
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-2/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Update for the KDB framework:Marcel Moolenaar2004-07-101-3/+2
* Move the non-MD machine/dvcfg.h and machine/physio_proc.h to a commonPeter Wemm2004-03-131-2/+2
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Replace (ab)uses of "NULL" where "0" is really meant.Archie Cobbs2002-08-221-2/+2
* Remove __P.Alfred Perlstein2002-03-201-32/+32
* Remove PAO3 dependent part.Noriaki Mitsunaga2001-11-031-5/+0
* Fix bus timeout bug which might happen when nsp do suspend I/O burst write.Noriaki Mitsunaga2001-09-021-9/+23
* Catch up with NetBSD/pc98.Noriaki Mitsunaga2001-07-141-341/+985
* o Support AUTO SENSE correctly.Noriaki Mitsunaga2001-02-251-142/+49
* Move the definition of nsp_start_timer() earlier in the file before it isJohn Baldwin2001-01-231-12/+12
* Remove conflicts between unsinged char *s and int s.Noriaki Mitsunaga2001-01-021-4/+4
* Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98Noriaki Mitsunaga2000-10-231-0/+1373