mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 04:20:17 +03:00
Created separate isa_ids.h file and a utility function to print out ISA
IDs in a human-readable format.
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
#define MCA_POS_REG(n) (0x100+(n))
|
||||
|
||||
/* Is there a standard that would define this? */
|
||||
#include "isa.h"
|
||||
#define GENERIC_MCA_VENDOR ISAPNP_VENDOR ( 'M', 'C', 'A' )
|
||||
#include "isa_ids.h"
|
||||
#define GENERIC_MCA_VENDOR ISA_VENDOR ( 'M', 'C', 'A' )
|
||||
|
||||
/*
|
||||
* A physical MCA device
|
||||
|
||||
Reference in New Issue
Block a user