Index: /branches/rel_apv_10_7_3/usr/src/sys/click/net/if_cafw.c
===================================================================
--- /branches/rel_apv_10_7_3/usr/src/sys/click/net/if_cafw.c	(revision 39152)
+++ /branches/rel_apv_10_7_3/usr/src/sys/click/net/if_cafw.c	(working copy)
@@ -308,7 +308,9 @@
 	},
 };
 
-// CASWELL CAR-3080
+// CASWELL CAR-3080 with One 4x10G NIC
+//
+// Slot B 4x10G NIC
 //
 // PCI Bridge 0.0 (0000:b2:00.0): 4 NICs found
 // PCI Bridge 1.0 (0000:00:1c.0): 0 NICs found
@@ -331,12 +333,50 @@
 //              |            +-00.2  Intel Corporation I350 Gigabit Network Connection
 //              |            \-00.3  Intel Corporation I350 Gigabit Network Connection
 
+// CASWELL CAR-3080 with Two 4x10G NIC
+//
+// Slot A 4x10G NIC
+// Slot B 4x10G NIC
+// Slot D QAT
+//
+// PCI Bridge 0.0 (0000:b2:00.0): 4 NICs found
+// PCI Bridge 1.0 (0000:00:1c.0): 0 NICs found
+// PCI Bridge 1.1 (0000:00:1c.4): 4 NICs found
+// PCI Bridge 2.0 (0000:16:00.0): 4 NICs found
+// PCI Bridge 3.0 (0000:16:02.0): 4 NICs found
+//
+// [root@apv2900-N2XMTpGlnm test]# lspci -vt
+// -+-[0000:b2]-+-00.0-[b3-b5]----00.0-[b4-b5]----03.0-[b5]--+-00.0  Intel Corporation Device 37d3
+//  |           |                                            +-00.1  Intel Corporation Device 37d3
+//  |           |                                            +-00.2  Intel Corporation Device 37d1
+//  |           |                                            \-00.3  Intel Corporation Device 37d1
+//  +-[0000:64]-+-00.0-[65-6b]----00.0-[66-6b]--+-00.0-[67]----00.0  Intel Corporation Device 37c8
+//  |           |                               +-01.0-[68]----00.0  Intel Corporation Device 37c8
+//  |           |                               +-02.0-[69]----00.0  Intel Corporation Device 37c8
+//  |           |                               +-04.0-[6a]----00.0  Intel Corporation Device 37a0
+//  |           |                               \-05.0-[6b]----00.0  Intel Corporation Device 37b1
+//  +-[0000:16]-+-00.0-[17]--+-00.0  Intel Corporation Ethernet Controller X710 for 10GbE SFP+
+//  |           |            +-00.1  Intel Corporation Ethernet Controller X710 for 10GbE SFP+
+//  |           |            +-00.2  Intel Corporation Ethernet Controller X710 for 10GbE SFP+
+//  |           |            \-00.3  Intel Corporation Ethernet Controller X710 for 10GbE SFP+
+//  |           +-02.0-[18]--+-00.0  Intel Corporation Ethernet Controller X710 for 10GbE SFP+
+//  |           |            +-00.1  Intel Corporation Ethernet Controller X710 for 10GbE SFP+
+//  |           |            +-00.2  Intel Corporation Ethernet Controller X710 for 10GbE SFP+
+//  |           |            \-00.3  Intel Corporation Ethernet Controller X710 for 10GbE SFP+
+//  \-[0000:00]-+-00.0  Intel Corporation Device 2020
+//              +-1c.4-[03]--+-00.0  Intel Corporation I350 Gigabit Network Connection
+//              |            +-00.1  Intel Corporation I350 Gigabit Network Connection
+//              |            +-00.2  Intel Corporation I350 Gigabit Network Connection
+//              |            \-00.3  Intel Corporation I350 Gigabit Network Connection
+
+
+
 static struct pcib_slot_map nic_slot_map_pcib_CAR3080[MAX_SUBMAP][MAX_SLOTS] = {
 	{
 		{0, 0}, {1, 1}, {-1, -1},
 	},
 	{
-		{2, 0}, {-1, -1},
+		{2, 0}, {3, 0}, {-1, -1},
 	},
 };
 
