summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMarty Connor2008-03-31 15:14:23 +0200
committerMarty Connor2008-03-31 15:14:23 +0200
commitfbb6a3fd6558b5a8f2898e1a475d9874dff2c3e2 (patch)
tree67986995bdf786a0f8ae9c100e773f551116d2fb /src/include
parent[http] gPXE is a HTTP/1.0 client, not a HTTP/1.1 client (diff)
downloadipxe-fbb6a3fd6558b5a8f2898e1a475d9874dff2c3e2.tar.gz
ipxe-fbb6a3fd6558b5a8f2898e1a475d9874dff2c3e2.tar.xz
ipxe-fbb6a3fd6558b5a8f2898e1a475d9874dff2c3e2.zip
[Drivers-r8169] Add support for newer rtl8169 variants from Hilko Bengen
03-19-2008, Hilko Bengen, Cleanups and fixes for newer cards (successfully tested with 8110SC-d onboard NIC)
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/pci.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/gpxe/pci.h b/src/include/gpxe/pci.h
index b5c417c9..fdcecb6d 100644
--- a/src/include/gpxe/pci.h
+++ b/src/include/gpxe/pci.h
@@ -30,7 +30,10 @@
#define PCI_COMMAND_IO 0x1 /* Enable response in I/O space */
#define PCI_COMMAND_MEM 0x2 /* Enable response in mem space */
#define PCI_COMMAND_MASTER 0x4 /* Enable bus mastering */
+
+#define PCI_CACHE_LINE_SIZE 0x0c /* 8 bits */
#define PCI_LATENCY_TIMER 0x0d /* 8 bits */
+
#define PCI_COMMAND_SPECIAL 0x8 /* Enable response to special cycles */
#define PCI_COMMAND_INVALIDATE 0x10 /* Use memory write and invalidate */
#define PCI_COMMAND_VGA_PALETTE 0x20 /* Enable palette snooping */