mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
NTB: Change Atom (BWD/SoC) pci_id name to match others
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
fb6531b056
commit
0326e4d6b5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=289612
@ -310,9 +310,10 @@ static bool ntb_poll_link(struct ntb_softc *ntb);
|
||||
static void save_bar_parameters(struct ntb_pci_bar_info *bar);
|
||||
|
||||
static struct ntb_hw_info pci_ids[] = {
|
||||
{ 0x0C4E8086, "Atom Processor S1200 NTB Primary B2B", NTB_SOC, 0 },
|
||||
|
||||
/* XXX: PS/SS IDs left out until they are supported. */
|
||||
{ 0x0C4E8086, "BWD Atom Processor S1200 Non-Transparent Bridge B2B",
|
||||
NTB_SOC, 0 },
|
||||
|
||||
{ 0x37258086, "JSF Xeon C35xx/C55xx Non-Transparent Bridge B2B",
|
||||
NTB_XEON, NTB_SDOORBELL_LOCKUP | NTB_B2BDOORBELL_BIT14 },
|
||||
{ 0x3C0D8086, "SNB Xeon E5/Core i7 Non-Transparent Bridge B2B",
|
||||
|
Loading…
Reference in New Issue
Block a user