View Single Post
  #6   (View Single Post)  
Old 17th May 2012
Simba7's Avatar
Simba7 Simba7 is offline
New User
 
Join Date: May 2012
Posts: 5
Default

Well, that worked partway. Now each card shares a single MAC address across its' 4 ports.

Example:
Code:
pci1 at pchb1 bus 4
ppb0 at pci1 dev 2 function 0 "Intel 21154AE/BE PCI-PCI" rev 0x00
pci2 at ppb0 bus 8
ppb1 at pci2 dev 0 function 0 "Intel 21154AE/BE PCI-PCI" rev 0x00
pci3 at ppb1 bus 10
cas0 at pci3 dev 0 function 0 "NS Saturn" rev 0x30: apic 5 int 5, address 00:03:ba:da:fa:6a
gentbi0 at cas0 phy 0: Generic ten-bit interface, rev. 0
cas1 at pci3 dev 1 function 0 "NS Saturn" rev 0x30: apic 5 int 15, address 00:03:ba:da:fa:6a
gentbi1 at cas1 phy 0: Generic ten-bit interface, rev. 0
ppb2 at pci2 dev 4 function 0 "Intel 21154AE/BE PCI-PCI" rev 0x00
pci4 at ppb2 bus 9
cas2 at pci4 dev 2 function 0 "NS Saturn" rev 0x30: apic 5 int 13, address 00:03:ba:da:fa:6a
gentbi2 at cas2 phy 0: Generic ten-bit interface, rev. 0
cas3 at pci4 dev 3 function 0 "NS Saturn" rev 0x30: apic 5 int 14, address 00:03:ba:da:fa:6a
gentbi3 at cas3 phy 0: Generic ten-bit interface, rev. 0
ppb3 at pci1 dev 3 function 0 "Intel 21154AE/BE PCI-PCI" rev 0x00
pci5 at ppb3 bus 5
ppb4 at pci5 dev 0 function 0 "Intel 21154AE/BE PCI-PCI" rev 0x00
pci6 at ppb4 bus 7
cas4 at pci6 dev 0 function 0 "NS Saturn" rev 0x30: apic 5 int 6, address 00:03:ba:95:80:e9
gentbi4 at cas4 phy 0: Generic ten-bit interface, rev. 0
cas5 at pci6 dev 1 function 0 "NS Saturn" rev 0x30: apic 5 int 14, address 00:03:ba:95:80:e9
gentbi5 at cas5 phy 0: Generic ten-bit interface, rev. 0
ppb5 at pci5 dev 4 function 0 "Intel 21154AE/BE PCI-PCI" rev 0x00
pci7 at ppb5 bus 6
cas6 at pci7 dev 2 function 0 "NS Saturn" rev 0x30: apic 5 int 15, address 00:03:ba:95:80:e9
gentbi6 at cas6 phy 0: Generic ten-bit interface, rev. 0
cas7 at pci7 dev 3 function 0 "NS Saturn" rev 0x30: apic 5 int 13, address 00:03:ba:95:80:e9

Last edited by Simba7; 17th May 2012 at 06:37 AM.
Reply With Quote