Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove clause #3 from mrg@NetBSD license. | 2019-12-05 | 1 | -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.h | 2017-09-08 | 1 | -2/+1 | |
| | |||||
* | don't do a linear mapping (prevents warnings on the leopard) | 2003-12-16 | 1 | -3/+3 | |
| | |||||
* | Add support for the Sun Enterprise 450 | 2003-02-17 | 1 | -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' | 2002-07-18 | 1 | -3/+3 | |
| | |||||
* | left over __P removals | 2002-05-27 | 1 | -3/+3 | |
| | |||||
* | use polled access for now (prevents a hang on the Momenco Leopard-V) | 2002-04-16 | 1 | -11/+24 | |
| | |||||
* | - Don't bother checking to see if the prom has already mapped this | 2002-04-16 | 1 | -24/+7 | |
| | | | | - a bunch of KNF | ||||
* | lpt_attach_common() prints the newline for us | 2002-03-20 | 1 | -2/+1 | |
| | |||||
* | From NetBSD: driver for lpt at ebus | 2002-03-14 | 1 | -0/+110 | |