summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc64/dev/zs.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move away from K&R style function definitions. clang is rather picky aboutclaudio2018-12-271-71/+25
| | | | | them especially if char and short arguments are used. OK otto@ deraadt@
* Delete unnecessary <sys/file.h> includesguenther2017-12-301-2/+1
| | | | ok millert@ krw@
* Rename Debugger() into db_enter().mpi2017-04-301-4/+2
| | | | | | | Using a name with the 'db_' prefix makes it invisible from the dynamic profiler. ok deraadt@, kettenis@, visa@
* Unifdef KGDB.mpi2017-04-301-4/+2
| | | | | | It doesn't compile und hasn't been working during the last decade. ok kettenis@, deraadt@
* Do what the comments suggest and check for port-[ab]-ignore-cd properties,miod2015-02-051-4/+8
| | | | and if so, force soft carrier mode.
* Drop zsaddr[NZS] and the need for zs to be needs-count. zsaddr[] is no longermiod2013-11-011-84/+58
| | | | | necessary now that each zs device registers its own interrupt handler, and zshard() does not need to walk all zs chips, which has been the case for years.
* Fix lies in comments, and apply some KNF and unused or duplicate prototypemiod2013-10-211-34/+14
| | | | removals.
* Unify the zs tty driver.sebastia2013-04-211-2/+2
| | | | | | | | | | Most of the hard work by mpi@, who provided the initial diff. Fixes for sparc from myself. Tested on sgi and sparc myself. Compiles and detects zstty on my powerbook, compile tested on sparc64 by me. Real testing with zs device on sparc64 by miod@ who also gave a lot of help and feedback. ok miod@, mpi@
* Remove zssoftpending; it isn't of any use anymore.kettenis2009-09-101-6/+1
| | | | ok miod@
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* Remove eeprom.h.kettenis2007-11-141-2/+1
|
* Remove bsd_openprom.h.kettenis2007-11-131-2/+1
|
* stoped -> stoppedjsing2007-10-221-2/+2
| | | | ok miod@
* Remove completely obsolete comment from the pre-wscons sparc days inmiod2006-01-091-5/+1
| | | | zs_getc().
* Ratibibugle now useless evcnt structures.miod2004-09-291-5/+1
|
* use prom mappings when availavkjason2004-09-281-9/+27
|
* fix up attachment of zs@fhcjason2004-09-241-6/+13
|
* prepare the way for multi-bus attachment of zs (specifically zs@fhc).jason2004-09-231-11/+58
| | | | | Remove the zs@mainbus stuff from files.sparc64 (nothing uses it) don't forget to rerun config...
* Add a "where" argument to the sparc64 interrupt code. This lets ushenric2003-06-241-2/+4
| | | | | | | associate a name with each interrupt handler. This is not visible outside the kernel (yet). ok jason@
* Add support for the Sun Enterprise 450henric2003-02-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | 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@
* Remove more '\n's from panic() statements. Both trailing and leading.krw2002-10-121-2/+2
| | | | Diff generated by Chris Kuethe.
* Fix console determination; based on discussion in port-sparc64@netbsdjason2002-09-231-9/+10
|
* First round of __P removal in sysmillert2002-03-141-16/+16
|
* Remove kbd_ms_ttyvar.h... Unneeded file from NetBSD.jason2002-01-251-2/+1
|
* Remove more NKBD/NMS references (jason == cpp tonight I guess)jason2002-01-251-41/+1
|
* Don't need ms.h (or SUNKBD/SUNMS)jason2002-01-241-2/+1
|
* I'm a tree breaker... sorry... don't include "kbd.h"jason2002-01-171-2/+1
|
* Frontend driver for keyboards attached to zs's (instead of zstty's).jason2002-01-151-2/+10
| | | | | Doesn't really work yet, but it's not terribly far off. This is a work in progress..
* zs and all it's associated stuff (all from NetBSD).. Works on my ultra1,jason2001-08-211-9/+17
| | | | | but still needs tweaks (wedging this into OpenBSD is worse than square peg in round hole).
* $OpenBSD$jason2001-08-201-0/+1
|
* Lot of stuff... Some from NetBSD, some from OpenBSD, minor modificationsjason2001-08-191-0/+872