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

(-)sys/dev/aic7xxx/aic79xx_pci.c (-7 / +7 lines)
Lines 73-78 ahd_compose_id(u_int device, u_int vendo Link Here
73
#define ID_AIC7901			0x800F9005FFFF9005ull
73
#define ID_AIC7901			0x800F9005FFFF9005ull
74
#define ID_AHA_29320A			0x8000900500609005ull
74
#define ID_AHA_29320A			0x8000900500609005ull
75
#define ID_AHA_29320ALP			0x8017900500449005ull
75
#define ID_AHA_29320ALP			0x8017900500449005ull
76
#define ID_AHA_29320LPE 		0x8017900500459005ull
76
77
77
#define ID_AIC7901A			0x801E9005FFFF9005ull
78
#define ID_AIC7901A			0x801E9005FFFF9005ull
78
#define ID_AHA_29320LP			0x8014900500449005ull
79
#define ID_AHA_29320LP			0x8014900500449005ull
Lines 89-95 ahd_compose_id(u_int device, u_int vendo Link Here
89
#define ID_AHA_39320D_B			0x801C900500419005ull
90
#define ID_AHA_39320D_B			0x801C900500419005ull
90
#define ID_AHA_39320D_HP		0x8011900500AC0E11ull
91
#define ID_AHA_39320D_HP		0x8011900500AC0E11ull
91
#define ID_AHA_39320D_B_HP		0x801C900500AC0E11ull
92
#define ID_AHA_39320D_B_HP		0x801C900500AC0E11ull
92
#define ID_AHA_39320LPE 		0x8017900500459005ull
93
#define ID_AIC7902_PCI_REV_A4		0x3
93
#define ID_AIC7902_PCI_REV_A4		0x3
94
#define ID_AIC7902_PCI_REV_B0		0x10
94
#define ID_AIC7902_PCI_REV_B0		0x10
95
#define SUBID_HP			0x0E11
95
#define SUBID_HP			0x0E11
Lines 137-142 struct ahd_pci_identity ahd_pci_ident_ta Link Here
137
		"Adaptec 29320ALP Ultra320 SCSI adapter",
137
		"Adaptec 29320ALP Ultra320 SCSI adapter",
138
		ahd_aic7901_setup
138
		ahd_aic7901_setup
139
	},
139
	},
140
	{
141
		ID_AHA_29320LPE,
142
		ID_ALL_MASK,
143
		"Adaptec 29320LPE Ultra320 SCSI adapter",
144
		ahd_aic7901_setup
145
	},
140
	/* aic7901A based controllers */
146
	/* aic7901A based controllers */
141
	{
147
	{
142
		ID_AHA_29320LP,
148
		ID_AHA_29320LP,
Lines 205-216 struct ahd_pci_identity ahd_pci_ident_ta Link Here
205
		"Adaptec (HP OEM) 39320D Ultra320 SCSI adapter",
211
		"Adaptec (HP OEM) 39320D Ultra320 SCSI adapter",
206
		ahd_aic7902_setup
212
		ahd_aic7902_setup
207
	},
213
	},
208
	{
209
		ID_AHA_39320LPE,
210
		ID_ALL_MASK,
211
		"Adaptec 39320LPE Ultra320 SCSI adapter",
212
		ahd_aic7902_setup
213
	},
214
	/* Generic chip probes for devices we don't know 'exactly' */
214
	/* Generic chip probes for devices we don't know 'exactly' */
215
	{
215
	{
216
		ID_AIC7901 & ID_9005_GENERIC_MASK,
216
		ID_AIC7901 & ID_9005_GENERIC_MASK,

Return to bug 172133