summaryrefslogtreecommitdiff
path: root/sys/dev/si
AgeCommit message (Expand)Author
2009-05-29Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten
2009-02-07si_cmdname() is defined only when SI_DEBUG is enabled, thusWojciech A. Koszek
2008-09-08Pass 1 of mpsafetty-ifying si(4). It compiles and has basic functionality,Peter Wemm
2008-06-09Remove sicontrol(8)'s "ttystat".Ed Schouten
2008-06-06Checkpoint what I've been running for the last year. Tidy up aPeter Wemm
2007-12-01Based in info gleaned from the web and other drivers (including the LinuxPeter Wemm
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2007-02-23Catchup with filtersWarner Losh
2007-01-18Wrap the EISA-specific parts of the dpt(4) and si(4) back-ends inMarius Strobl
2006-11-06Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson
2006-01-06- Update copyright years from the Specialix SDK.John Baldwin
2006-01-06Update the firmware image used for the SIJET cards to the latest availableJohn Baldwin
2006-01-06- Fix cards with multiple modules. Prior to this, the ports on the variousJohn Baldwin
2005-11-08Add #nclude <dev/pci/pcireg.h> to pick up definitions for PCIR_BAR andCraig Rodrigues
2005-11-07Use PCIR_xxx constants for PCI config space header registers rather thanJohn Baldwin
2005-10-16Eliminate two unused arguments to ttycreate().Poul-Henning Kamp
2005-03-01Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inWarner Losh
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-10-02Add #ifdef _KERNEL which allows sicontrol(8) to include this filePoul-Henning Kamp
2004-10-02Use generic device/tty adaptation code.Poul-Henning Kamp
2004-09-17Use ttyalloc() instead of ttymalloc(NULL)Poul-Henning Kamp
2004-07-28Avoid casts as lvalues.Alexander Kabaev
2004-07-15Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp
2004-07-11Introduce ttygone() which indicates that the hardware is detached.Poul-Henning Kamp
2004-06-26Pick the hotchar out of the tty structure instead of caching privatePoul-Henning Kamp
2004-06-21Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.Poul-Henning Kamp
2004-06-16Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp
2004-06-11Deorbit COMPAT_SUNOS.Poul-Henning Kamp
2004-06-04Centralize the line discipline optimization determination in a functionPoul-Henning Kamp
2004-06-04Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp
2004-06-04Make the remaining serial drivers call ttyioctl() rather than callingPoul-Henning Kamp
2004-06-01There is no need to explicitly call the stop function. In all likelyhoodPoul-Henning Kamp
2004-05-30Add missing <sys/module.h> includesPoul-Henning Kamp
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-02-21Device megapatch 4/6:Poul-Henning Kamp
2004-02-21Device megapatch 3/6:Poul-Henning Kamp
2004-02-21Device megapatch 1/6:Poul-Henning Kamp
2003-08-24Use __FBSDID().David E. O'Brien
2003-08-22Prefer new location of pci include files (which have only been in theWarner Losh
2003-03-05Make TTYHOG tunable.David Schultz
2003-03-03Make nokqfilter() return the correct return value.Poul-Henning Kamp
2003-03-03Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp
2003-03-02More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav
2003-02-16Remove #include <sys/dkstat.h>Poul-Henning Kamp
2002-11-07Cast a pointer to uintptr_t instead ot u_int.John Baldwin
2002-10-16Be consistent about functions being static.Poul-Henning Kamp
2002-07-27Do not try and probe random PNP devices, This Is Bad.Peter Wemm
2002-07-27Make si_debug tunable.Peter Wemm
2002-04-01Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin
2001-09-12KSE Milestone 2Julian Elischer