Date: Fri, 15 Apr 2011 15:43:50 -0700 From: Sean Bruno <seanbru@yahoo-inc.com> To: "freebsd-net@freebsd.org" <freebsd-net@freebsd.org> Subject: bge(4) + asf Message-ID: <1302907430.4297.43.camel@hitfishpass-lx.corp.yahoo.com>
next in thread | raw e-mail | index | archive | help
So, I note that the tuneable bge_allow_asf is set to 0. This effectively disabled IPMI for a few controllers that I have. Is there any reason to *not* turn it on? Sean if_bge.c:: <snip> static int bge_allow_asf = 0; TUNABLE_INT("hw.bge.allow_asf", &bge_allow_asf); </snip> bge0@pci0:1:0:0: class=0x020000 card=0x01eb1028 chip=0x165914e4 rev=0x21 hdr=0x00 vendor = 'Broadcom Corporation' device = 'NetXtreme Gigabit Ethernet PCI Express (BCM5721)' class = network subclass = ethernet bge1@pci0:2:0:0: class=0x020000 card=0x01eb1028 chip=0x165914e4 rev=0x21 hdr=0x00 vendor = 'Broadcom Corporation' device = 'NetXtreme Gigabit Ethernet PCI Express (BCM5721)' class = network subclass = ethernet bge0: <Broadcom NetXtreme Gigabit Ethernet Controller, ASIC rev. 0x004201> mem 0xefef0000-0xefefffff irq 33 at device 0.0 on pci1 bge0: Reserved 0x10000 bytes for rid 0x10 type 3 at 0xefef0000 bge0: attempting to allocate 1 MSI vectors (8 supported) msi: routing MSI IRQ 256 to vector 56 bge0: using IRQ 256 for MSI bge0: CHIP ID 0x00004201; ASIC REV 0x04; CHIP REV 0x42; PCI-E miibus0: <MII bus> on bge0 brgphy0: <BCM5750 10/100/1000baseTX PHY> PHY 1 on miibus0 brgphy0: OUI 0x000818, model 0x0018, rev. 0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bge0: bpf attached bge0: Ethernet address: 00:18:8b:7d:cc:23 bge0: [MPSAFE] bge0: [ITHREAD] pcib5: <ACPI PCI-PCI bridge> irq 37 at device 9.0 on pci0 pcib5: domain 0 pcib5: secondary bus 2 pcib5: subordinate bus 2 pcib5: I/O decode 0xf000-0xfff pcib5: memory decode 0xeff00000-0xefffffff pcib5: no prefetched decode pci2: <ACPI PCI bus> on pcib5 pci2: domain=0, physical bus=2 found-> vendor=0x14e4, dev=0x1659, revid=0x21 domain=0, bus=2, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 2 supports D0 D3 current D0 MSI supports 8 messages, 64 bit map[10]: type Memory, range 64, base 0xefff0000, size 16, enabled pcib5: requested memory range 0xefff0000-0xefffffff: good pcib5: matched entry for 2.0.INTA pcib5: slot 0 INTA hardwired to IRQ 37 bge1: <Broadcom NetXtreme Gigabit Ethernet Controller, ASIC rev. 0x004201> mem 0xefff0000-0xefffffff irq 37 at device 0.0 on pci2 bge1: Reserved 0x10000 bytes for rid 0x10 type 3 at 0xefff0000 bge1: attempting to allocate 1 MSI vectors (8 supported) msi: routing MSI IRQ 257 to vector 64 bge1: using IRQ 257 for MSI bge1: CHIP ID 0x00004201; ASIC REV 0x04; CHIP REV 0x42; PCI-E miibus1: <MII bus> on bge1 brgphy1: <BCM5750 10/100/1000baseTX PHY> PHY 1 on miibus1 brgphy1: OUI 0x000818, model 0x0018, rev. 0 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bge1: bpf attached
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1302907430.4297.43.camel>