]> Zhao Yanbai Git Server - minix.git/commit
Added dp8390 driver. Additional env_parse functions that take argc and argv.
authorPhilip Homburg <philip@cs.vu.nl>
Fri, 5 Aug 2005 09:53:08 +0000 (09:53 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Fri, 5 Aug 2005 09:53:08 +0000 (09:53 +0000)
commitdb5a8bb2b8c72749e625cb9e959d34a8ea140286
tree28fe40c679583042e9321ec44d088746247de284
parentc9ab8cce4303e31432653f183a2b9d23ac5e2e92
Added dp8390 driver. Additional env_parse functions that take argc and argv.
16 files changed:
drivers/Makefile
drivers/dp8390/3c503.c [new file with mode: 0644]
drivers/dp8390/3c503.h [new file with mode: 0644]
drivers/dp8390/Makefile [new file with mode: 0644]
drivers/dp8390/dp8390.c [new file with mode: 0644]
drivers/dp8390/dp8390.h [new file with mode: 0644]
drivers/dp8390/local.h [new file with mode: 0644]
drivers/dp8390/ne2000.c [new file with mode: 0644]
drivers/dp8390/ne2000.h [new file with mode: 0644]
drivers/dp8390/rtl8029.c [new file with mode: 0644]
drivers/dp8390/rtl8029.h [new file with mode: 0644]
drivers/dp8390/wdeth.c [new file with mode: 0644]
drivers/dp8390/wdeth.h [new file with mode: 0644]
include/minix/sysutil.h
lib/sysutil/env_parse.c
lib/sysutil/env_prefix.c