summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc64/dev/uperf_ebus.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* spellingjsg2021-03-111-3/+3
|
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
|
* Make the "machine xir" ddb command work on machines with uperf(4) on ebus(4).kettenis2008-12-151-1/+23
|
* nuke terms 3 & 4jason2003-06-021-6/+1
|
* Add support for the Sun Enterprise 450henric2003-02-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | 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@
* Credit DARPA/USAF appropriately.jason2002-04-081-4/+6
|
* Some PCI machines do not implement the uperf registers. Those that dojason2002-04-041-0/+316
provide an 'sc at ebus'. Use that instead of a direct attachment of uperf to psycho.