summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/aha.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* the src tree is growing too large. delete the aha and ahb drivers intedu2016-09-031-1412/+0
* Change a bunch of (<blah> *)0 to NULL.krw2016-03-141-5/+5
* Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latterguenther2014-12-171-2/+2
* Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro,guenther2014-12-151-2/+2
* Replace a plethora of historical protection options with justderaadt2014-11-161-4/+4
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* Reduce uvm include madness. Use <uvm/uvm_extern.h> instead ofmpi2014-03-281-2/+1
* acknowlege -> acknowledgemartynas2013-01-061-2/+2
* Iopoolification of another once common bus/device.krw2011-04-071-65/+38
* No "\n" needed at the end of panic() strings.krw2010-08-071-2/+2
* some very obvious uninit bugs found when I turned off -Wno-uninitializedtedu2010-07-021-3/+3
* 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-261-2/+1
* New scsi code seems to be stable. Pluck previously identifiedkrw2010-05-201-5/+1
* s/i386/__i386__/, no binary change.kettenis2010-04-281-2/+2
* Change the scsi_cmd function member of scsi_adapter from int tokrw2010-03-231-8/+15
* A couple of missed ITSDONE setting before scsi_done().krw2010-01-101-2/+1
* Bring last drivers fully into the NO_CCB world by replacingkrw2009-11-221-3/+2
* directly calling Debugger() is bad. turn these printf();Debugger(); seriesjasper2009-08-261-21/+8
* Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon.oga2009-04-141-5/+5
* 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-211-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-39/+16
* MALLOC -> mallocgilles2007-10-091-3/+3
* When polling call ahaintr() at splbio(). Noticed by and fix tested bykrw2007-08-151-2/+6
* give scsi controllers a real attach args to fill in when attaching scsibus.dlg2006-11-281-2/+6
* 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
* Use list and queue macros where applicable to make the code easier to read;miod2004-12-261-4/+4
* Spell precede correctly.jsg2004-11-291-2/+2
* strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.ho2003-04-271-8/+8
* Proper use of bus_space makes the need for <machine/pio.h> obsolete, whichmiod2003-04-101-2/+1
* this removes the functionality of adding allocatedmickey2002-10-071-1/+2
* No more need to initialize the result list before uvm_pglistalloc.art2002-10-061-2/+1
* KNF miss in my last commitniklas2002-06-081-2/+2
* bus_dma-ify, now it works again, sorry for the inconvenienceniklas2002-06-071-100/+124
* Add initialization of pglist, now attaches fine, butniklas2002-06-071-2/+4
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-2/+2
* First round of __P removal in sysmillert2002-03-141-23/+23
* bussified and bus-split bustec scsi ha driver.mickey2002-01-241-3/+3
* Sprinkle pmap_update calls where relevant and some otherart2001-12-081-1/+2
* Kill uvm_pagealloc_contig. The two drivers that still used it should haveart2001-11-301-5/+26
* zap old vmart2001-06-271-6/+1
* Do not delete timeouts when they are not setniklas2001-04-021-2/+3
* new timeoutsmickey2001-01-291-4/+7
* make compile with !UVMniklas2000-11-131-2/+2
* Force mailbox to be under 16MB so the controller can see itniklas2000-04-191-8/+16
* pnpdevs.hderaadt1999-08-191-3/+6
* Die, NEWCONFIGniklas1999-01-071-9/+1