summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc64/dev/sab.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sparc64: lom(4), sab(4), vldcp(4): tsleep -> tsleep_nsec(9); ok kn@ visa@cheloha2019-10-121-4/+4
* ttysleep(): drop unused timeout parametercheloha2019-07-191-2/+2
* Remove almost unused `flags' argument of suser().mpi2018-02-191-3/+3
* Don't pull in <sys/file.h> just to get fcntl.hguenther2017-12-301-2/+2
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* Rename Debugger() into db_enter().mpi2017-04-301-2/+2
* Enforce ca_activate tree-walks over the entire heirarchy for all events,deraadt2013-05-301-8/+24
* Move common code for waking up writers on a tty into a function.nicm2010-07-021-8/+2
* Allow tty drivers to request larger buffers at attach time using aderaadt2010-06-281-2/+2
* Some of the line disciplines want to check for suser. Better to pass themtedu2010-04-121-3/+3
* Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tnicm2009-11-091-2/+1
* Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()deraadt2009-10-311-1/+2
* Match serial devices on PRIMEPOWER 650.kettenis2008-05-241-2/+3
* Use getpropspeed() to get console speed. Add code to handle "ssp-console" andkettenis2008-03-011-14/+15
* Make sabtty(4) adopt the speed configured in OpenFirmware when it is thekettenis2008-01-151-5/+33
* Be uniform with console message from other devicesderaadt2008-01-081-5/+5
* Remove eeprom.h.kettenis2007-11-141-2/+1
* Remove bsd_openprom.h.kettenis2007-11-131-2/+1
* make sure the IMR values are visible when we drop back into the promjason2006-05-281-1/+2
* make the ISR bits visible so we can poll them in cngetc (w/out cnpollc).jason2006-05-281-6/+8
* Wait for output to be drained when sabtty is the console output port;miod2004-07-171-2/+7
* Don't need linear mappings here eitherjason2003-12-161-3/+3
* Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need formiod2003-10-031-6/+1
* change arguments to suser. suser now takes the process, and a flagstedu2003-08-151-3/+3
* Add a "where" argument to the sparc64 interrupt code. This lets ushenric2003-06-241-2/+2
* nuke terms 3 & 4jason2003-06-021-6/+1
* The sab driver sometimes gets out of sync with the hardware. This canhenric2003-05-131-35/+46
* Add support for the Sun Enterprise 450henric2003-02-171-6/+12
* Fix console determination; based on discussion in port-sparc64@netbsdjason2002-09-231-7/+7
* Match compatible sab82532jason2002-07-181-1/+5
* Credit DARPA/USAF appropriately.jason2002-04-081-1/+6
* First round of __P removal in sysmillert2002-03-141-37/+37
* o Remove some debugging prints (most of them wouldn't work anyway)jason2002-01-181-32/+100
* Better handling of transitions between our mode and what the prom wants.jason2002-01-171-39/+42
* add polled input handling and remove dead codejason2002-01-171-15/+108
* Add console handling (output works, input needs more work)jason2002-01-171-2/+160
* SAB82532 driver (missing console stuff, but working as a generic ttyjason2001-10-281-0/+1036