/* Changed PCI function ID for Rev 2.x 09/29/93 RLS */ #define NCR_VENDOR_ID 0x1000 #define C810_DEVICE_ID 0x0001 #define C820_DEVICE_ID 0x0002 #define C825_DEVICE_ID 0x0003 #define C815_DEVICE_ID 0x0004 #define IO_BASE_REG 0x10 #define MEM_BASE_REG 0x14 #define PCI_BIOS_INT 0x1a #define PCI_FUNCTION_ID 0xb1 #define PCI_BIOS_PRESENT 0x01 #define FIND_PCI_DEVICE 0x02 #define READ_CONFIG_DWORD 0x0a #define WRITE_CONFIG_DWORD 0x0d #define FUNC_NOT_SUPPORTED 0x81 #define BAD_DEVICE_ID 0x82 #define BAD_VENDOR_ID 0x83 #define BAD_BUS_ID 0x84 #define BAD_SLOT_ID 0x85 #define DEVICE_NOT_FOUND 0x86 #define BAD_REGISTER_NUMBER 0x87