mirror of
https://github.com/torvalds/linux.git
synced 2026-07-26 08:21:46 +02:00
The 8390 driver was structured by Al Viro to allow the flexibility required by platforms. lib8390.c contains the core code which drivers explicitly include: - 8390.c includes lib8390.c to provide the standard ISA based driver. - etherh.c includes it with the accessors defined for RiscPC platforms, where it is addressed via the MMIO accessors with a device dependent register spacing. Other platform drivers do something similar. However, |
||
|---|---|---|
| .. | ||
| am79c961a.c | ||
| am79c961a.h | ||
| at91_ether.c | ||
| at91_ether.h | ||
| ep93xx_eth.c | ||
| ether1.c | ||
| ether1.h | ||
| ether3.c | ||
| ether3.h | ||
| etherh.c | ||
| ixp4xx_eth.c | ||
| Kconfig | ||
| ks8695net.c | ||
| ks8695net.h | ||
| Makefile | ||