aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/si
Commit message (Expand)AuthorAgeFilesLines
* Fix build of si(4) and enable it in LINT on amd64 and i386.John Baldwin2014-08-201-3/+3
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* Remove incorrect comment about splsoftclock.Warner Losh2013-02-211-1/+0
* Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten2009-05-291-1/+1
* si_cmdname() is defined only when SI_DEBUG is enabled, thusWojciech A. Koszek2009-02-071-2/+2
* Pass 1 of mpsafetty-ifying si(4). It compiles and has basic functionality,Peter Wemm2008-09-081-181/+167
* Remove sicontrol(8)'s "ttystat".Ed Schouten2008-06-092-6/+0
* Checkpoint what I've been running for the last year. Tidy up aPeter Wemm2008-06-062-73/+82
* Based in info gleaned from the web and other drivers (including the LinuxPeter Wemm2007-12-011-0/+23
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Catchup with filtersWarner Losh2007-02-232-2/+2
* Wrap the EISA-specific parts of the dpt(4) and si(4) back-ends inMarius Strobl2007-01-181-0/+9
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-1/+2
* - Update copyright years from the Specialix SDK.John Baldwin2006-01-061-2/+2
* Update the firmware image used for the SIJET cards to the latest availableJohn Baldwin2006-01-061-2267/+2438
* - Fix cards with multiple modules. Prior to this, the ports on the variousJohn Baldwin2006-01-061-3/+7
* Add #nclude <dev/pci/pcireg.h> to pick up definitions for PCIR_BAR andCraig Rodrigues2005-11-081-0/+1
* Use PCIR_xxx constants for PCI config space header registers rather thanJohn Baldwin2005-11-071-3/+3
* Eliminate two unused arguments to ttycreate().Poul-Henning Kamp2005-10-161-1/+1
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inWarner Losh2005-03-011-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-068-8/+8
* Add #ifdef _KERNEL which allows sicontrol(8) to include this filePoul-Henning Kamp2004-10-021-0/+3
* Use generic device/tty adaptation code.Poul-Henning Kamp2004-10-023-648/+83
* Use ttyalloc() instead of ttymalloc(NULL)Poul-Henning Kamp2004-09-171-1/+1
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-4/+18
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-151-1/+1
* Introduce ttygone() which indicates that the hardware is detached.Poul-Henning Kamp2004-07-112-42/+4
* Pick the hotchar out of the tty structure instead of caching privatePoul-Henning Kamp2004-06-262-3/+2
* Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.Poul-Henning Kamp2004-06-211-0/+8
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-6/+6
* Deorbit COMPAT_SUNOS.Poul-Henning Kamp2004-06-111-1/+1
* Centralize the line discipline optimization determination in a functionPoul-Henning Kamp2004-06-041-26/+2
* Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp2004-06-041-10/+10
* Make the remaining serial drivers call ttyioctl() rather than callingPoul-Henning Kamp2004-06-041-9/+3
* There is no need to explicitly call the stop function. In all likelyhoodPoul-Henning Kamp2004-06-011-2/+0
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-303-0/+3
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-173-18/+19
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-1/+2
* Device megapatch 3/6:Poul-Henning Kamp2004-02-211-3/+0
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* Use __FBSDID().David E. O'Brien2003-08-246-8/+19
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-1/+1
* Make TTYHOG tunable.David Schultz2003-03-051-0/+1
* Make nokqfilter() return the correct return value.Poul-Henning Kamp2003-03-031-1/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-14/+10
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-021-2/+2
* Remove #include <sys/dkstat.h>Poul-Henning Kamp2003-02-161-1/+0
* Cast a pointer to uintptr_t instead ot u_int.John Baldwin2002-11-071-1/+1