#
22e452df |
| 13-Mar-2022 |
mpi <mpi@openbsd.org> |
Constify struct cfattach.
ok miod@
|
#
b27348b2 |
| 08-Sep-2017 |
deraadt <deraadt@openbsd.org> |
If you use sys/param.h, you don't need sys/types.h
|
#
1e9a77de |
| 27-Jun-2003 |
jason <jason@openbsd.org> |
ansi functions
|
#
17e4949a |
| 27-Jun-2003 |
jason <jason@openbsd.org> |
Don't need LINEAR mappings.
|
#
85729938 |
| 24-Jun-2003 |
henric <henric@openbsd.org> |
Add a "where" argument to the sparc64 interrupt code. This lets us associate a name with each interrupt handler. This is not visible outside the kernel (yet).
ok jason@
|
#
4628ef8c |
| 02-Jun-2003 |
jason <jason@openbsd.org> |
Nuke my clause 3 and 4 (and a couple of files jointly (c) with Theo).
|
#
eb79e960 |
| 17-Feb-2003 |
henric <henric@openbsd.org> |
Add support for the Sun Enterprise 450 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
Add support for the Sun Enterprise 450 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@
show more ...
|
#
5248d82b |
| 08-Apr-2002 |
jason <jason@openbsd.org> |
Credit DARPA/USAF appropriately.
|
#
7e81dd80 |
| 14-Mar-2002 |
jason <jason@openbsd.org> |
Driver for the Aurora Technologies 210SJ parallel port
|