summaryrefslogtreecommitdiffstats
path: root/sys/dev/sbus/dma_sbus.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
|
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* KNFgilles2007-09-111-2/+2
| | | | prompted and "much better" by marco@, ok pyr@
* more MALLOC/FREE -> malloc/free and M_ZERO changesgilles2007-09-101-3/+2
| | | | ok pyr@
* sbus_establish() and the associated linked list in the sbus softc is now onlymiod2006-06-021-3/+1
| | | | | | used to store a per-device reset callback, for use in sbusreset(). Except sbusreset() has never, ever, been used since Torek's sbus code went in. Time to recycle those wasted bits.
* Do not let dma attach children if it could not initialize properly.miod2005-03-031-2/+3
|
* ansifyjason2003-07-031-10/+4
|
* Add a "where" argument to the sparc64 interrupt code. This lets ushenric2003-06-241-4/+8
| | | | | | | associate a name with each interrupt handler. This is not visible outside the kernel (yet). ok jason@
* 3/4 knockout for peter galbavyderaadt2003-06-051-6/+1
|
* Add support for the Sun Enterprise 450henric2003-02-171-21/+36
| | | | | | | | | | | | | | | | | | | | | | Reduce the size of a GENERIC kernel by ~190k Remove the nasty pointer/bus_space_handle_t casts Adds debug bus_space code including the ability to trace bus operations (it actually works now). The following rules are now followed (and verfified by the debug code): 1. A "bus_space_handle_t" may only be used with the "bus_space_tag_t" that created it. 2. Only "bus_space_map()" may create "bus_space_handle_t"s. 3. A "bus_space_handle_t" may not be modified after it has been created (other than being destroyed by "bus_space_unmap()"). Thanks to help from mcbride, marc, jason, drahn, to anyone that might have slipped my mind at the moment. ok jason@, deraadt@
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-3/+3
|
* First round of __P removal in sysmillert2002-03-141-7/+7
|
* implement autoconf mechanism using device_register(); from NetBSD.jason2001-08-311-12/+1
|
* need cfdriver for dmajason2001-08-211-1/+5
|
* $OpenBSD$jason2001-08-201-0/+1
|
* modifications to support OpenBSD/sparc style bootpath determinationjason2001-08-201-0/+11
|
* enough from netbsd to get le at ledma attachedjason2001-08-191-0/+281