freebsd-dev/sys/dev/zs
Thomas Moestl 5ff9e59f71 Fix a signedness problem in zstty_cncheckc(): when no character is ready,
-1 should be returned, but it was assigned to an uint8_t (which is
extended to an int to form the return value), causing 255 to be returned
instead.
2003-07-05 01:31:30 +00:00
..
z8530reg.h Split this into bus specific front end(s), so that it can be used by ppc. 2003-01-08 23:36:16 +00:00
z8530var.h Split this into bus specific front end(s), so that it can be used by ppc. 2003-01-08 23:36:16 +00:00
zs_macio.c MacIO frontend for the zs driver. 2003-02-01 07:23:47 +00:00
zs_sbus.c Munge the zs sbus attachment to work with fhc. This is a bit of a hack, 2003-02-19 08:29:17 +00:00
zs.c Fix a signedness problem in zstty_cncheckc(): when no character is ready, 2003-07-05 01:31:30 +00:00