Searched hist:dc16046f96bdcd9068aec31c1741e0db35296a94 (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/fdc/ |
H A D | fdc.c | diff dc16046f96bdcd9068aec31c1741e0db35296a94 Wed Jan 11 17:13:01 CET 1995 Joerg Wunsch <joerg@FreeBSD.org> Finally implement support for the `lsdev' program. The controller is now marked busy as long as it's being in non-reset state, and the drives are busy as long as at least one instance is open.
Also reformat everything to fit into 80 columns again.
Changed my mind wrt. error reporting for a write-protected drive and an open() with write intent; ENXIO has been too weird, now return EIO. Some portions of the code need to be rewritten to use tprintf() instead of simple printf()'s, so the messages will also appear on the session terminal, however. diff dc16046f96bdcd9068aec31c1741e0db35296a94 Wed Jan 11 17:13:01 CET 1995 Joerg Wunsch <joerg@FreeBSD.org> Finally implement support for the `lsdev' program. The controller is now marked busy as long as it's being in non-reset state, and the drives are busy as long as at least one instance is open.
Also reformat everything to fit into 80 columns again.
Changed my mind wrt. error reporting for a write-protected drive and an open() with write intent; ENXIO has been too weird, now return EIO. Some portions of the code need to be rewritten to use tprintf() instead of simple printf()'s, so the messages will also appear on the session terminal, however.
|