summaryrefslogtreecommitdiff
path: root/sys/dev/si
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed printf format errors. `struct eisa_device' uses a strange typeBruce Evans1998-08-231-8/+8
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredBruce Evans1998-08-231-9/+9
* Cast an int to (intptr_t) before casting it to (void *).Bruce Evans1998-08-161-4/+4
* Fixed yet more ioctl breakage due to the type of the `cmd' arg chaningingBruce Evans1998-08-161-6/+6
* Add a macro tweak.Steve Price1998-06-132-4/+5
* Correct name and number for sxdc modulesPoul-Henning Kamp1998-06-101-3/+3
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Removed unused #includes.Bruce Evans1998-03-281-2/+1
* Several changes:Peter Wemm1998-03-233-283/+518
* New versions of Specialix host card download code.Peter Wemm1998-03-232-0/+3466
* merge from 2.2Peter Wemm1998-03-211-2/+3
* Merge from 2.2, plus some other changes. In the config file entry,Peter Wemm1998-03-211-48/+66
* Update to support SI/XIO PCI host cards (Z280 based) and the enhancedPeter Wemm1998-02-153-10/+235
* Implement the spirit but not the letter of Terrys hot-char patch.Poul-Henning Kamp1998-02-131-13/+2
* Make the debug options new-style.Eivind Eklund1998-01-311-1/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+2
* Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund1997-12-161-1/+3
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that areBruce Evans1997-12-061-3/+3
* aha1542.c aic6360.c cy.c fd.c ft.cJustin T. Gibbs1997-09-211-4/+4
* ipl.h:Justin T. Gibbs1997-09-211-1/+4
* Update select -> poll in drivers.Peter Wemm1997-09-141-2/+2
* Removed unused #includes.Bruce Evans1997-07-201-5/+1
* Fixed the type of timeout functions and removed casts that hid theBruce Evans1997-04-201-7/+7
* Don't include <sys/ioctl.h> in the kernel. Stage 5: includeBruce Evans1997-03-241-2/+4
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-223-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
* Some warning cleanups. There were some needless casts that also causedPeter Wemm1996-09-271-15/+12
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-34/+1
* Extend the poll code so that it can periodically scan the host cardsPeter Wemm1996-08-121-4/+11
* make si.c compile in kernels without COMPAT_43.Peter Wemm1996-08-031-2/+5
* ttysleep() can return EWOULDBLOCK, not ETIMEDOUT as the comment in tty.cPeter Wemm1996-07-261-2/+2
* Apply a bandaid to a problem elsewhere in the driver, when the process isPeter Wemm1996-07-261-2/+5
* Fix typo that prevented the initial/lock state devices from workingPeter Wemm1996-06-301-2/+2
* When writing the settings for stop bits and output hardware flow control,Peter Wemm1996-06-211-18/+24
* This time, get rid of the struct copies that were really causing gcc toPeter Wemm1996-06-171-4/+4
* Fix cut/paste error; a read-only variable should have been read/write.Peter Wemm1996-06-161-2/+2
* Clean up -Wunused warnings.Gary Palmer1996-06-121-8/+4
* Eliminate a struct copy that gcc doesn't inline and ends up as a call toPeter Wemm1996-06-081-2/+2
* When estimating the time (in ms) left to drain the output queue basedPeter Wemm1996-05-301-4/+4
* *blush* How did this slip through?Peter Wemm1996-05-081-2/+5
* Change the logic of the interrupt/poll loop. It no longer loops untilPeter Wemm1996-05-051-4/+15
* Change the compiled-in polling parameters to a sysctl setting.Peter Wemm1996-05-051-7/+11
* Switched from using devfs_add_sw() to using devfs_add_swf()Marc G. Fournier1996-03-281-4/+4
* Avoid local sprintfs and other printf'isms.Poul-Henning Kamp1996-01-251-23/+16
* Use the new & improved printf rather than homegrown kludges.Poul-Henning Kamp1996-01-161-9/+5
* clean up si_dprintf a bit so that it uses vararg argument parsing that doesPeter Wemm1996-01-091-6/+17
* Fix the number of ports created for devfs.. it had been only creatingPeter Wemm1996-01-021-2/+2
* Fix last "fix" - I had introduced a fencepost error.. :-(Peter Wemm1996-01-021-2/+2
* Fix up the DEVFS minor numbers that the Specialix driver registers...Peter Wemm1996-01-021-7/+11