]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
NTB: Change Atom (BWD/SoC) pci_id name to match others
authorcem <cem@FreeBSD.org>
Tue, 20 Oct 2015 01:54:08 +0000 (01:54 +0000)
committercem <cem@FreeBSD.org>
Tue, 20 Oct 2015 01:54:08 +0000 (01:54 +0000)
Sponsored by: EMC / Isilon Storage Division

sys/dev/ntb/ntb_hw/ntb_hw.c

index 0038ac808e5e1a4a28426a9cace07fc246e3c612..96fec1127c3fb66ba945563833901fb5ff551d29 100644 (file)
@@ -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",