summaryrefslogtreecommitdiffstats
path: root/sys/dev/si
Commit message (Expand)AuthorAgeFilesLines
* Add #ifdef _KERNEL which allows sicontrol(8) to include this filephk2004-10-021-0/+3
* Use generic device/tty adaptation code.phk2004-10-023-648/+83
* 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-112-42/+4
* Pick the hotchar out of the tty structure instead of caching privatephk2004-06-262-3/+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
* Add missing <sys/module.h> includesphk2004-05-303-0/+3
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-173-18/+19
* 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-246-8/+19
* Prefer new location of pci include files (which have only been in theimp2003-08-221-1/+1
* 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
* Cast a pointer to uintptr_t instead ot u_int.jhb2002-11-071-1/+1
* Be consistent about functions being static.phk2002-10-161-1/+1
* Do not try and probe random PNP devices, This Is Bad.peter2002-07-271-23/+29
* 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
* Remove unneeded #include <sys/proc.h> lines.phk2000-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-252-2234/+2249
* Ack! I totally botched the pci probe routine which resulted in it tryingpeter2000-01-241-6/+10
* A bit more newbusification of si. This still isn't quite finished.peter2000-01-248-601/+747
* Initial attempt at newbusification of the specialix si/xio/sx driver.peter2000-01-233-470/+496
* Fix some -Wunused warningspeter1999-11-182-4/+0
* 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
* This patch clears the way for removing a number of tty relatedphk1999-09-251-23/+9
* Null commit to get last commit message recorded:phk1999-08-301-0/+1
OpenPOWER on IntegriCloud