summaryrefslogtreecommitdiff
path: root/sys/dev/si
AgeCommit message (Expand)Author
1998-06-10Correct name and number for sxdc modulesPoul-Henning Kamp
1998-06-07This commit fixes various 64bit portability problems required forDoug Rabson
1998-03-28Removed unused #includes.Bruce Evans
1998-03-23Several changes:Peter Wemm
1998-03-23New versions of Specialix host card download code.Peter Wemm
1998-03-21merge from 2.2Peter Wemm
1998-03-21Merge from 2.2, plus some other changes. In the config file entry,Peter Wemm
1998-02-15Update to support SI/XIO PCI host cards (Z280 based) and the enhancedPeter Wemm
1998-02-13Implement the spirit but not the letter of Terrys hot-char patch.Poul-Henning Kamp
1998-01-31Make the debug options new-style.Eivind Eklund
1998-01-24Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund
1997-12-16Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund
1997-12-06Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that areBruce Evans
1997-09-21aha1542.c aic6360.c cy.c fd.c ft.cJustin T. Gibbs
1997-09-21ipl.h:Justin T. Gibbs
1997-09-14Update select -> poll in drivers.Peter Wemm
1997-07-20Removed unused #includes.Bruce Evans
1997-04-20Fixed the type of timeout functions and removed casts that hid theBruce Evans
1997-03-24Don't include <sys/ioctl.h> in the kernel. Stage 5: includeBruce Evans
1997-03-23Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans
1997-02-22Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-09-27Some warning cleanups. There were some needless casts that also causedPeter Wemm
1996-09-06Remove devconf, it never grew up to be of any use.Poul-Henning Kamp
1996-08-12Extend the poll code so that it can periodically scan the host cardsPeter Wemm
1996-08-03make si.c compile in kernels without COMPAT_43.Peter Wemm
1996-07-26ttysleep() can return EWOULDBLOCK, not ETIMEDOUT as the comment in tty.cPeter Wemm
1996-07-26Apply a bandaid to a problem elsewhere in the driver, when the process isPeter Wemm
1996-06-30Fix typo that prevented the initial/lock state devices from workingPeter Wemm
1996-06-21When writing the settings for stop bits and output hardware flow control,Peter Wemm
1996-06-17This time, get rid of the struct copies that were really causing gcc toPeter Wemm
1996-06-16Fix cut/paste error; a read-only variable should have been read/write.Peter Wemm
1996-06-12Clean up -Wunused warnings.Gary Palmer
1996-06-08Eliminate a struct copy that gcc doesn't inline and ends up as a call toPeter Wemm
1996-05-30When estimating the time (in ms) left to drain the output queue basedPeter Wemm
1996-05-08*blush* How did this slip through?Peter Wemm
1996-05-05Change the logic of the interrupt/poll loop. It no longer loops untilPeter Wemm
1996-05-05Change the compiled-in polling parameters to a sysctl setting.Peter Wemm
1996-03-28Switched from using devfs_add_sw() to using devfs_add_swf()Marc G. Fournier
1996-01-25Avoid local sprintfs and other printf'isms.Poul-Henning Kamp
1996-01-16Use the new & improved printf rather than homegrown kludges.Poul-Henning Kamp
1996-01-09clean up si_dprintf a bit so that it uses vararg argument parsing that doesPeter Wemm
1996-01-02Fix the number of ports created for devfs.. it had been only creatingPeter Wemm
1996-01-02Fix last "fix" - I had introduced a fencepost error.. :-(Peter Wemm
1996-01-02Fix up the DEVFS minor numbers that the Specialix driver registers...Peter Wemm
1995-12-16Another shot at getting working si DEVFS entries.. Apparently, it didn'tPeter Wemm
1995-12-14Update the skeleton DEVFS code to match reality a little closer.. :-)Peter Wemm
1995-12-10Replaced nxreset by noreset (if the reset function gets called, then theBruce Evans
1995-12-10Replaced nxmmap by nommap (if the mmap function gets called, then theBruce Evans
1995-12-10Removed new alias d_size_t for d_psize_t.Bruce Evans