]> Zhao Yanbai Git Server - minix.git/commit
Various updates to support dynamically starting drivers.
authorJorrit Herder <jnherder@minix3.org>
Tue, 2 Aug 2005 15:30:36 +0000 (15:30 +0000)
committerJorrit Herder <jnherder@minix3.org>
Tue, 2 Aug 2005 15:30:36 +0000 (15:30 +0000)
commit52965b6f17d2a23e6460c3c63e2e7aebfc99b74a
tree4577b0484bda85f30e76ebd4508754cc1756eeb3
parentf44725b7778f394240afd377eff7f7899f8fb8d8
Various updates to support dynamically starting drivers.
Output during initialization should be suppressed. Unless an error occurs.
Note that main() can now be main(int argc, char **argv) and arguments can
be passed when bringing up the driver.
14 files changed:
drivers/dpeth/dp.c
drivers/dpeth/dp.h
drivers/floppy/floppy.c
drivers/fxp/Makefile
drivers/fxp/fxp.c
drivers/fxp/mii.c
drivers/libdriver/driver.c
drivers/libpci/pci.c
drivers/log/log.c
drivers/printer/printer.c
drivers/rtl8139/rtl8139.c
drivers/rtl8139/rtl8139.h
drivers/tty/keyboard.c
drivers/tty/tty.c