Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-17 | Add support for the Sun Enterprise 450 | Henric Jungheim | |
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@ | |||
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback | |
Diff generated by Chris Kuethe. | |||
2002-09-23 | Fix console determination; based on discussion in port-sparc64@netbsd | Jason Wright | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-01-25 | Remove kbd_ms_ttyvar.h... Unneeded file from NetBSD. | Jason Wright | |
2002-01-25 | Remove more NKBD/NMS references (jason == cpp tonight I guess) | Jason Wright | |
2002-01-24 | Don't need ms.h (or SUNKBD/SUNMS) | Jason Wright | |
2002-01-17 | I'm a tree breaker... sorry... don't include "kbd.h" | Jason Wright | |
2002-01-15 | Frontend driver for keyboards attached to zs's (instead of zstty's). | Jason Wright | |
Doesn't really work yet, but it's not terribly far off. This is a work in progress.. | |||
2001-08-21 | zs and all it's associated stuff (all from NetBSD).. Works on my ultra1, | Jason Wright | |
but still needs tweaks (wedging this into OpenBSD is worse than square peg in round hole). | |||
2001-08-20 | $OpenBSD$ | Jason Wright | |
2001-08-19 | Lot of stuff... Some from NetBSD, some from OpenBSD, minor modifications | Jason Wright | |