summaryrefslogtreecommitdiffstats
path: root/sys/dev/si
Commit message (Expand)AuthorAgeFilesLines
* 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
* *** empty log message ***phk1999-08-301-2/+2
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
* A few style changes (fixes hopefully) and some more tidying up. Fix (?)peter1999-08-271-101/+104
* Don't return 0 for an unknown ioctl (!). This was breaking ppp(8).peter1999-08-271-10/+9
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-40/+9
* printf("%x",dev); -> printf("%s",devtoname(dev));nsayer1999-08-181-11/+11
* Simplify cdevsw registration.phk1999-05-311-7/+2
* This commit should be a extensive NO-OP:phk1999-05-301-7/+21
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-5/+1
* Fix some of the places where too much inside knowledge about major/minorphk1999-05-081-3/+3
* These two drivers have not been converted for newbus eisa yet.peter1999-05-021-1/+6
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-2/+2
* Suser() simplification:phk1999-04-271-6/+6
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-1/+5
* Staticize.eivind1999-04-112-2/+2
* SX ISA cards are only 32k wide in 8 bit mode (which is the onlynsayer1999-03-301-2/+2
* Update Specialix download microcode for the transputer based serial hostpeter1999-03-241-2142/+2246
* Use suser() to check for super user rather than examining cr_uid directly.phk1999-01-301-2/+3
* Silence warnings.eivind1999-01-121-3/+3
* Fixed printf format errors. `struct eisa_device' uses a strange typebde1998-08-231-8/+8
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredbde1998-08-231-9/+9
* Cast an int to (intptr_t) before casting it to (void *).bde1998-08-161-4/+4
* Fixed yet more ioctl breakage due to the type of the `cmd' arg chaningingbde1998-08-161-6/+6
* Add a macro tweak.steve1998-06-132-4/+5
* Correct name and number for sxdc modulesphk1998-06-101-3/+3
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Removed unused #includes.bde1998-03-281-2/+1
* Several changes:peter1998-03-233-284/+519
OpenPOWER on IntegriCloud