summaryrefslogtreecommitdiffstats
path: root/sys/dev/si/si.c
Commit message (Expand)AuthorAgeFilesLines
* Remove incorrect comment about splsoftclock.imp2013-02-211-1/+0
* Last minute TTY API change: remove mutex argument from tty_alloc().ed2009-05-291-1/+1
* si_cmdname() is defined only when SI_DEBUG is enabled, thuswkoszek2009-02-071-2/+2
* Pass 1 of mpsafetty-ifying si(4). It compiles and has basic functionality,peter2008-09-081-181/+167
* Remove sicontrol(8)'s "ttystat".ed2008-06-091-5/+0
* Checkpoint what I've been running for the last year. Tidy up apeter2008-06-061-70/+81
* Wrap the EISA-specific parts of the dpt(4) and si(4) back-ends inmarius2007-01-181-0/+9
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+2
* - Fix cards with multiple modules. Prior to this, the ports on the variousjhb2006-01-061-3/+7
* Eliminate two unused arguments to ttycreate().phk2005-10-161-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Use generic device/tty adaptation code.phk2004-10-021-558/+72
* Use ttyalloc() instead of ttymalloc(NULL)phk2004-09-171-1/+1
* Avoid casts as lvalues.kan2004-07-281-4/+18
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-1/+1
* Introduce ttygone() which indicates that the hardware is detached.phk2004-07-111-40/+4
* Pick the hotchar out of the tty structure instead of caching privatephk2004-06-261-2/+2
* Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.phk2004-06-211-0/+8
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-6/+6
* Deorbit COMPAT_SUNOS.phk2004-06-111-1/+1
* Centralize the line discipline optimization determination in a functionphk2004-06-041-26/+2
* Machine generated patch which changes linedisc calls from accessingphk2004-06-041-10/+10
* Make the remaining serial drivers call ttyioctl() rather than callingphk2004-06-041-9/+3
* There is no need to explicitly call the stop function. In all likelyhoodphk2004-06-011-2/+0
* Device megapatch 4/6:phk2004-02-211-1/+2
* Device megapatch 3/6:phk2004-02-211-3/+0
* Device megapatch 1/6:phk2004-02-211-2/+0
* Use __FBSDID().obrien2003-08-241-1/+3
* Make TTYHOG tunable.das2003-03-051-0/+1
* Make nokqfilter() return the correct return value.phk2003-03-031-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-14/+10
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-2/+2
* Remove #include <sys/dkstat.h>phk2003-02-161-1/+0
* Be consistent about functions being static.phk2002-10-161-1/+1
* Make si_debug tunable.peter2002-07-271-0/+1
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-5/+5
* KSE Milestone 2julian2001-09-121-14/+14
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Use ttymalloc() instead of roll-our-own.peter2001-02-191-14/+1
* Extend kqueue down to the device layer.jlemon2001-02-151-2/+3
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-4/+3
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* This driver doesn't have a software interrupt handler, so don't attempt tojhb2000-10-251-8/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Always leave SP_DCEN on (monitor DCD). Otherwise the firmware *really*peter2000-01-251-4/+1
* A bit more newbusification of si. This still isn't quite finished.peter2000-01-241-589/+15
* Initial attempt at newbusification of the specialix si/xio/sx driver.peter2000-01-231-468/+493
* Zap cdevsw_add() - the make_dev's take care of it and don't usepeter1999-10-081-10/+0
* Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-281-25/+1
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
OpenPOWER on IntegriCloud