osd-contiki/cpu/x86/drivers/legacy_pc
Michael LeMay abeed93da5 x86: Add driver for Intel Quark X1000 built-in Ethernet
This patch adds a simple, space-efficient driver for the Ethernet
interface built into the Intel Quark X1000.  It only allocates a
single packet descriptor for each of the transmit and receive
directions, computes checksums on the CPU, and enables
store-and-forward mode for both transmit and receive directions.
2015-12-21 08:06:14 -02:00
..
nmi.c x86: Disable NMI while initializing RTC 2015-12-21 08:06:14 -02:00
nmi.h x86: Disable NMI while initializing RTC 2015-12-21 08:06:14 -02:00
pci.c x86: Add driver for Intel Quark X1000 built-in Ethernet 2015-12-21 08:06:14 -02:00
pci.h x86: Add support for PCI BAR1 2015-12-21 08:06:14 -02:00
pic.c x86: Move available drivers into drivers/legacy_pc/ 2015-12-21 08:06:14 -02:00
pic.h x86: Move available drivers into drivers/legacy_pc/ 2015-12-21 08:06:14 -02:00
pit.c x86: Move available drivers into drivers/legacy_pc/ 2015-12-21 08:06:14 -02:00
pit.h x86: Move available drivers into drivers/legacy_pc/ 2015-12-21 08:06:14 -02:00
rtc.c x86: Disable NMI while initializing RTC 2015-12-21 08:06:14 -02:00
rtc.h x86: Move available drivers into drivers/legacy_pc/ 2015-12-21 08:06:14 -02:00
uart-16x50.c x86: Add support for PCI BAR1 2015-12-21 08:06:14 -02:00
uart-16x50.h x86: Add driver for MMIO-accessible 16X50 UART 2015-12-21 08:06:14 -02:00