minix/drivers/rtl8139
Ben Gras 308d9a693c prettified rtl driver:
. no more kmalloc
 . no more umaps + physcopies / abscopies
 . the status register is directly readable from the drivers own
   address space now, and no physcopy is needed to read it
 . map+physcopy call combinations are replaced by vircopy calls
2005-06-03 08:59:54 +00:00
..
Makefile prettified rtl driver: 2005-06-03 08:59:54 +00:00
rtl8139.c prettified rtl driver: 2005-06-03 08:59:54 +00:00
rtl8139.h User-space networking! 2005-05-11 09:02:00 +00:00