summaryrefslogtreecommitdiff
path: root/sys/i386/isa/isa_dma.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce the new kernel sub-tree x86 which should contain all the codeAttilio Rao2010-02-251-610/+0
* Make isa_dma functions MPSAFE by introducing its own private lock. TheseRoman Divacky2009-11-091-27/+83
* - Move bus dependent defines to {isa,cbus}_dmareg.h.Yoshihiro Takahashi2005-05-141-2/+2
* Since we are quite unlikely to ever face another platform whichPoul-Henning Kamp2005-02-061-16/+13
* Add new a function isa_dma_init() which returns an errno when it failsPoul-Henning Kamp2004-09-151-13/+11
* Something funny happened on the way to the floppy driver today...Poul-Henning Kamp2004-07-051-3/+11
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Use __FBSDID().David E. O'Brien2003-06-021-1/+3
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-2/+3
* Tidy up some loose ends.Peter Wemm2002-04-291-2/+2
* Remove __P.Alfred Perlstein2002-03-201-1/+1
* Add ACPI attachments.Mike Smith2001-08-301-0/+1
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachMatthew Dillon2001-07-041-7/+5
* Repo copy i8237.h to dev/ic so we can get rid of some of the final vestigesWarner Losh2001-06-301-1/+1
* lock vm while playing with pmapAlfred Perlstein2001-05-231-0/+9
* Add PnP probe methods to some common AT hardware drivers. In each case,Mike Smith2000-06-231-1/+49
* Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags.Poul-Henning Kamp2000-03-131-12/+11
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Clean out some unused leftovers from before the split from the old isa.c.Peter Wemm1999-05-091-15/+3
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.Peter Wemm1999-04-211-2/+1
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-0/+510