summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc64/dev/lpt_ebus.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove clause #3 from mrg@NetBSD license.mpi2019-12-051-3/+1
| | | | | | | In May 29 2008, Matthew R. Green removed it in NetBSD: github.com/IIJ-NetBSD/netbsd-src/commit/7ea20401d535da9996394136ef ok deraadt@
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
|
* don't do a linear mapping (prevents warnings on the leopard)jason2003-12-161-3/+3
|
* Add support for the Sun Enterprise 450henric2003-02-171-5/+10
| | | | | | | | | | | | | | | | | | | | | | 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@
* another name, 'parallel'jason2002-07-181-3/+3
|
* left over __P removalsderaadt2002-05-271-3/+3
|
* use polled access for now (prevents a hang on the Momenco Leopard-V)jason2002-04-161-11/+24
|
* - Don't bother checking to see if the prom has already mapped thisjason2002-04-161-24/+7
| | | | - a bunch of KNF
* lpt_attach_common() prints the newline for usjason2002-03-201-2/+1
|
* From NetBSD: driver for lpt at ebusjason2002-03-141-0/+110