summaryrefslogtreecommitdiffstats
path: root/sys/dev/si
Commit message (Expand)AuthorAgeFilesLines
...
* *** 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
* New versions of Specialix host card download code.peter1998-03-232-0/+3466
* merge from 2.2peter1998-03-211-2/+3
* Merge from 2.2, plus some other changes. In the config file entry,peter1998-03-211-48/+66
* Update to support SI/XIO PCI host cards (Z280 based) and the enhancedpeter1998-02-153-10/+235
* Implement the spirit but not the letter of Terrys hot-char patch.phk1998-02-131-13/+2
* Make the debug options new-style.eivind1998-01-311-1/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+2
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-1/+3
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-061-3/+3
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-211-4/+4
* ipl.h:gibbs1997-09-211-1/+4
* Update select -> poll in drivers.peter1997-09-141-2/+2
* Removed unused #includes.bde1997-07-201-5/+1
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-201-7/+7
* Don't include <sys/ioctl.h> in the kernel. Stage 5: includebde1997-03-241-2/+4
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-223-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-3/+3
* Some warning cleanups. There were some needless casts that also causedpeter1996-09-271-15/+12
* Remove devconf, it never grew up to be of any use.phk1996-09-061-34/+1
* Extend the poll code so that it can periodically scan the host cardspeter1996-08-121-4/+11
* make si.c compile in kernels without COMPAT_43.peter1996-08-031-2/+5
OpenPOWER on IntegriCloud