summaryrefslogtreecommitdiffstats
path: root/sys/dev/eisa (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove dpt(4) driver for DPT EATA SCSI RAIDjsg2020-01-102-214/+1
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-083-6/+3
* naddy discovered that bha no longer builds because it includes the nowtedu2016-09-042-210/+1
* the src tree is growing too large. delete the aha and ahb drivers intedu2016-09-032-1137/+1
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-3/+1
* The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi2015-11-241-2/+1
* remove uneeded proc.h includesjsg2014-09-142-4/+2
* Fewer <netinet/in_systm.h>mpi2014-08-111-6/+2
* tedu FDDI support and the 3 flavors the driver for DEC devices, evenmpi2013-10-282-245/+1
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-072-4/+2
* Initialize enough softc fields to give this attachment a chance to work.miod2012-05-121-6/+29
* Work in progress support for the SGI Indigo, Indigo 2 and Indy systemsmiod2012-03-281-10/+5
* Iopoolification to eliminate another few instances of the currentkrw2011-04-051-82/+31
* Don'tmiod2010-11-181-6/+2
* Stop doing shutdown hooks in network drivers where possible. We alreadyderaadt2010-09-201-6/+1
* No "\n" needed at the end of panic() strings.krw2010-08-072-5/+5
* Remove all adapter-specific 'struct scsi_device's. They are never used. Firstkrw2010-06-281-10/+1
* Don't #include <sys/user.h> into files that don't need the stuffguenther2010-06-262-4/+3
* toast __arc__; we gave up on that platform around a decade agoderaadt2010-05-231-5/+2
* New scsi code seems to be stable. Pluck previously identifiedkrw2010-05-201-7/+1
* Change the scsi_cmd function member of scsi_adapter from int tokrw2010-03-231-11/+19
* A couple of missed ITSDONE setting before scsi_done().krw2010-01-101-5/+1
* Set ITSDONE in scsi_done() and zap trivial instances of setting itkrw2010-01-101-2/+1
* Bring last drivers fully into the NO_CCB world by replacingkrw2009-11-221-2/+2
* call scsi_done before returning COMPLETEdlg2009-09-051-1/+4
* remove more unneeded Debugger() calls from dev/jasper2009-08-292-22/+8
* - consistify cfdriver for the ethernet drivers (0 -> NULL)jasper2009-08-131-2/+2
* When we fail to find the controller type, don't continue on using the nextderaadt2009-06-021-8/+13
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-296-17/+17
* Extend the scsi_adapter minphys() callback to take a struct scsi_link *miod2009-02-161-5/+3
* Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).grange2009-01-212-5/+5
* Actual final round of timeout_add(to, n * hz) -> timeout_add_sec(to, n)blambert2009-01-111-2/+2
* Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started.krw2008-11-251-2/+2
* SCSI_DATA_UIO is never used. Code which checks for it is either dead ormiod2008-09-121-70/+47
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-262-16/+2
* Remove commented out NetBSD __KERNEL_RCSID macro usage.brad2008-05-131-6/+1
* More scsi_done() at SPLBIO. Wrap another interrupt function call whilekrw2007-11-051-2/+6
* More scsi_done() at SPLBIO. If you poll by manually calling thekrw2007-11-051-2/+6
* Fix a couple of "of of"s in comments.tom2007-06-251-2/+2
* ahb_debug should be inside #ifdef AHBDEBUGderaadt2007-05-081-1/+4
* ``it's'' -> ``its'' when the grammar gods require this change.miod2007-04-104-9/+9
* 'immediatly' -> 'immediately' in comments.krw2006-12-211-2/+2
* give scsi controllers a real attach args to fill in when attaching scsibus.dlg2006-11-281-2/+6
* add sys/timeout.hbrad2006-06-171-1/+2
* Do not reset the board, for it will not keep the interrupt configuration themiod2006-05-301-6/+2
* The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER iskrw2005-12-031-2/+1
* assume vtophys(vaddr_t) just what all the other archs expect; no functional changemickey2005-11-231-2/+2
* Move contents of sys/select.h to sys/selinfo.h in preparation for amillert2005-11-211-2/+2
* miscellaneous typo fixes:jfb2005-02-171-2/+2
* Use list and queue macros where applicable to make the code easier to read;miod2004-12-261-3/+3