opengnsys_ipxe/src
Stefan Hajnoczi 5835ed5746 [rtl818x] Remove broken mmio register support
The rtl818x driver uses programmed I/O but has a fallback to
memory-mapped I/O registers.  The fallback currently will not work since
the registers are accessed using inl()/outl() programmed I/O functions
in the driver.  This patch removes the fallback to we fail cleanly when
programmed I/O is not possible.

Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Joshua Oreman <oremanj@rwcr.net>
Signed-off-by: Marty Connor <mdc@etherboot.org>
2010-01-25 17:04:39 -05:00
..
arch [pxe] Introduce PXE exit hook for NBP chaining 2010-01-24 07:54:42 -05:00
bin Rename .cvsignore files to .gitignore 2007-06-09 22:57:00 +01:00
config [config] Make PXE stack a compile-time option 2010-01-20 17:23:37 -05:00
core [uri] Decode/encode URIs when parsing/unparsing 2010-01-20 18:14:28 -05:00
crypto [crypto] Add a placeholder for a proper random number generator 2010-01-05 09:07:33 -05:00
doc [pxe] Introduce PXE exit hook for NBP chaining 2010-01-24 07:54:42 -05:00
drivers [rtl818x] Remove broken mmio register support 2010-01-25 17:04:39 -05:00
hci [iwmgmt] Add wireless management commands and text for common errors 2010-01-05 09:11:21 -05:00
image [script] Allow for DOS-style line endings in scripts 2009-06-03 10:13:29 +01:00
include [uri] Decode/encode URIs when parsing/unparsing 2010-01-20 18:14:28 -05:00
interface [netdevice] Allow the hardware and link-layer addresses to differ in size 2009-08-12 00:23:38 +01:00
libgcc [build] Mark __intel_new_proc_init with __libgcc rather than cdecl 2009-08-03 15:56:10 +01:00
net [dhcp] Keep multiple DHCP offers received, and use them intelligently 2010-01-21 18:36:26 -05:00
proto [slam] Add Scalable Local Area Multicast (SLAM) protocol support 2008-06-10 00:04:19 +01:00
tests [uri] Decode/encode URIs when parsing/unparsing 2010-01-20 18:14:28 -05:00
usr [uri] Decode/encode URIs when parsing/unparsing 2010-01-20 18:14:28 -05:00
util [prefix] Add .xrom prefix for a ROM that loads itself by PCI accesses 2010-01-20 17:46:48 -05:00
.gitignore [util] config-local.h to avoid accidental commits 2008-06-05 00:45:33 +01:00
Makefile [linker] Add mechanism for subsystem-dependent configuration options 2009-11-20 20:30:58 -05:00
Makefile.housekeeping [prefix] Add .xrom prefix for a ROM that loads itself by PCI accesses 2010-01-20 17:46:48 -05:00
doxygen.cfg [doc] Expand scope of doxygen-generated documentation 2009-08-11 15:14:36 +01:00