kern/68351: bge0 watchdog timeout on 5.2.1 and -current, 5.1 is ok

Vadim Mikhailov freebsd-bugs at mikhailov.org
Fri Aug 6 12:20:29 PDT 2004


The following reply was made to PR kern/68351; it has been noted by GNATS.

From: Vadim Mikhailov <freebsd-bugs at mikhailov.org>
To: John Baldwin <jhb at FreeBSD.org>
Cc: freebsd-gnats-submit at FreeBSD.org
Subject: Re: kern/68351: bge0 watchdog timeout on 5.2.1 and -current, 5.1
 is ok
Date: Fri, 06 Aug 2004 12:10:16 -0700

 John Baldwin wrote:
 > On Friday 06 August 2004 02:02 pm, Vadim Mikhailov wrote:
 > 
 >>John Baldwin wrote:
 >> > Have you tried disabling ACPI to see if it works better?
 >>
 >>   Can not try it now - this is production server under load,
 >>and it is working fine since I installed Intel Pro/1000 XT card to overcome
 >>bge problems.
 >>   But, as stated in my original report, I did try it disabling ACPI about
 >>month ago with current - didn't make any difference.
 >>
 >> > Also, can you provide mptable output?
 >>
 >>   Here it is:
 > 
 > 
 > Thanks, can you also provide a full dmesg output?  The two bge's are routed to 
 > pins 0 and 1 of the second I/O APIC which should be IRQs 16 and 17 if the 
 > first I/O APIC has 16 interrupt pins (dmesg will tell me that).
 > 
 
    This is /var/run/dmesg.boot from verbose boot. Oddly enough, it does not 
 start with standard FreeBSD copyrights, probably because of dmesg buffer 
 overflow, however I didn't think this limit applies to /var/run/dmesg.boot 
 file. Hopefully it still has enough information about APIC and interrupts.
 
 %uname -sr
 FreeBSD 5.2.1-RELEASE-p9
 
 %grep -v ^$ /usr/src/sys/i386/conf/VORTEX | awk '{print $1,$2}' | grep -v ^#
 machine i386
 cpu I686_CPU
 ident VORTEX
 options SCHED_4BSD
 options INET
 options FFS
 options SOFTUPDATES
 options UFS_ACL
 options UFS_DIRHASH
 options MD_ROOT
 options NFSCLIENT
 options NFSSERVER
 options NFS_ROOT
 options MSDOSFS
 options CD9660
 options PROCFS
 options PSEUDOFS
 options COMPAT_43
 options COMPAT_FREEBSD4
 options SCSI_DELAY=10000
 options KTRACE
 options SYSVSHM
 options SYSVMSG
 options SYSVSEM
 options _KPOSIX_PRIORITY_SCHEDULING
 options KBD_INSTALL_CDEV
 options AHC_REG_PRETTY_PRINT
 options AHD_REG_PRETTY_PRINT
 options PFIL_HOOKS
 options SMP
 device apic
 device isa
 device pci
 device fdc
 device ata
 device atadisk
 device atapicd
 options ATA_STATIC_ID
 device ahc
 device mpt
 device sym
 device scbus
 device ch
 device da
 device sa
 device cd
 device pass
 device atkbdc
 device atkbd
 device psm
 device vga
 device splash
 device sc
 device agp
 device npx
 device pmtimer
 device sio
 device miibus
 device bge
 device random
 device loop
 device ether
 device ppp
 device tun
 device pty
 device md
 device gif
 device bpf
 device uhci
 device ohci
 device usb
 device ugen
 device uhid
 device ukbd
 device ulpt
 device umass
 device ums
 device urio
 device uscanner
 options IPFIREWALL
 options IPFIREWALL_VERBOSE
 options IPFIREWALL_VERBOSE_LIMIT=100
 options IPFIREWALL_DEFAULT_TO_ACCEPT
 options IPDIVERT
 options DUMMYNET
 options HZ=1000
 options BRIDGE
 options ACCEPT_FILTER_HTTP
 options ACCEPT_FILTER_DATA
 options RANDOM_IP_ID
 options SHMMAXPGS=32768
 options SHMSEG=256
 options SEMMNI=256
 options SEMMNS=512
 options SEMMNU=256
 options SEMMAP=256
 
 % cat /var/run/dmesg.boot
 intpin 7 -> irq 7 (edge, activehi)
 ioapic0: intpin 8 -> irq 8 (edge, activehi)
 ioapic0: intpin 9 -> irq 9 (edge, activehi)
 ioapic0: intpin 10 -> irq 10 (edge, activehi)
 ioapic0: intpin 11 -> irq 11 (edge, activehi)
 ioapic0: intpin 12 -> irq 12 (edge, activehi)
 ioapic0: intpin 13 -> irq 13 (edge, activehi)
 ioapic0: intpin 14 -> irq 14 (edge, activehi)
 ioapic0: intpin 15 -> irq 15 (edge, activehi)
 MADT: Found IO APIC ID 9, Vector 16 at 0xfec01000
 ioapic1: Changing APIC ID to 9
 ioapic1: intpin 0 -> irq 16 (level, activelo)
 ioapic1: intpin 1 -> irq 17 (level, activelo)
 ioapic1: intpin 2 -> irq 18 (level, activelo)
 ioapic1: intpin 3 -> irq 19 (level, activelo)
 ioapic1: intpin 4 -> irq 20 (level, activelo)
 ioapic1: intpin 5 -> irq 21 (level, activelo)
 ioapic1: intpin 6 -> irq 22 (level, activelo)
 ioapic1: intpin 7 -> irq 23 (level, activelo)
 ioapic1: intpin 8 -> irq 24 (level, activelo)
 ioapic1: intpin 9 -> irq 25 (level, activelo)
 ioapic1: intpin 10 -> irq 26 (level, activelo)
 ioapic1: intpin 11 -> irq 27 (level, activelo)
 ioapic1: intpin 12 -> irq 28 (level, activelo)
 ioapic1: intpin 13 -> irq 29 (level, activelo)
 ioapic1: intpin 14 -> irq 30 (level, activelo)
 ioapic1: intpin 15 -> irq 31 (level, activelo)
 MADT: Found IO APIC ID 10, Vector 32 at 0xfec02000
 ioapic2: Changing APIC ID to 10
 ioapic2: intpin 0 -> irq 32 (level, activelo)
 ioapic2: intpin 1 -> irq 33 (level, activelo)
 ioapic2: intpin 2 -> irq 34 (level, activelo)
 ioapic2: intpin 3 -> irq 35 (level, activelo)
 ioapic2: intpin 4 -> irq 36 (level, activelo)
 ioapic2: intpin 5 -> irq 37 (level, activelo)
 ioapic2: intpin 6 -> irq 38 (level, activelo)
 ioapic2: intpin 7 -> irq 39 (level, activelo)
 ioapic2: intpin 8 -> irq 40 (level, activelo)
 ioapic2: intpin 9 -> irq 41 (level, activelo)
 ioapic2: intpin 10 -> irq 42 (level, activelo)
 ioapic2: intpin 11 -> irq 43 (level, activelo)
 ioapic2: intpin 12 -> irq 44 (level, activelo)
 ioapic2: intpin 13 -> irq 45 (level, activelo)
 ioapic2: intpin 14 -> irq 46 (level, activelo)
 ioapic2: intpin 15 -> irq 47 (level, activelo)
 lapic0: Routing NMI -> LINT1
 lapic0: LINT1 trigger: edge
 lapic0: LINT1 polarity: active-hi
 lapic6: Routing NMI -> LINT1
 lapic6: LINT1 trigger: edge
 lapic6: LINT1 polarity: active-hi
 lapic1: Routing NMI -> LINT1
 lapic1: LINT1 trigger: edge
 lapic1: LINT1 polarity: active-hi
 lapic7: Routing NMI -> LINT1
 lapic7: LINT1 trigger: edge
 lapic7: LINT1 polarity: active-hi
 MADT: intr override: source 10, irq 10
 ioapic0: intpin 10 trigger: edge
 ioapic0: intpin 10 polarity: active-hi
 ioapic0 <Version 1.1> irqs 0-15 on motherboard
 ioapic1 <Version 1.1> irqs 16-31 on motherboard
 ioapic2 <Version 1.1> irqs 32-47 on motherboard
 cpu0 BSP:
       ID: 0x00000000   VER: 0x00050014 LDR: 0x01000000 DFR: 0x0fffffff
    lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
 random: <entropy source>
 mem: <memory & I/O>
 Pentium Pro MTRR support enabled
 null: <null device, zero device>
 npx0: [FAST]
 npx0: <math processor> on motherboard
 npx0: INT 16 interface
 acpi0: <DELL   PE1750  > on motherboard
 acpi0: Power Button (fixed)
 ACPI timer looks BAD  min = 3, max = 6, width = 3
 ACPI timer looks BAD  min = 3, max = 6, width = 3
 ACPI timer looks BAD  min = 3, max = 6, width = 3
 ACPI timer looks BAD  min = 3, max = 6, width = 3
 ACPI timer looks BAD  min = 3, max = 6, width = 3
 ACPI timer looks BAD  min = 3, max = 6, width = 3
 ACPI timer looks BAD  min = 3, max = 6, width = 3
 ACPI timer looks BAD  min = 3, max = 6, width = 3
 ACPI timer looks BAD  min = 3, max = 6, width = 3
 ACPI timer looks BAD  min = 3, max = 6, width = 3
 Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000
 pci_open(1):    mode 1 addr port (0x0cf8) is 0x80008af0
 pci_open(1a):   mode1res=0x80000000 (0x80000000)
 pci_cfgcheck:   device 0 [class=060000] [hdr=80] is there (id=00141166)
 pcibios: BIOS version 2.10
 Using $PIR table, 7 entries at 0xc00fc4a0
 PCI-Only Interrupts: none
 Location  Bus Device Pin  Link  IRQs
 embedded    0    8    A   0x6c  4 5 6 7 11 14 15
 embedded    0    8    B   0x6d  4 5 6 7 11 14 15
 embedded    0    8    C   0x6e  4 5 6 7 11 14 15
 embedded    0   15    A   0x81  4 5 6 7 11 14 15
 embedded    2    0    A   0x60  4 5 6 7 11 14 15
 embedded    2    0    B   0x61  4 5 6 7 11 14 15
 slot 1      3    6    A   0x68  4 5 6 7 11 14 15
 slot 1      3    6    B   0x69  4 5 6 7 11 14 15
 slot 1      3    6    C   0x6a  4 5 6 7 11 14 15
 slot 1      3    6    D   0x6b  4 5 6 7 11 14 15
 embedded    4    3    A   0x62  4 5 6 7 11 14 15
 embedded    4    3    B   0x63  4 5 6 7 11 14 15
 embedded    4    5    A   0x62  4 5 6 7 11 14 15
 embedded    4    5    B   0x63  4 5 6 7 11 14 15
 slot 2      1    4    A   0x64  4 5 6 7 11 14 15
 slot 2      1    4    B   0x65  4 5 6 7 11 14 15
 slot 2      1    4    C   0x66  4 5 6 7 11 14 15
 slot 2      1    4    D   0x67  4 5 6 7 11 14 15
 AcpiOsDerivePciId: bus 0 dev 0 func 0
 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
 acpi_cpu0: <CPU> on acpi0
 acpi_cpu1: <CPU> on acpi0
 acpi_cpu2: <CPU> on acpi0
 acpi_cpu3: <CPU> on acpi0
 pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
 ---- initial configuration ------------------------
 \\_SB_.LUSB irq   5: [  4  5  6  7 10 11 12] low,level,sharable 0.15.0
 ---- before setting priority for links ------------
 ---- before fixup boot-disabled links -------------
 ---- after fixup boot-disabled links --------------
 ---- arbitrated configuration ---------------------
 \\_SB_.LUSB irq   5: [  4  5  6  7 10 11 12] low,level,sharable 0.15.0
 pci0: <ACPI PCI bus> on pcib0
 pci0: physical bus=0
 found-> vendor=0x1166, dev=0x0014, revid=0x31
          bus=0, slot=0, func=0
          class=06-00-00, hdrtype=0x00, mfdev=1
          cmdreg=0x0000, statreg=0x0000, cachelnsz=16 (dwords)
          lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
 found-> vendor=0x1166, dev=0x0014, revid=0x00
          bus=0, slot=0, func=1
          class=06-00-00, hdrtype=0x00, mfdev=1
          cmdreg=0x0000, statreg=0x0000, cachelnsz=16 (dwords)
          lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
 found-> vendor=0x1166, dev=0x0014, revid=0x00
          bus=0, slot=0, func=2
          class=06-00-00, hdrtype=0x00, mfdev=1
          cmdreg=0x0000, statreg=0x0000, cachelnsz=16 (dwords)
          lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
          map[10]: type 3, range 32, base feb80000, size 12, enabled
          map[14]: type 4, range 32, base 0000ecf8, size  3, enabled
          map[18]: type 4, range 32, base 0000ece8, size  3, enabled
 pcib0: matched entry for 0.8.INTA (source )
 pcib0: device is hardwired to IRQ 28
 found-> vendor=0x1028, dev=0x000c, revid=0x00
          bus=0, slot=8, func=0
          class=ff-00-00, hdrtype=0x00, mfdev=1
          cmdreg=0x0117, statreg=0x0290, cachelnsz=16 (dwords)
          lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
          intpin=a, irq=28
          powerspec 2  supports D0 D3  current D0
          map[10]: type 1, range 32, base fe102000, size 12, enabled
          map[14]: type 4, range 32, base 0000ec80, size  6, enabled
          map[18]: type 3, range 32, base feb00000, size 19, enabled
 pcib0: matched entry for 0.8.INTB (source )
 pcib0: device is hardwired to IRQ 29
 found-> vendor=0x1028, dev=0x0008, revid=0x00
          bus=0, slot=8, func=1
          class=ff-00-00, hdrtype=0x00, mfdev=1
          cmdreg=0x0103, statreg=0x0290, cachelnsz=16 (dwords)
          lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
          intpin=b, irq=29
          powerspec 2  supports D0 D3  current D0
          map[10]: type 4, range 32, base 0000ecf4, size  2, enabled
 pcib0: matched entry for 0.8.INTC (source )
 pcib0: device is hardwired to IRQ 30
 found-> vendor=0x1028, dev=0x0009, revid=0x00
          bus=0, slot=8, func=2
          class=ff-00-00, hdrtype=0x00, mfdev=1
          cmdreg=0x0103, statreg=0x0290, cachelnsz=16 (dwords)
          lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
          intpin=c, irq=30
          powerspec 2  supports D0 D3  current D0
          map[10]: type 1, range 32, base fd000000, size 24, enabled
          map[14]: type 4, range 32, base 0000e800, size  8, enabled
          map[18]: type 1, range 32, base fe101000, size 12, enabled
 found-> vendor=0x1002, dev=0x4752, revid=0x27
          bus=0, slot=14, func=0
          class=03-00-00, hdrtype=0x00, mfdev=0
          cmdreg=0x00a7, statreg=0x0290, cachelnsz=16 (dwords)
          lattimer=0x20 (960 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns)
          powerspec 2  supports D0 D1 D2 D3  current D0
 found-> vendor=0x1166, dev=0x0201, revid=0x93
          bus=0, slot=15, func=0
          class=06-00-00, hdrtype=0x00, mfdev=1
          cmdreg=0x0147, statreg=0x2200, cachelnsz=0 (dwords)
          lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
          map[10]: type 4, range 32, base 000001f0, size  3, enabled
          map[14]: type 4, range 32, base 000003f4, size  2, enabled
          map[18]: type 4, range 32, base 00000170, size  3, enabled
          map[1c]: type 4, range 32, base 00000374, size  2, enabled
          map[20]: type 4, range 32, base 000008b0, size  4, enabled
 found-> vendor=0x1166, dev=0x0212, revid=0x93
          bus=0, slot=15, func=1
          class=01-01-8a, hdrtype=0x00, mfdev=1
          cmdreg=0x0145, statreg=0x0200, cachelnsz=0 (dwords)
          lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
          map[10]: type 1, range 32, base fe100000, size 12, enabled
 pcib0: matched entry for 0.15.INTA (source \\_SB_.LUSB)
 pcib0: slot 15 INTA is routed to irq 5
 found-> vendor=0x1166, dev=0x0220, revid=0x05
          bus=0, slot=15, func=2
          class=0c-03-10, hdrtype=0x00, mfdev=1
          cmdreg=0x0157, statreg=0x0280, cachelnsz=0 (dwords)
          lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x50 (20000 ns)
          intpin=a, irq=5
 found-> vendor=0x1166, dev=0x0225, revid=0x00
          bus=0, slot=15, func=3
          class=06-01-00, hdrtype=0x00, mfdev=1
          cmdreg=0x0005, statreg=0x0200, cachelnsz=0 (dwords)
          lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
 found-> vendor=0x1166, dev=0x0110, revid=0x12
          bus=0, slot=16, func=0
          class=06-00-00, hdrtype=0x00, mfdev=1
          cmdreg=0x0142, statreg=0x22b0, cachelnsz=0 (dwords)
          lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
 found-> vendor=0x1166, dev=0x0110, revid=0x12
          bus=0, slot=16, func=2
          class=06-00-00, hdrtype=0x00, mfdev=1
          cmdreg=0x0142, statreg=0x0230, cachelnsz=0 (dwords)
          lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
 found-> vendor=0x1166, dev=0x0101, revid=0x03
          bus=0, slot=17, func=0
          class=06-00-00, hdrtype=0x00, mfdev=1
          cmdreg=0x0142, statreg=0x22b0, cachelnsz=0 (dwords)
          lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
 found-> vendor=0x1166, dev=0x0101, revid=0x03
          bus=0, slot=17, func=2
          class=06-00-00, hdrtype=0x00, mfdev=1
          cmdreg=0x0142, statreg=0x0230, cachelnsz=0 (dwords)
          lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
 pci0: <unknown> at device 8.0 (no driver attached)
 pci0: <unknown> at device 8.1 (no driver attached)
 pci0: <unknown> at device 8.2 (no driver attached)
 pci0: <display, VGA> at device 14.0 (no driver attached)
 atapci0: <ServerWorks CSB5 UDMA100 controller> port 
 0x8b0-0x8bf,0x374-0x377,0x170-0x177,0x3f4-0x3f7,0x1f0-0x1f7 at device 15.1 on pci0
 ata0: at 0x1f0 irq 14 on atapci0
 ata0: [MPSAFE]
 ata1: simplex device, DMA on primary only
 ata1: reset tp1 mask=03 ostat0=50 ostat1=01
 ata1-master: stat=0x00 err=0x01 lsb=0x14 msb=0xeb
 ata1-slave:  stat=0x01 err=0x04 lsb=0x14 msb=0xeb
 ata1: reset tp2 mask=03 stat0=00 stat1=01 devices=0x4<ATAPI_MASTER>
 ata1: at 0x170 irq 15 on atapci0
 ata1: [MPSAFE]
 ohci0: <OHCI (generic) USB controller> mem 0xfe100000-0xfe100fff irq 5 at 
 device 15.2 on pci0
 ohci0: (New OHCI DeviceId=0x02201166)
 usb0: OHCI version 1.0, legacy support
 usb0: <OHCI (generic) USB controller> on ohci0
 usb0: USB revision 1.0
 uhub0: (0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 uhub0: 4 ports with 4 removable, self powered
 isab0: <PCI-ISA bridge> at device 15.3 on pci0
 isa0: <ISA bus> on isab0
 pcib1: <ACPI Host-PCI bridge> on acpi0
 ---- initial configuration ------------------------
 ---- before setting priority for links ------------
 ---- before fixup boot-disabled links -------------
 ---- after fixup boot-disabled links --------------
 ---- arbitrated configuration ---------------------
 pci4: <ACPI PCI bus> on pcib1
 pci4: physical bus=4
          map[10]: type 4, range 32, base 0000ac00, size  8, enabled
          map[14]: type 1, range 64, base fc930000, size 16, enabled
          map[1c]: type 1, range 64, base fc920000, size 16, enabled
 pcib1: matched entry for 4.5.INTA (source )
 pcib1: device is hardwired to IRQ 18
 found-> vendor=0x1000, dev=0x0030, revid=0x07
          bus=4, slot=5, func=0
          class=01-00-00, hdrtype=0x00, mfdev=1
          cmdreg=0x0117, statreg=0x0230, cachelnsz=16 (dwords)
          lattimer=0x48 (2160 ns), mingnt=0x11 (4250 ns), maxlat=0x12 (4500 ns)
          intpin=a, irq=18
          powerspec 2  supports D0 D1 D2 D3  current D0
          MSI supports 1 message, 64 bit
          map[10]: type 4, range 32, base 0000a800, size  8, enabled
          map[14]: type 1, range 64, base fc910000, size 16, enabled
          map[1c]: type 1, range 64, base fc900000, size 16, enabled
 pcib1: matched entry for 4.5.INTB (source )
 pcib1: device is hardwired to IRQ 19
 found-> vendor=0x1000, dev=0x0030, revid=0x07
          bus=4, slot=5, func=1
          class=01-00-00, hdrtype=0x00, mfdev=1
          cmdreg=0x0117, statreg=0x0230, cachelnsz=16 (dwords)
          lattimer=0x48 (2160 ns), mingnt=0x11 (4250 ns), maxlat=0x12 (4500 ns)
          intpin=b, irq=19
          powerspec 2  supports D0 D1 D2 D3  current D0
          MSI supports 1 message, 64 bit
 mpt0: <LSILogic 1030 Ultra4 Adapter> port 0xac00-0xacff mem 
 0xfc920000-0xfc92ffff,0xfc930000-0xfc93ffff irq 18 at device 5.0 on pci4
 mpt0: soft reset
 mpt1: <LSILogic 1030 Ultra4 Adapter> port 0xa800-0xa8ff mem 
 0xfc900000-0xfc90ffff,0xfc910000-0xfc91ffff irq 19 at device 5.1 on pci4
 mpt1: linking with peer (mpt0)
 mpt1: soft reset
 pcib2: <ACPI Host-PCI bridge> on acpi0
 ---- initial configuration ------------------------
 ---- before setting priority for links ------------
 ---- before fixup boot-disabled links -------------
 ---- after fixup boot-disabled links --------------
 ---- arbitrated configuration ---------------------
 pci3: <ACPI PCI bus> on pcib2
 pci3: physical bus=3
          map[10]: type 1, range 32, base fcb20000, size 17, enabled
          map[14]: type 1, range 32, base fcb00000, size 17, enabled
          map[18]: type 4, range 32, base 0000bce0, size  5, enabled
 pcib2: matched entry for 3.6.INTA (source )
 pcib2: device is hardwired to IRQ 24
 found-> vendor=0x8086, dev=0x1008, revid=0x02
          bus=3, slot=6, func=0
          class=02-00-00, hdrtype=0x00, mfdev=0
          cmdreg=0x0117, statreg=0x0230, cachelnsz=16 (dwords)
          lattimer=0x20 (960 ns), mingnt=0xff (63750 ns), maxlat=0x00 (0 ns)
          intpin=a, irq=24
          powerspec 2  supports D0 D3  current D0
          MSI supports 1 message, 64 bit
 em0: <Intel(R) PRO/1000 Network Connection, Version - 1.7.19> port 
 0xbce0-0xbcff mem 0xfcb00000-0xfcb1ffff,0xfcb20000-0xfcb3ffff irq 24 at device 
 6.0 on pci3
 em0: bpf attached
 em0:  Speed:N/A  Duplex:N/A
 pcib3: <ACPI Host-PCI bridge> on acpi0
 ---- initial configuration ------------------------
 ---- before setting priority for links ------------
 ---- before fixup boot-disabled links -------------
 ---- after fixup boot-disabled links --------------
 ---- arbitrated configuration ---------------------
 pci2: <ACPI PCI bus> on pcib3
 pci2: physical bus=2
          map[10]: type 1, range 64, base fcd30000, size 16, enabled
          map[18]: type 1, range 64, base fcd20000, size 16, enabled
 pcib3: matched entry for 2.0.INTA (source )
 pcib3: device is hardwired to IRQ 16
 found-> vendor=0x14e4, dev=0x1648, revid=0x02
          bus=2, slot=0, func=0
          class=02-00-00, hdrtype=0x00, mfdev=1
          cmdreg=0x0116, statreg=0x02b0, cachelnsz=0 (dwords)
          lattimer=0x40 (1920 ns), mingnt=0x40 (16000 ns), maxlat=0x00 (0 ns)
          intpin=a, irq=16
          powerspec 2  supports D0 D3  current D0
          MSI supports 8 messages, 64 bit
          map[10]: type 1, range 64, base fcd10000, size 16, enabled
          map[18]: type 1, range 64, base fcd00000, size 16, enabled
 pcib3: matched entry for 2.0.INTB (source )
 pcib3: device is hardwired to IRQ 17
 found-> vendor=0x14e4, dev=0x1648, revid=0x02
          bus=2, slot=0, func=1
          class=02-00-00, hdrtype=0x00, mfdev=1
          cmdreg=0x0116, statreg=0x02b0, cachelnsz=0 (dwords)
          lattimer=0x40 (1920 ns), mingnt=0x40 (16000 ns), maxlat=0x00 (0 ns)
          intpin=b, irq=17
          powerspec 2  supports D0 D3  current D0
          MSI supports 8 messages, 64 bit
 bge0: <Broadcom BCM5704C Dual Gigabit Ethernet, ASIC rev. 0x2002> mem 
 0xfcd20000-0xfcd2ffff,0xfcd30000-0xfcd3ffff irq 16 at device 0.0 on pci2
 bge0: Ethernet address: 00:06:5b:ef:63:e6
 miibus0: <MII bus> on bge0
 brgphy0: <BCM5704 10/100/1000baseTX PHY> on miibus0
 brgphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 
 1000baseTX-FDX, auto
 bge0: bpf attached
 bge1: <Broadcom BCM5704C Dual Gigabit Ethernet, ASIC rev. 0x2002> mem 
 0xfcd00000-0xfcd0ffff,0xfcd10000-0xfcd1ffff irq 17 at device 0.1 on pci2
 bge1: Ethernet address: 00:06:5b:ef:63:e7
 miibus1: <MII bus> on bge1
 brgphy1: <BCM5704 10/100/1000baseTX PHY> on miibus1
 brgphy1:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 
 1000baseTX-FDX, auto
 bge1: bpf attached
 pcib4: <ACPI Host-PCI bridge> on acpi0
 ---- initial configuration ------------------------
 ---- before setting priority for links ------------
 ---- before fixup boot-disabled links -------------
 ---- after fixup boot-disabled links --------------
 ---- arbitrated configuration ---------------------
 pci1: <ACPI PCI bus> on pcib4
 pci1: physical bus=1
          map[10]: type 4, range 32, base 0000dc00, size  8, enabled
          map[14]: type 1, range 64, base fcf01000, size 12, enabled
 pcib4: matched entry for 1.4.INTA (source )
 pcib4: device is hardwired to IRQ 20
 found-> vendor=0x9005, dev=0x00c0, revid=0x01
          bus=1, slot=4, func=0
          class=01-00-00, hdrtype=0x00, mfdev=1
          cmdreg=0x0117, statreg=0x02b0, cachelnsz=16 (dwords)
          lattimer=0x20 (960 ns), mingnt=0x28 (10000 ns), maxlat=0x19 (6250 ns)
          intpin=a, irq=20
          powerspec 2  supports D0 D3  current D0
          map[10]: type 4, range 32, base 0000d800, size  8, enabled
          map[14]: type 1, range 64, base fcf00000, size 12, enabled
 pcib4: matched entry for 1.4.INTB (source )
 pcib4: device is hardwired to IRQ 21
 found-> vendor=0x9005, dev=0x00c0, revid=0x01
          bus=1, slot=4, func=1
          class=01-00-00, hdrtype=0x00, mfdev=1
          cmdreg=0x0117, statreg=0x02b0, cachelnsz=16 (dwords)
          lattimer=0x20 (960 ns), mingnt=0x28 (10000 ns), maxlat=0x19 (6250 ns)
          intpin=b, irq=21
          powerspec 2  supports D0 D3  current D0
 ahc0: <Adaptec 3960D Ultra160 SCSI adapter> port 0xdc00-0xdcff mem 
 0xfcf01000-0xfcf01fff irq 20 at device 4.0 on pci1
 ahc0: Defaulting to MEMIO off
 ahc0: Reading SEEPROM...done.
 ahc0: BIOS eeprom is present
 ahc0: Secondary High byte termination Enabled
 ahc0: Secondary Low byte termination Enabled
 ahc0: Primary Low Byte termination Enabled
 ahc0: Primary High Byte termination Enabled
 ahc0: Downloading Sequencer Program... 422 instructions downloaded
 ahc0: Features 0x1fef6, Bugs 0x40, Flags 0x20485540
 aic7899: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs
 ahc1: <Adaptec 3960D Ultra160 SCSI adapter> port 0xd800-0xd8ff mem 
 0xfcf00000-0xfcf00fff irq 21 at device 4.1 on pci1
 ahc1: Defaulting to MEMIO off
 ahc1: Reading SEEPROM...done.
 ahc1: BIOS eeprom is present
 ahc1: Secondary High byte termination Enabled
 ahc1: Secondary Low byte termination Enabled
 ahc1: Primary Low Byte termination Enabled
 ahc1: Primary High Byte termination Enabled
 ahc1: Downloading Sequencer Program... 422 instructions downloaded
 ahc1: Features 0x1fef6, Bugs 0x40, Flags 0x20485540
 aic7899: Ultra160 Wide Channel B, SCSI Id=7, 32/253 SCBs
 fdc0: <Enhanced floppy controller (i82077, NE72065 or clone)> port 
 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0
 fdc0: FIFO enabled, 8 bytes threshold
 fd0: <1440-KB 3.5" drive> on fdc0 drive 0
 atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0
 atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
 atkbd: the current kbd controller command byte 0065
 atkbd: keyboard ID 0x41ab (2)
 kbd0 at atkbd0
 kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000
 psm0: unable to allocate IRQ
 psmcpnp0 irq 12 on acpi0
 psm0: current command byte:0065
 psm0: <PS/2 Mouse> flags 0x100 irq 12 on atkbdc0
 psm0: model VersaPad, device ID 0-00, 2 buttons
 psm0: config:00006100, flags:00000000, packet size:6
 psm0: syncmask:00, syncbits:00
 sio0: irq maps: 0xa001 0xa011 0xa001 0xa001
 sio0 port 0x3f8-0x3ff irq 4 on acpi0
 sio0: type 16550A
 ata: ata0 already exists; skipping it
 ata: ata1 already exists; skipping it
 atkbdc: atkbdc0 already exists; skipping it
 fdc: fdc0 already exists; skipping it
 sc: sc0 already exists; skipping it
 sio: sio0 already exists; skipping it
 vga: vga0 already exists; skipping it
 Trying Read_Port at 203
 Trying Read_Port at 243
 Trying Read_Port at 283
 Trying Read_Port at 2c3
 Trying Read_Port at 303
 Trying Read_Port at 343
 Trying Read_Port at 383
 Trying Read_Port at 3c3
 isa_probe_children: disabling PnP devices
 isa_probe_children: probing non-PnP devices
 pmtimer0 on isa0
 orm0: <Option ROMs> at iomem 0xec000-0xeffff,0xc8000-0xcbfff,0xc0000-0xc7fff 
 on isa0
 sc0: <System console> on isa0
 sc0: VGA <16 virtual consoles, flags=0x200>
 sc0: fb0, kbd0, terminal emulator: sc (syscons terminal)
 vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
 fb0: vga0, vga, type:VGA (5), flags:0x7007f
 fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000
 fb0: init mode:24, bios mode:3, current mode:24
 fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k
 VGA parameters upon power-up
 50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 55 81
 bf 1f 00 4f 0d 0e 00 00 07 80 9c 8e 8f 28 1f 96
 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c
 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff
 VGA parameters in BIOS for mode 24
 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81
 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96
 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c
 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff
 EGA/VGA parameters to be used for mode 24
 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81
 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96
 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c
 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff
 adv0: not probed (disabled)
 aha0: not probed (disabled)
 aic0: not probed (disabled)
 bt0: not probed (disabled)
 cs0: not probed (disabled)
 ed0: not probed (disabled)
 fe0: not probed (disabled)
 ie0: not probed (disabled)
 le0: not probed (disabled)
 lnc0: not probed (disabled)
 pcic0 failed to probe at port 0x3e0 iomem 0xd0000 on isa0
 pcic1: not probed (disabled)
 ppc0 failed to probe at irq 7 on isa0
 sio1: irq maps: 0xa001 0xa009 0xa001 0xa001
 sio1 at port 0x2f8-0x2ff irq 3 on isa0
 sio1: type 16550A
 sio2: not probed (disabled)
 sio3: not probed (disabled)
 sn0: not probed (disabled)
 vt0: not probed (disabled)
 isa_probe_children: probing PnP devices
 Device configuration finished.
 procfs registered
 Timecounter "TSC" frequency 2990325276 Hz quality -100
 Timecounters tick every 1.000 msec
 DUMMYNET initialized (011031)
 ipfw2 initialized, divert enabled, rule-based forwarding enabled, default to 
 accept, logging limited to 100 packets/entry by default
 BRIDGE $Revision$ $Date$ loaded
 lo0: bpf attached
 ata1-master: pio=0x0c wdma=0x22 udma=0x42 cable=40pin
 ata1-master: setting PIO4 on ServerWorks CSB5 chip
 acd0: <TEAC CD-ROM CD-224E/K.9A> CDROM drive at ata1 as master
 acd0: read 4134KB/s (4134KB/s), 128KB buffer, PIO4
 acd0: Reads: CDR, CDRW, CDDA stream, packet
 acd0: Writes:
 acd0: Audio: play, 256 volume levels
 acd0: Mechanism: ejectable tray, unlocked
 acd0: Medium: no/blank disc
 Waiting 10 seconds for SCSI devices to settle
 (noperiph:ahc0:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted.
 (noperiph:ahc1:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted.
 (probe3:mpt0:0:3:0): error 22
 (probe3:mpt0:0:3:0): Unretryable Error
 (probe15:mpt1:0:0:0): error 22
 (probe15:mpt1:0:0:0): Unretryable Error
 (probe9:mpt0:0:10:0): error 22
 (probe9:mpt0:0:10:0): Unretryable Error
 (probe12:mpt0:0:13:0): error 22
 (probe12:mpt0:0:13:0): Unretryable Error
 (probe1:mpt0:0:1:0): error 22
 (probe1:mpt0:0:1:0): Unretryable Error
 (probe2:mpt0:0:2:0): error 22
 (probe2:mpt0:0:2:0): Unretryable Error
 (probe4:mpt0:0:4:0): error 22
 (probe4:mpt0:0:4:0): Unretryable Error
 (probe5:mpt0:0:5:0): error 22
 (probe5:mpt0:0:5:0): Unretryable Error
 (probe16:mpt1:0:1:0): error 22
 (probe16:mpt1:0:1:0): Unretryable Error
 (probe7:mpt0:0:8:0): error 22
 (probe7:mpt0:0:8:0): Unretryable Error
 (probe17:mpt1:0:2:0): error 22
 (probe17:mpt1:0:2:0): Unretryable Error
 (probe8:mpt0:0:9:0): error 22
 (probe8:mpt0:0:9:0): Unretryable Error
 (probe18:mpt1:0:3:0): error 22
 (probe18:mpt1:0:3:0): Unretryable Error
 (probe10:mpt0:0:11:0): error 22
 (probe10:mpt0:0:11:0): Unretryable Error
 (probe19:mpt1:0:4:0): error 22
 (probe19:mpt1:0:4:0): Unretryable Error
 (probe11:mpt0:0:12:0): error 22
 (probe11:mpt0:0:12:0): Unretryable Error
 (probe20:mpt1:0:5:0): error 22
 (probe20:mpt1:0:5:0): Unretryable Error
 (probe13:mpt0:0:14:0): error 22
 (probe13:mpt0:0:14:0): Unretryable Error
 (probe21:mpt1:0:6:0): error 22
 (probe21:mpt1:0:6:0): Unretryable Error
 (probe14:mpt0:0:15:0): error 22
 (probe14:mpt0:0:15:0): Unretryable Error
 (probe22:mpt1:0:8:0): error 22
 (probe22:mpt1:0:8:0): Unretryable Error
 (probe23:mpt1:0:9:0): error 22
 (probe23:mpt1:0:9:0): Unretryable Error
 (probe0:mpt0:0:0:0): Retrying Command
 (probe24:mpt1:0:10:0): error 22
 (probe24:mpt1:0:10:0): Unretryable Error
 (probe25:mpt1:0:11:0): error 22
 (probe25:mpt1:0:11:0): Unretryable Error
 (probe26:mpt1:0:12:0): error 22
 (probe26:mpt1:0:12:0): Unretryable Error
 (probe27:mpt1:0:13:0): error 22
 (probe27:mpt1:0:13:0): Unretryable Error
 (probe28:mpt1:0:14:0): error 22
 (probe28:mpt1:0:14:0): Unretryable Error
 (probe30:ahc0:0:0:0): Retrying Command
 (probe30:ahc0:0:0:0): error 22
 (probe30:ahc0:0:0:0): Unretryable Error
 (ahc0:A:0:0): Sending PPR bus_width 1, period 9, offset 7f, ppr_options 2
 (ahc0:A:0:0): Received PPR width 1, period 9, offset 3e,options 2
          Filtered to width 1, period 9, offset 3e, options 2
 ahc0: target 0 using 16bit transfers
 ahc0: target 0 synchronous at 80.0MHz DT, offset = 0x3e
 (probe29:mpt1:0:15:0): error 22
 (probe29:mpt1:0:15:0): Unretryable Error
 pass0 at mpt0 bus 0 target 0 lun 0
 pass0: <SEAGATE ST336753LC DX09> Fixed Direct Access SCSI-3 device
 pass0: Serial Number 3HX0WHV0
 pass0: 320.000MB/s transfers (160.000MHz, offset 63, 16bit), Tagged Queueing 
 Enabled
 pass1 at mpt0 bus 0 target 6 lun 0
 pass1: <PE/PV 1x3 SCSI BP 1.1> Fixed Processor SCSI-2 device
 pass1: Serial Number 1
 pass1: 3.300MB/s transfers
 pass2 at ahc0 bus 0 target 0 lun 0
 pass2: <Promise 4 Disk RAID5 1.10> Fixed Direct Access SCSI-3 device
 pass2: Serial Number
 pass2: 160.000MB/s transfers (80.000MHz, offset 62, 16bit), Tagged Queueing 
 Enabled
 GEOM: create disk da0 dp=0xcb8ab050
 GEOM: create disk da1 dp=0xcb8cc850
 pass1 at mpt0 bus 0 target 6 lun 0
 pass1: <PE/PV 1x3 SCSI BP 1.1> Fixed Processor SCSI-2 device
 pass1: Serial Number 1
 pass1: 3.300MB/s transfers
 da0 at mpt0 bus 0 target 0 lun 0
 da0: <SEAGATE ST336753LC DX09> Fixed Direct Access SCSI-3 device
 da0: Serial Number 3HX0WHV0
 da0: 320.000MB/s transfers (160.000MHz, offset 63, 16bit), Tagged Queueing Enabled
 da0: 34732MB (71132959 512 byte sectors: 255H 63S/T 4427C)
 da1 at ahc0 bus 0 target 0 lun 0
 da1: <Promise 4 Disk RAID5 1.10> Fixed Direct Access SCSI-3 device
 da1: Serial Number
 da1: 160.000MB/s transfers (80.000MHz, offset 62, 16bit), Tagged Queueing Enabled
 da1: 572204MB (1171874688 512 byte sectors: 255H 63S/T 72945C)
 GEOM: new disk da0
 GEOM: new disk da1
 SMP: AP CPU #1 Launched!
 cpu1 AP:
       ID: 0x01000000   VER: 0x00050014 LDR: 0x02000000 DFR: 0x0fffffff
    lint0: 0x00010700 lint1: 0x00010400 TPR: 0x00000000 SVR: 0x000001ff
 SMP: AP CPU #3 Launched!
 cpu3 AP:
       ID: 0x07000000   VER: 0x00050014 LDR: 0x08000000 DFR: 0x0fffffff
    lint0: 0x00010700 lint1: 0x00010400 TPR: 0x00000000 SVR: 0x000001ff
 SMP: AP CPU #2 Launched!
 cpu2 AP:
       ID: 0x06000000   VER: 0x00050014 LDR: 0x04000000 DFR: 0x0fffffff
    lint0: 0x00010700 lint1: 0x00010400 TPR: 0x00000000 SVR: 0x000001ff
 ioapic0: routing intpin 1 (IRQ 1) to cluster 0
 ioapic0: routing intpin 3 (IRQ 3) to cluster 0
 ioapic0: routing intpin 4 (IRQ 4) to cluster 0
 ioapic0: routing intpin 5 (IRQ 5) to cluster 0
 ioapic0: routing intpin 6 (IRQ 6) to cluster 0
 ioapic0: routing intpin 8 (IRQ 8) to cluster 0
 ioapic0: routing intpin 9 (IRQ 9) to cluster 0
 ioapic0: routing intpin 12 (IRQ 12) to cluster 0
 ioapic0: routing intpin 13 (IRQ 13) to cluster 0
 ioapic0: routing intpin 14 (IRQ 14) to cluster 0
 ioapic0: routing intpin 15 (IRQ 15) to cluster 0
 ioapic1: routing intpin 0 (IRQ 16) to cluster 0
 ioapic1: routing intpin 1 (IRQ 17) to cluster 0
 ioapic1: routing intpin 2 (IRQ 18) to cluster 0
 ioapic1: routing intpin 3 (IRQ 19) to cluster 0
 ioapic1: routing intpin 4 (IRQ 20) to cluster 0
 ioapic1: routing intpin 5 (IRQ 21) to cluster 0
 ioapic1: routing intpin 8 (IRQ 24) to cluster 0
 [0] f:00 typ:222 s(CHS):0/1/1 e(CHS):3/254/63 s:63 l:64197
 [1] f:80 typ:165 s(CHS):4/0/1 e(CHS):1023/254/63 s:64260 l:71055495
 [2] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0
 [3] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0
 GEOM: Configure da0s1, start 32256 length 32868864 end 32901119
 GEOM: Configure da0s2, start 32901120 length 36380413440 end 36413314559
 [0] f:00 typ:165 s(CHS):0/1/1 e(CHS):1023/254/63 s:63 l:1171861362
 [1] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0
 [2] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0
 [3] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0
 GEOM: Configure da1s1, start 32256 length 599993017344 end 599993049599
 GEOM: Configure da0s2a, start 0 length 268435456 end 268435455
 GEOM: Configure da0s2b, start 268435456 length 2125168640 end 2393604095
 GEOM: Configure da0s2c, start 0 length 36380413440 end 36380413439
 GEOM: Configure da0s2d, start 2393604096 length 3221225472 end 5614829567
 GEOM: Configure da0s2e, start 5614829568 length 536870912 end 6151700479
 GEOM: Configure da0s2f, start 6151700480 length 30228712960 end 36380413439
 GEOM: Configure da1s1a, start 0 length 1073741824 end 1073741823
 GEOM: Configure da1s1b, start 1073741824 length 4294967296 end 5368709119
 GEOM: Configure da1s1c, start 0 length 599993017344 end 599993017343
 GEOM: Configure da1s1e, start 5368709120 length 1073741824 end 6442450943
 GEOM: Configure da1s1f, start 6442450944 length 32212254720 end 38654705663
 GEOM: Configure da1s1h, start 38654705664 length 561338311680 end 599993017343
 Mounting root from ufs:/dev/da0s2a
 start_init: trying /sbin/init
 em0: Link is up 1000 Mbps Full Duplex
 
 Thank you!
 
 Vadim Mikhailov


More information about the freebsd-bugs mailing list