| Age | Commit message (Collapse) | Author |
|
inclusion, and interrupt configuration. more work still needs to be done,
but it's getting better...
|
|
|
|
|
|
|
|
a few new ones.
|
|
|
|
|
|
|
|
|
|
round: moving the drivers into a machine-independent directory.
Some drivers (e.g. fd.c) not moved because they use other pc features (e.g.
CMOS settings), and none of the non-driver files moved, because they're
still pretty much PC specific. eventually (when other ports with ISA
busses really start using this code), more 'high-level' ISA support will
live here.
|
|
operations.
|
|
|
|
|
|
|
|
new sc_blkno (which will be useful later).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
maintaining timeouts. Clean up wddump() a bit.
|
|
|
|
|
|
der Linden. Also, various structural cleanup, and fix two bogons that crept
in, and remove all of the old clustering nonsense.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Avoid needing a wd_softc inside wdprobe().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
calls.
|
|
|
|
|
|
calculations. Also, speed up bad block searching a little.
|
|
|
|
* Add a dkdevice; move sc_*openpart, sc_label, and sc_cpulabel into it.
* Turn sc_wlabel into a flag, and don't set it automatically in DIOCWLABEL.
* If there is no label, disallow all I/O except to the raw partition.
* Don't allow I/O to `unused' partitions.
* Beginnings of support for block sizes other than 512 bytes.
Other minor changes.
|
|
|
|
|
|
|