View | Details | Raw Unified | Return to bug 12833
Collapse All | Expand All

(-)pcic_p.h (+1 lines)
Lines 38-43 Link Here
38
#define	PCI_DEVICE_ID_PCIC_TI1131	0xac15104cul
38
#define	PCI_DEVICE_ID_PCIC_TI1131	0xac15104cul
39
#define	PCI_DEVICE_ID_PCIC_TI1220	0xac17104cul
39
#define	PCI_DEVICE_ID_PCIC_TI1220	0xac17104cul
40
#define	PCI_DEVICE_ID_PCIC_TI1221	0xac19104cul
40
#define	PCI_DEVICE_ID_PCIC_TI1221	0xac19104cul
41
#define	PCI_DEVICE_ID_PCIC_TI1225	0xac1c104cul
41
#define	PCI_DEVICE_ID_PCIC_TI1250	0xac16104cul
42
#define	PCI_DEVICE_ID_PCIC_TI1250	0xac16104cul
42
#define	PCI_DEVICE_ID_PCIC_TI1251	0xac1d104cul
43
#define	PCI_DEVICE_ID_PCIC_TI1251	0xac1d104cul
43
#define	PCI_DEVICE_ID_TOSHIBA_TOPIC95	0x060a1179ul
44
#define	PCI_DEVICE_ID_TOSHIBA_TOPIC95	0x060a1179ul
(-)pcic_p.c (+2 lines)
Lines 74-79 Link Here
74
		return ("TI PCI-1220 PCI-CardBus Bridge");
74
		return ("TI PCI-1220 PCI-CardBus Bridge");
75
	case PCI_DEVICE_ID_PCIC_TI1221:
75
	case PCI_DEVICE_ID_PCIC_TI1221:
76
		return ("TI PCI-1221 PCI-CardBus Bridge");
76
		return ("TI PCI-1221 PCI-CardBus Bridge");
77
	case PCI_DEVICE_ID_PCIC_TI1225:
78
		return ("TI PCI-1225 PCI-CardBus Bridge");
77
	case PCI_DEVICE_ID_PCIC_TI1250:
79
	case PCI_DEVICE_ID_PCIC_TI1250:
78
		return ("TI PCI-1250 PCI-CardBus Bridge");
80
		return ("TI PCI-1250 PCI-CardBus Bridge");
79
	case PCI_DEVICE_ID_PCIC_TI1251:
81
	case PCI_DEVICE_ID_PCIC_TI1251:

Return to bug 12833