summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/zs.c
AgeCommit message (Collapse)Author
2003-02-17Add support for the Sun Enterprise 450Henric 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-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
Diff generated by Chris Kuethe.
2002-09-23Fix console determination; based on discussion in port-sparc64@netbsdJason Wright
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-25Remove kbd_ms_ttyvar.h... Unneeded file from NetBSD.Jason Wright
2002-01-25Remove more NKBD/NMS references (jason == cpp tonight I guess)Jason Wright
2002-01-24Don't need ms.h (or SUNKBD/SUNMS)Jason Wright
2002-01-17I'm a tree breaker... sorry... don't include "kbd.h"Jason Wright
2002-01-15Frontend 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-21zs 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-19Lot of stuff... Some from NetBSD, some from OpenBSD, minor modificationsJason Wright