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