summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc/dev/dma.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sun4e (i.e. SPARCengine 1e) support. This platform is a mix between sun4 andmiod2010-07-101-6/+6
* make sparc compile again after tag team viking/guenther breakage.beck2010-06-271-1/+3
* Don't #include <sys/user.h> into files that don't need the stuffguenther2010-06-261-2/+1
* Correctly report unconfigured child devices.miod2008-12-261-2/+2
* use the right capitalization for `SBus'sobrado2007-05-291-2/+2
* ``it's'' -> ``its'' when the grammar gods require this change.miod2007-04-101-2/+2
* sbus_establish() and the associated linked list in the sbus softc is now onlymiod2006-06-021-4/+1
* Support for SUNW,fas SCSI, currently restricted to the lower 8 targets duemiod2005-03-021-43/+94
* Use the DMA defines from dev/ic/lsi64854reg.h whenever possible; no functionalmiod2005-02-271-17/+17
* Trivial touches to compile with gcc 3.miod2004-02-011-1/+2
* 3/4 knockout for peter galbavyderaadt2003-06-051-6/+1
* First round of __P removal in sysmillert2002-03-141-15/+15
* roundup(foo, NBPG) -> round_page(foo)art1999-09-101-2/+2
* vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_tart1999-07-091-13/+13
* conditionalize use of sbus_testdma()jason1999-02-281-1/+5
* A few more dma in non-dma slot checksjason1998-11-111-3/+23
* do not print fake slot numbersderaadt1998-07-051-2/+2
* sync with netbsd: 4/300 dma fixjason1998-02-051-7/+18
* Undo the 4/300 dmaselect hack and fix it correctlyjason1998-01-281-1/+4
* NETBSD_CURRENT_970916. Lot's just ID changes, since changes don't apply todownsj1997-09-171-2/+2
* Mostly sync to NetBSD-current 970804.downsj1997-08-081-78/+152
* added const to second parameter of cfprint_t routineskstailey1996-11-231-2/+2
* netbsd port, now we merge our changes back inderaadt1996-08-111-292/+336
* dmamatch never added in the offset for the dma registers to the VA,chuck1996-01-121-1/+1
* new mapdev/()/mapiodev() calling convention uses "struct rom_reg *" to supplyderaadt1995-12-151-1/+1
* fix copyrightsderaadt1995-11-211-3/+30
* new driver by mederaadt1995-10-181-164/+251
* initial import of NetBSD treederaadt1995-10-181-0/+367