minix/drivers
David van Moolenbroek b4d909d415 Split block/character protocols and libdriver
This patch separates the character and block driver communication
protocols. The old character protocol remains the same, but a new
block protocol is introduced. The libdriver library is replaced by
two new libraries: libchardriver and libblockdriver. Their exposed
API, and drivers that use them, have been updated accordingly.
Together, libbdev and libblockdriver now completely abstract away
the message format used by the block protocol. As the memory driver
is both a character and a block device driver, it now implements its
own message loop.

The most important semantic change made to the block protocol is that
it is no longer possible to return both partial results and an error
for a single transfer. This simplifies the interaction between the
caller and the driver, as the I/O vector no longer needs to be copied
back. Also, drivers are now no longer supposed to decide based on the
layout of the I/O vector when a transfer should be cut short. Put
simply, transfers are now supposed to either succeed completely, or
result in an error.

After this patch, the state of the various pieces is as follows:
- block protocol: stable
- libbdev API: stable for synchronous communication
- libblockdriver API: needs slight revision (the drvlib/partition API
  in particular; the threading API will also change shortly)
- character protocol: needs cleanup
- libchardriver API: needs cleanup accordingly
- driver restarts: largely unsupported until endpoint changes are
  reintroduced

As a side effect, this patch eliminates several bugs, hacks, and gcc
-Wall and -W warnings all over the place. It probably introduces a
few new ones, too.

Update warning: this patch changes the protocol between MFS and disk
drivers, so in order to use old/new images, the MFS from the ramdisk
must be used to mount all file systems.
2011-11-23 14:06:37 +01:00
..
acpi Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
ahci Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
amddev Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
at_wini Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
atl2 base system hooks for pkgsrc drivers 2011-11-16 16:18:21 +01:00
audio Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
bios_wini Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
dec21140A base system hooks for pkgsrc drivers 2011-11-16 16:18:21 +01:00
dp8390 Drivers: fix issues introduced by commit b198207 2011-11-04 23:54:04 +01:00
dpeth Fix GCC image building 2011-07-09 15:04:42 +02:00
e1000 base system hooks for pkgsrc drivers 2011-11-16 16:18:21 +01:00
filter Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
floppy Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
fxp fxp: add device id in the right place 2011-11-22 11:17:49 +01:00
hello Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
lance base system hooks for pkgsrc drivers 2011-11-16 16:18:21 +01:00
log Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
memory Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
orinoco Fix GCC image building 2011-07-09 15:04:42 +02:00
pci Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
printer Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
ramdisk small ramdisk: install all password-related files 2011-11-23 10:28:00 +01:00
random Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
readclock Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
rtl8139 base system hooks for pkgsrc drivers 2011-11-16 16:18:21 +01:00
rtl8169 base system hooks for pkgsrc drivers 2011-11-16 16:18:21 +01:00
ti1225 Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
tty Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
Makefile simplify build logic a bit 2011-11-18 17:11:17 +01:00
Makefile.inc Fix GCC image building 2011-07-09 15:04:42 +02:00