freebsd-src/sys/dev
Bruce Evans f668386c04 sio.c:
Fix the tests for being a console by reverting to the ones that
were used before the the RB_SERIAL changes.  RB_SERIAL only needs
to be tested in one place.  The initialization of comconsole was
wrong before the RB_SERIAL changes for the COMCONSOLE case.  This
may have been the cause of the unnecessary changes.

Start eliminating #includes of <i386/i386/cons.h>.  This header is
supposed to be included from <machine> although it should be
completely machine-independent and included from <sys>.

Remove a wrong XXX comment.  `comconsole' is used to test for being
a console and even the tests for deciding the default termios state
are necessary (the semi-reentrant i/o routines don't handle ordinary
device i/o).

cy.c:
Sync with sio.c.  The console tests are present but always fail.
1995-10-22 15:38:08 +00:00
..
aic7xxx Clean up the mesgin code to make it easier to read with proceedure lables 1995-08-06 05:15:45 +00:00
bktr Kernel components of Matrox Meteor driver. 1995-08-28 17:03:18 +00:00
cy sio.c: 1995-10-22 15:38:08 +00:00
de Say goodbye to IFF_NOTRAILERS. Support for trailers was officially 1995-10-13 19:48:06 +00:00
dgb Fix select(). 1995-10-12 23:28:41 +00:00
ed A mixed bag of changes, relating to getting the state in "lsdev" right, 1995-10-21 00:55:36 +00:00
eisa Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
ep Say goodbye to IFF_NOTRAILERS. Support for trailers was officially 1995-10-13 19:48:06 +00:00
fdc BIOS manufacturers don't seem to have a unique idea about 2.88 MB 1995-10-09 15:00:39 +00:00
fe Say goodbye to IFF_NOTRAILERS. Support for trailers was officially 1995-10-13 19:48:06 +00:00
ic Rewrite: 1995-07-05 12:15:52 +00:00
ie Say goodbye to IFF_NOTRAILERS. Support for trailers was officially 1995-10-13 19:48:06 +00:00
joy Actually, 97 out of 304 devsw functions had benignly mismatched types. 1995-09-08 19:57:13 +00:00
kbd Change fkey 63 from ^[[K to ^[[~. 1995-03-28 21:30:13 +00:00
lnc Say goodbye to IFF_NOTRAILERS. Support for trailers was officially 1995-10-13 19:48:06 +00:00
mcd Fix benign type mismatches in devsw functions. 82 out of 299 devsw 1995-09-08 11:09:15 +00:00
mse Fix benign type mismatches in devsw functions. 82 out of 299 devsw 1995-09-08 11:09:15 +00:00
pci Fixed bug where wrong thing was being checked for NULL before calling 1995-10-02 13:43:11 +00:00
ppbus Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
rc Allow any speed from 0..76800 1995-08-02 10:17:35 +00:00
scd Fix benign type mismatches in isa interrupt handlers. Many returned int 1995-09-19 18:55:37 +00:00
si Remove bogus #include <sys/device.h>, and the bogus instances of 1995-10-21 09:10:49 +00:00
sio sio.c: 1995-10-22 15:38:08 +00:00
snp Fix benign type mismatches in devsw functions. 82 out of 299 devsw 1995-09-08 11:09:15 +00:00
speaker Fixed init functions argument type - caddr_t -> void *. Fixed a couple of 1995-09-09 18:10:37 +00:00
syscons Don't allow i/o operations for non-root users. 1995-10-14 07:08:09 +00:00
vn Fix benign type mismatches in devsw functions. 82 out of 299 devsw 1995-09-08 11:09:15 +00:00