minix/drivers
Kees van Reeuwijk 477b616fe8 Fixed a number of complaints about missing return statements.
Some cases were fixed by declaring the function void, others were fixed
by adding a return <value> statement, thereby avoiding potentially
incorrect behavior (usually in error handling).
Some enum correctness in boot.c.
2010-01-28 13:17:07 +00:00
..
amddev Removed unused symbols. 2010-01-22 22:01:08 +00:00
at_wini Removed unused symbols. 2010-01-22 22:01:08 +00:00
atl2 update DS label retrieve calls 2010-01-25 23:23:43 +00:00
audio Fixed a number of uses of uninitialized variables by adding assertions 2010-01-27 10:23:58 +00:00
bios_wini Removed a number of useless #includes 2010-01-26 10:59:01 +00:00
dec21140A Fixed a number of complaints about missing return statements. 2010-01-28 13:17:07 +00:00
dp8390 Removed a number of useless #includes 2010-01-26 10:59:01 +00:00
dpeth Removed a number of useless #includes 2010-01-26 10:59:01 +00:00
e1000 update DS label retrieve calls 2010-01-25 23:23:43 +00:00
filter Rewrite some functions to ANSI style. 2010-01-27 10:19:13 +00:00
floppy Fixed a number of uses of uninitialized variables by adding assertions 2010-01-27 10:23:58 +00:00
fxp Removed unused symbols. 2010-01-25 18:13:48 +00:00
lance Rewrite some functions to ANSI style. 2010-01-27 10:19:13 +00:00
libdriver Removed unused symbols. 2010-01-22 22:01:08 +00:00
log Removed a number of useless #includes 2010-01-26 10:59:01 +00:00
memory Rewrite some functions to ANSI style. 2010-01-27 10:19:13 +00:00
orinoco Rewrite some functions to ANSI style. 2010-01-27 10:19:13 +00:00
pci Rewrite some functions to ANSI style. 2010-01-27 10:19:13 +00:00
printer Initialization protocol for system services. 2010-01-08 01:20:42 +00:00
random Rewrite some functions to ANSI style. 2010-01-27 10:19:13 +00:00
readclock Initialization protocol for system services. 2010-01-08 01:20:42 +00:00
rtl8139 update DS label retrieve calls 2010-01-25 23:23:43 +00:00
rtl8169 Rewrite some functions to ANSI style. 2010-01-27 10:19:13 +00:00
sb16 Rewrite some functions to ANSI style. 2010-01-27 10:19:13 +00:00
ti1225 Rewrite some functions to ANSI style. 2010-01-27 10:19:13 +00:00
tty Rewrite some functions to ANSI style. 2010-01-27 10:19:13 +00:00
drivers.h Miscellaneous clean ups and fixes to the kernel. 2005-08-04 09:26:36 +00:00
Makefile dec21140A ethernet driver for virtualpc, contributed by nicolas tittley. 2010-01-26 10:20:18 +00:00