summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/busdma_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up:alfred2002-04-191-4/+10
* Change the preemption code for software interrupt thread schedules andjhb2002-01-051-1/+1
* Teach bus_dmamem_free() about contigfree(). This is a bit of a hack,wpaul2001-08-151-0/+3
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-0/+1
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-0/+2
* - Catch up to the new swi API changes:jhb2001-02-091-1/+1
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-9/+7
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-251-1/+3
* Back out the previous change to the queue(3) interface.jake2000-05-261-5/+5
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-5/+5
* useracc() the prequel:phk1999-10-291-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix a bug in busdma_mem_free() where we were improperly checkinggibbs1999-08-161-2/+2
* Correct some ugly formatting. Remember to initialize the alignment tag.mjacob1999-07-021-40/+35
* author was assuming that nextpaddr declared *inside* the do loop woulddillon1998-12-141-30/+37
* Fixed two potentially serious classes of bugs:dg1998-10-131-4/+4
* Fix a parent tag reference count bug during tag teardown.gibbs1998-10-071-7/+18
* Don't pretend to support ix86's with 16-bit ints by using longs justbde1998-09-291-2/+2
* autoconf.c:gibbs1998-09-151-2/+2
* Fixed printf format errors.bde1998-07-111-2/+2
* Implement bus_dmamem_* functions and correct a few nits reported by Peter Wemm.gibbs1998-05-061-21/+88
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
* Removed unused #includes.bde1998-02-201-2/+1
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Implementation of Bus DMA for FreeBSD-x86. This is sufficient to dogibbs1998-01-151-0/+585
OpenPOWER on IntegriCloud