Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libpci/include/pci/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#define PCI_CONF_PORT_DATA 0x0CFC
#define PCI_CONF_PORT_ADDR_END (PCI_CONF_PORT_ADDR + 4)
#define PCI_CONF_PORT_DATA_END (PCI_CONF_PORT_DATA + 4)
#define PCI_MAX_DEVICES 128
#define PCI_MAX_DEVICES 256

/* Structure containing information about a device. When a device is found during scanning,
* one of these structs is populated from the information read off the device. */
Expand Down
Loading