summaryrefslogtreecommitdiffstats
path: root/sys/dev/eisa
AgeCommit message (Expand)AuthorFilesLines
2021-03-07ansijsg5-61/+24
2020-07-05Double checking you committed the correct diff sometimes payskrw1-3/+3
2020-07-05Nuke struct scsi_link's "scsibus" member. The two drivers using itkrw1-4/+4
2020-01-10remove dpt(4) driver for DPT EATA SCSI RAIDjsg2-214/+1
2017-09-08If you use sys/param.h, you don't need sys/types.hderaadt3-6/+3
2016-09-04naddy discovered that bha no longer builds because it includes the nowtedu2-210/+1
2016-09-03the src tree is growing too large. delete the aha and ahb drivers intedu2-1137/+1
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi1-3/+1
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi1-2/+1
2014-09-14remove uneeded proc.h includesjsg2-4/+2
2014-08-11Fewer <netinet/in_systm.h>mpi1-6/+2
2013-10-28tedu FDDI support and the 3 flavors the driver for DEC devices, evenmpi2-245/+1
2013-08-07Most network drivers include netinet/in_var.h, but apparently theybluhm2-4/+2
2012-05-12Initialize enough softc fields to give this attachment a chance to work.miod1-6/+29
2012-03-28Work in progress support for the SGI Indigo, Indigo 2 and Indy systemsmiod1-10/+5
2011-04-05Iopoolification to eliminate another few instances of the currentkrw1-82/+31
2010-11-18Don'tmiod1-6/+2
2010-09-20Stop doing shutdown hooks in network drivers where possible. We alreadyderaadt1-6/+1
2010-08-07No "\n" needed at the end of panic() strings.krw2-5/+5
2010-06-28Remove all adapter-specific 'struct scsi_device's. They are never used. Firstkrw1-10/+1
2010-06-26Don't #include <sys/user.h> into files that don't need the stuffguenther2-4/+3
2010-05-23toast __arc__; we gave up on that platform around a decade agoderaadt1-5/+2
2010-05-20New scsi code seems to be stable. Pluck previously identifiedkrw1-7/+1
2010-03-23Change the scsi_cmd function member of scsi_adapter from int tokrw1-11/+19
2010-01-10A couple of missed ITSDONE setting before scsi_done().krw1-5/+1
2010-01-10Set ITSDONE in scsi_done() and zap trivial instances of setting itkrw1-2/+1
2009-11-22Bring last drivers fully into the NO_CCB world by replacingkrw1-2/+2
2009-09-05call scsi_done before returning COMPLETEdlg1-1/+4
2009-08-29remove more unneeded Debugger() calls from dev/jasper2-22/+8
2009-08-13- consistify cfdriver for the ethernet drivers (0 -> NULL)jasper1-2/+2
2009-06-02When we fail to find the controller type, don't continue on using the nextderaadt1-8/+13
2009-03-29make various strings ("can't map mem space" and similar) more consistentsthen6-17/+17
2009-02-16Extend the scsi_adapter minphys() callback to take a struct scsi_link *miod1-5/+3
2009-01-21Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).grange2-5/+5
2009-01-11Actual final round of timeout_add(to, n * hz) -> timeout_add_sec(to, n)blambert1-2/+2
2008-11-25Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started.krw1-2/+2
2008-09-12SCSI_DATA_UIO is never used. Code which checks for it is either dead ormiod1-65/+42
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.ray2-16/+2
2008-05-13Remove commented out NetBSD __KERNEL_RCSID macro usage.brad1-6/+1
2007-11-05More scsi_done() at SPLBIO. Wrap another interrupt function call whilekrw1-2/+6
2007-11-05More scsi_done() at SPLBIO. If you poll by manually calling thekrw1-2/+6
2007-06-25Fix a couple of "of of"s in comments.tom1-2/+2
2007-05-08ahb_debug should be inside #ifdef AHBDEBUGderaadt1-1/+4
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.miod4-9/+9
2006-12-21'immediatly' -> 'immediately' in comments.krw1-2/+2
2006-11-28give scsi controllers a real attach args to fill in when attaching scsibus.dlg1-2/+6
2006-06-17add sys/timeout.hbrad1-1/+2
2006-05-30Do not reset the board, for it will not keep the interrupt configuration themiod1-6/+2
2005-12-03The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER iskrw1-2/+1
2005-11-23assume vtophys(vaddr_t) just what all the other archs expect; no functional changemickey1-2/+2