contiki/cpu/x86/drivers/legacy_pc
Michael LeMay c5f9cefac7 x86: Add generic driver structure and associated initialization code
This patch adds a generic device driver structure with a field for
referencing an MMIO range.  It also provides a structure
initialization procedure that initializes the MMIO range field with
the value read from the PCI BAR0 register for a device.
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 generic driver structure and associated initialization code 2015-12-21 08:06:14 -02:00
pci.h x86: Add generic driver structure and associated initialization code 2015-12-21 08:06:14 -02:00
pic.c
pic.h
pit.c
pit.h
rtc.c x86: Disable NMI while initializing RTC 2015-12-21 08:06:14 -02:00
rtc.h