summaryrefslogtreecommitdiffstats
path: root/sys/dev/sbus/sbusvar.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove some more sparc remnants. ok deraadttedu2016-09-041-7/+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@
* use the right capitalization for `MBus' and `SBus'sobrado2007-05-311-6/+6
| | | | ok jmc@
* use __sparc__ and __sparc64__ instead of SUN4|SUN4C|SUN4M vs SUN4U to figurejason2006-06-211-3/+3
| | | | out which includes to use.
* sbus_establish() and the associated linked list in the sbus softc is now onlymiod2006-06-021-10/+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.
* When failing to register an interrupt, display the correct priority on sparc64.miod2005-03-081-1/+3
| | | | ok cloder@ martin@
* Preliminary xbox support: attaches, memory mapping and interrupts work, butmiod2005-03-051-4/+1
| | | | | | | | DMA transfers are not implemented yet, and are disabled (which causes drivers to SBus cards on the xbox to fail to attach). In practice, this allows frame buffers to work, maybe more devices; DMA support will be worked on in the near future.
* Add support for the Sun Enterprise 450henric2003-02-171-3/+3
| | | | | | | | | | | | | | | | | | | | | | 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@
* spelling; from Brian Poole <raj@cerias.purdue.edu>todd2002-06-141-2/+2
|
* First round of __P removal in sysmillert2002-03-141-9/+9
|
* implement autoconf mechanism using device_register(); from NetBSD.jason2001-08-311-2/+1
|
* modifications to support OpenBSD/sparc style bootpath determinationjason2001-08-201-1/+2
|
* RCSidjason2001-08-191-0/+1
|
* import sbus stuff from netbsd (not a lot of mods).jason2001-08-181-0/+156