freebsd-dev/sys/dev
bde dd6cf70cf0 Fixed bugs introduced in rev. 1.127 (some broken 16650 support was
unintentionally committed):
- the fifo was completely disabled for low speeds.  Apart from being
  unnecessarily inefficient, this invalidated com->tx_fifo_size.
- `ftl' became a bogus name.
- the 16650 probe breaks the COM_NOFIFO() case and has other bugs
  (disabled, not fixed).

Fixed bogus change of the fifo settings for the non-speed of 0.  This
bug made the above fifo bug occur even at non-low speeds.

Fixed the modes of the cua devices.  It isn't possible to set the uid
and gid correctly since the kernel can't know who uucp.dialer is.

Register the devswitch at device attach time.  SYSINIT() is not
the right way to initialize devswitches (if anything :->).
Eventually, the devswitch should be deregistered at device detach
and/or unload time and reregistered at device attach time ...  Then
some com->gone tests could be removed.

Cleaned up some other recent changes.
1995-12-22 14:58:55 +00:00
..
aic7xxx Fix the long dreaded Wide bug and enable WIDEODD for reads. 1995-11-07 05:31:28 +00:00
ar Completed function declarations and/or added prototypes and/or added 1995-12-15 00:54:32 +00:00
bktr A batch of Jim Lowe's patches: 1995-11-29 01:07:59 +00:00
cy Replaced nxreset by noreset (if the reset function gets called, then the 1995-12-10 20:54:38 +00:00
de Another mega commit to staticize things. 1995-12-14 09:55:16 +00:00
dgb Staticize. 1995-12-17 21:14:36 +00:00
ed Changed arg type for pio functions. 1995-12-15 07:31:40 +00:00
eisa Staticize and cleanup. 1995-12-10 13:33:49 +00:00
ep Completed function declarations and/or added prototypes and/or added 1995-12-15 00:54:32 +00:00
fdc Replaced nxdump by nodump (if the dump function gets called, then the 1995-12-10 19:44:58 +00:00
fe Completed function declarations and/or added prototypes and/or added 1995-12-15 00:54:32 +00:00
fxp Added prototype for fxp_scb_wait() and fixed a bug where the wrong pointer 1995-12-18 02:47:43 +00:00
ic This driver supports the Arnet SYNC/570i ISA cards that is based on the 1995-11-21 02:32:04 +00:00
ie Staticize and cleanup. 1995-12-10 13:40:44 +00:00
joy Completed function declarations and/or added prototypes and/or added 1995-12-15 00:54:32 +00:00
kbd Staticize and cleanup. 1995-12-10 13:40:44 +00:00
lnc Completed function declarations and/or added prototypes and/or added 1995-12-15 00:54:32 +00:00
mcd Remove crufty "pg" function. 1995-12-22 13:09:39 +00:00
mse Completed function declarations and/or added prototypes and/or added 1995-12-15 00:54:32 +00:00
pci Completed function declarations and/or added prototypes and/or added 1995-12-16 00:27:59 +00:00
ppbus Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
rc Replaced nxreset by noreset (if the reset function gets called, then the 1995-12-10 20:54:38 +00:00
scd Replaced scdsize by generic nopsize. 1995-12-10 20:10:23 +00:00
si Another shot at getting working si DEVFS entries.. Apparently, it didn't 1995-12-16 14:03:02 +00:00
sio Fixed bugs introduced in rev. 1.127 (some broken 16650 support was 1995-12-22 14:58:55 +00:00
snp A Major staticize sweep. Generates a couple of warnings that I'll deal 1995-12-14 08:32:45 +00:00
speaker Completed function declarations and/or added prototypes and/or added 1995-12-15 00:54:32 +00:00
syscons Removed my devsw access functions [un]register_cdev() and 1995-12-14 22:03:12 +00:00
vn Staticize. 1995-12-09 20:34:16 +00:00