summaryrefslogtreecommitdiffstats
path: root/sys/dev/si
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-092-6/+0
* Checkpoint what I've been running for the last year. Tidy up apeter2008-06-062-73/+82
* Based in info gleaned from the web and other drivers (including the Linuxpeter2007-12-011-0/+23
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Catchup with filtersimp2007-02-232-2/+2
* 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
* - Update copyright years from the Specialix SDK.jhb2006-01-061-2/+2
* Update the firmware image used for the SIJET cards to the latest availablejhb2006-01-061-2267/+2438
* - Fix cards with multiple modules. Prior to this, the ports on the variousjhb2006-01-061-3/+7
* Add #nclude <dev/pci/pcireg.h> to pick up definitions for PCIR_BAR androdrigc2005-11-081-0/+1
* Use PCIR_xxx constants for PCI config space header registers rather thanjhb2005-11-071-3/+3
* Eliminate two unused arguments to ttycreate().phk2005-10-161-1/+1
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inimp2005-03-011-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-068-8/+8
* 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
OpenPOWER on IntegriCloud