| Commit message (Expand) | Author | Age | Files | Lines |
* | A few style changes (fixes hopefully) and some more tidying up. Fix (?) | Peter Wemm | 1999-08-27 | 1 | -101/+104 |
* | Don't return 0 for an unknown ioctl (!). This was breaking ppp(8). | Peter Wemm | 1999-08-27 | 1 | -10/+9 |
* | Convert DEVFS hooks in (most) drivers to make_dev(). | Poul-Henning Kamp | 1999-08-23 | 1 | -40/+9 |
* | printf("%x",dev); -> printf("%s",devtoname(dev)); | Nick Sayer | 1999-08-18 | 1 | -11/+11 |
* | Simplify cdevsw registration. | Poul-Henning Kamp | 1999-05-31 | 1 | -7/+2 |
* | This commit should be a extensive NO-OP: | Poul-Henning Kamp | 1999-05-30 | 1 | -7/+21 |
* | Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add: | Peter Wemm | 1999-05-09 | 1 | -5/+1 |
* | Fix some of the places where too much inside knowledge about major/minor | Poul-Henning Kamp | 1999-05-08 | 1 | -3/+3 |
* | These two drivers have not been converted for newbus eisa yet. | Peter Wemm | 1999-05-02 | 1 | -1/+6 |
* | s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/. | Dmitrij Tejblum | 1999-04-28 | 1 | -2/+2 |
* | Suser() simplification: | Poul-Henning Kamp | 1999-04-27 | 1 | -6/+6 |
* | Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't | Peter Wemm | 1999-04-24 | 1 | -1/+5 |
* | Staticize. | Eivind Eklund | 1999-04-11 | 2 | -2/+2 |
* | SX ISA cards are only 32k wide in 8 bit mode (which is the only | Nick Sayer | 1999-03-30 | 1 | -2/+2 |
* | Update Specialix download microcode for the transputer based serial host | Peter Wemm | 1999-03-24 | 1 | -2142/+2246 |
* | Use suser() to check for super user rather than examining cr_uid directly. | Poul-Henning Kamp | 1999-01-30 | 1 | -2/+3 |
* | Silence warnings. | Eivind Eklund | 1999-01-12 | 1 | -3/+3 |
* | Fixed printf format errors. `struct eisa_device' uses a strange type | Bruce Evans | 1998-08-23 | 1 | -8/+8 |
* | Added D_TTY to the cdevswitch flags for all tty drivers. This is required | Bruce Evans | 1998-08-23 | 1 | -9/+9 |
* | Cast an int to (intptr_t) before casting it to (void *). | Bruce Evans | 1998-08-16 | 1 | -4/+4 |
* | Fixed yet more ioctl breakage due to the type of the `cmd' arg chaninging | Bruce Evans | 1998-08-16 | 1 | -6/+6 |
* | Add a macro tweak. | Steve Price | 1998-06-13 | 2 | -4/+5 |
* | Correct name and number for sxdc modules | Poul-Henning Kamp | 1998-06-10 | 1 | -3/+3 |
* | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 1 | -2/+2 |
* | Removed unused #includes. | Bruce Evans | 1998-03-28 | 1 | -2/+1 |
* | Several changes: | Peter Wemm | 1998-03-23 | 3 | -284/+519 |
* | New versions of Specialix host card download code. | Peter Wemm | 1998-03-23 | 2 | -0/+3466 |
* | merge from 2.2 | Peter Wemm | 1998-03-21 | 1 | -2/+3 |
* | Merge from 2.2, plus some other changes. In the config file entry, | Peter Wemm | 1998-03-21 | 1 | -48/+66 |
* | Update to support SI/XIO PCI host cards (Z280 based) and the enhanced | Peter Wemm | 1998-02-15 | 3 | -10/+235 |
* | Implement the spirit but not the letter of Terrys hot-char patch. | Poul-Henning Kamp | 1998-02-13 | 1 | -13/+2 |
* | Make the debug options new-style. | Eivind Eklund | 1998-01-31 | 1 | -1/+2 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | Eivind Eklund | 1998-01-24 | 1 | -1/+2 |
* | Make COMPAT_43 and COMPAT_SUNOS new-style options. | Eivind Eklund | 1997-12-16 | 1 | -1/+3 |
* | Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that are | Bruce Evans | 1997-12-06 | 1 | -3/+3 |
* | aha1542.c aic6360.c cy.c fd.c ft.c | Justin T. Gibbs | 1997-09-21 | 1 | -4/+4 |
* | ipl.h: | Justin T. Gibbs | 1997-09-21 | 1 | -1/+4 |
* | Update select -> poll in drivers. | Peter Wemm | 1997-09-14 | 1 | -2/+2 |
* | Removed unused #includes. | Bruce Evans | 1997-07-20 | 1 | -5/+1 |
* | Fixed the type of timeout functions and removed casts that hid the | Bruce Evans | 1997-04-20 | 1 | -7/+7 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 5: include | Bruce Evans | 1997-03-24 | 1 | -2/+4 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | Bruce Evans | 1997-03-23 | 1 | -2/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 3 | -3/+3 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 3 | -3/+3 |
* | Some warning cleanups. There were some needless casts that also caused | Peter Wemm | 1996-09-27 | 1 | -15/+12 |
* | Remove devconf, it never grew up to be of any use. | Poul-Henning Kamp | 1996-09-06 | 1 | -34/+1 |
* | Extend the poll code so that it can periodically scan the host cards | Peter Wemm | 1996-08-12 | 1 | -4/+11 |
* | make si.c compile in kernels without COMPAT_43. | Peter Wemm | 1996-08-03 | 1 | -2/+5 |
* | ttysleep() can return EWOULDBLOCK, not ETIMEDOUT as the comment in tty.c | Peter Wemm | 1996-07-26 | 1 | -2/+2 |
* | Apply a bandaid to a problem elsewhere in the driver, when the process is | Peter Wemm | 1996-07-26 | 1 | -2/+5 |