aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/si
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Be consistent about functions being static.Poul-Henning Kamp2002-10-161-1/+1
* Do not try and probe random PNP devices, This Is Bad.Peter Wemm2002-07-271-23/+29
* Make si_debug tunable.Peter Wemm2002-07-271-0/+1
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-5/+5
* KSE Milestone 2Julian Elischer2001-09-121-14/+14
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Use ttymalloc() instead of roll-our-own.Peter Wemm2001-02-191-14/+1
* Extend kqueue down to the device layer.Jonathan Lemon2001-02-151-2/+3
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-4/+3
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* This driver doesn't have a software interrupt handler, so don't attempt toJohn Baldwin2000-10-251-8/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Always leave SP_DCEN on (monitor DCD). Otherwise the firmware *really*Peter Wemm2000-01-252-2234/+2249
* Ack! I totally botched the pci probe routine which resulted in it tryingPeter Wemm2000-01-241-6/+10