cvs commit: src/share/man/man4 re.4 src/sys/dev/re if_re.c src/sys/dev/mii rgephy.c src/sys/pci if_rlreg.h

Giorgos Keramidas keramida at freebsd.org
Wed Jun 28 09:02:07 UTC 2006


On 2006-06-28 02:02, Bill Paul <wpaul at FreeBSD.ORG> wrote:
>>On 2006-06-26 20:31, Bill Paul <wpaul at freebsd.org> wrote:
>>> wpaul       2006-06-26 20:31:32 UTC
>>>
>>>   FreeBSD src repository
>>>
>>>   Modified files:
>>>     share/man/man4       re.4
>>>     sys/dev/re           if_re.c
>>>     sys/dev/mii          rgephy.c
>>>     sys/pci              if_rlreg.h
>>>   Log:
>>>   Add support for the RealTek 8169SC/8110SC and RTL8101E devices. The
>>>   latter is a PCIe 10/100 chip.
>>>
>>>   Finally fix the EEPROM reading code so that we can access the EEPROMs on all
>>>   devices. In order to access the EEPROM, we must select 'EEPROM programming'
>>>   mode, and then set the EEPROM chip select bit. Previously, we were setting
>>>   both bits simultaneously, which doesn't work: they must be set in the
>>>   right sequence.
>>>   [...]
>>
>> Something in this commit breaks re(4) interface here.
>> With a kernel after this change, no re(4) interfaces appear to attach:
> [...]
>
> Somewhere in the above space, there should have been a COMPLETE dmesg
> output from your system, but apparently the e-mail gremlins ate it.

Sorry about that.  I didn't want to post a very huge message to a wide
distribution list before knowing if it would be useful :-)

Attached are two files, with `dmesg -v' output:

    * The `dmesg.nodriver.txt' file is with a kernel built from sources
      checked out at 2006.06.27.08.04.55 (including the changes of the
      commit above).

    * The `dmesg.txt' file is with a kernel build from the same source
      tree, but with if_re.c, rgephy.c and if_rlreg.h reverted to:

	src/sys/dev/re/if_re.c,v 1.67
	src/sys/dev/mii/rgephy.c,v 1.8
	src/sys/pci/if_rlreg.h,v 1.56

The first kernel boots but no driver attaches to re0.

The second kernel boots fine and the if_re driver attaches to re0.

The diff of the two dmesg files is relatively small (attached separately
as `dmesg.diff'), but I couldn't really understand what failed.

> Given that I actually tested an RTL8111B/RTL8168B sample card and it
> worked fine with this code, RIGHT BEFORE I CHECKED IT IN, I'm forced
> to conclude that this problem is one of your own devising. I'm sure
> there's a big fat clue to the problem in the dmesg output that you
> didn't send.

I hope so.  I know you probably have a lot of things to do which are
more interesting, but any help to find out more is appreciated :)

TIA,

- Giorgos

-------------- next part --------------
Jun 27 20:09:24 gothmog kernel: Copyright (c) 1992-2006 The FreeBSD Project.
Jun 27 20:09:24 gothmog kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
Jun 27 20:09:24 gothmog kernel: The Regents of the University of California. All rights reserved.
Jun 27 20:09:24 gothmog kernel: FreeBSD 7.0-CURRENT #0: Tue Jun 27 19:49:08 EEST 2006
Jun 27 20:09:24 gothmog kernel: build at gothmog.pc:/home/build/obj/home/build/src/sys/GOTHMOG
Jun 27 20:09:24 gothmog kernel: WARNING: WITNESS option enabled, expect reduced performance.
Jun 27 20:09:24 gothmog kernel: Using 64 colors for the VM-PQ tuning (2048, 8)
Jun 27 20:09:24 gothmog kernel: Preloaded elf kernel "/boot/kernel/kernel" at 0xc08ef000.
Jun 27 20:09:24 gothmog kernel: Preloaded elf module "/boot/kernel/acpi.ko" at 0xc08ef180.
Jun 27 20:09:24 gothmog kernel: Calibrating clock(s) ... i8254 clock: 1193211 Hz
Jun 27 20:09:24 gothmog kernel: CLK_USE_I8254_CALIBRATION not specified - using default frequency
Jun 27 20:09:24 gothmog kernel: Timecounter "i8254" frequency 1193182 Hz quality 0
Jun 27 20:09:24 gothmog kernel: Calibrating TSC clock ... TSC clock: 3010669230 Hz
Jun 27 20:09:24 gothmog kernel: CPU: Intel(R) Pentium(R) 4 CPU 3.00GHz (3010.67-MHz 686-class CPU)
Jun 27 20:09:24 gothmog kernel: Origin = "GenuineIntel"  Id = 0xf62  Stepping = 2
Jun 27 20:09:24 gothmog kernel: Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
Jun 27 20:09:24 gothmog kernel: Features2=0xe41d<SSE3,RSVD2,MON,DS_CPL,CNTX-ID,CX16,XTPR,<b15>>
Jun 27 20:09:24 gothmog kernel: AMD Features=0x20000000<LM>
Jun 27 20:09:24 gothmog kernel: AMD Features2=0x1<LAHF>
Jun 27 20:09:24 gothmog kernel: Logical CPUs per core: 2
Jun 27 20:09:24 gothmog kernel: 
Jun 27 20:09:24 gothmog kernel: Instruction TLB: 4 KB, 2 MB or 4 MB pages, fully associative, 64 entries
Jun 27 20:09:24 gothmog kernel: Data TLB: 4 KB or 4 MB pages, fully associative, 64 entries
Jun 27 20:09:24 gothmog kernel: 1st-level data cache: 16 KB, 8-way set associative, sectored cache, 64 byte line size
Jun 27 20:09:24 gothmog kernel: Trace cache: 12K-uops, 8-way set associative
Jun 27 20:09:24 gothmog kernel: 2nd-level cache: 2-MB, 8-way set associative, 64-byte line size
Jun 27 20:09:24 gothmog kernel: L2 cache: 2048 kbytes, 8-way associative, 64 bytes/line
Jun 27 20:09:24 gothmog kernel: real memory  = 1073348608 (1023 MB)
Jun 27 20:09:24 gothmog kernel: Physical memory chunk(s):
Jun 27 20:09:24 gothmog kernel: 0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages)
Jun 27 20:09:24 gothmog kernel: 0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages)
Jun 27 20:09:24 gothmog kernel: 0x0000000000c25000 - 0x000000003ed60fff, 1041481728 bytes (254268 pages)
Jun 27 20:09:24 gothmog kernel: avail memory = 1041387520 (993 MB)
Jun 27 20:09:24 gothmog kernel: bios32: Found BIOS32 Service Directory header at 0xc00f0000
Jun 27 20:09:24 gothmog kernel: bios32: Entry = 0xf0010 (c00f0010)  Rev = 0  Len = 1
Jun 27 20:09:24 gothmog kernel: pcibios: PCI BIOS entry at 0xf0000+0x31
Jun 27 20:09:24 gothmog kernel: pnpbios: Found PnP BIOS data at 0xc00f7eb0
Jun 27 20:09:24 gothmog kernel: pnpbios: Entry = f0000:8e5a  Rev = 1.0
Jun 27 20:09:24 gothmog kernel: Other BIOS signatures found:
Jun 27 20:09:24 gothmog kernel: mem: <memory>
Jun 27 20:09:24 gothmog kernel: Pentium Pro MTRR support enabled
Jun 27 20:09:24 gothmog kernel: sequencer 0 created scp 0xc341c000
Jun 27 20:09:24 gothmog kernel: null: <null device, zero device>
Jun 27 20:09:24 gothmog kernel: nfslock: pseudo-device
Jun 27 20:09:24 gothmog kernel: random: <entropy source, Software, Yarrow>
Jun 27 20:09:24 gothmog kernel: io: <I/O>
Jun 27 20:09:24 gothmog kernel: VESA: information block
Jun 27 20:09:24 gothmog kernel: 56 45 53 41 00 02 00 01 00 01 01 00 00 00 22 00 
Jun 27 20:09:24 gothmog kernel: 00 01 00 01 00 01 0a 01 00 01 20 01 00 01 25 01 
Jun 27 20:09:24 gothmog kernel: 00 01 6a 00 02 01 04 01 82 01 0d 01 0e 01 0f 01 
Jun 27 20:09:24 gothmog kernel: 20 01 92 01 93 01 94 01 95 01 96 01 a2 01 a3 01 
Jun 27 20:09:24 gothmog kernel: VESA: 53 mode(s) found
Jun 27 20:09:24 gothmog kernel: VESA: v2.0, 16384k memory, flags:0x1, mode table:0xc07e6002 (1000022)
Jun 27 20:09:24 gothmog kernel: VESA: ATI RV370
Jun 27 20:09:24 gothmog kernel: VESA: ATI Technologies Inc. V380 01.00
Jun 27 20:09:24 gothmog kernel: kbd: new array size 4
Jun 27 20:09:24 gothmog kernel: kbd1 at kbdmux0
Jun 27 20:09:24 gothmog kernel: npx0: INT 16 interface
Jun 27 20:09:24 gothmog kernel: acpi0: <A M I OEMRSDT> on motherboard
Jun 27 20:09:24 gothmog kernel: acpi0: [MPSAFE]
Jun 27 20:09:24 gothmog kernel: pci_open(1):	mode 1 addr port (0x0cf8) is 0x80040014
Jun 27 20:09:24 gothmog kernel: pci_open(1a):	mode1res=0x80000000 (0x80000000)
Jun 27 20:09:24 gothmog kernel: pci_cfgcheck:	device 0 [class=060000] [hdr=00] is there (id=27708086)
Jun 27 20:09:24 gothmog kernel: pcibios: BIOS version 2.10
Jun 27 20:09:24 gothmog kernel: Found $PIR table, 15 entries at 0xc00f7d30
Jun 27 20:09:24 gothmog kernel: PCI-Only Interrupts: none
Jun 27 20:09:24 gothmog kernel: Location  Bus Device Pin  Link  IRQs
Jun 27 20:09:24 gothmog kernel: embedded    0    1    A   0x60  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: embedded    0    1    B   0x61  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: embedded    0    1    C   0x62  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: embedded    0    1    D   0x63  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: embedded    4    0    A   0x60  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: embedded    0   30    A   0x60  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: embedded    0   30    B   0x61  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: embedded    0   28    A   0x60  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: embedded    0   28    B   0x61  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: embedded    0   28    C   0x62  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: embedded    0   28    D   0x63  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: embedded    1    8    A   0x68  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: embedded    0   31    A   0x6a  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: embedded    0   31    B   0x6b  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: embedded    0   31    D   0x63  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: embedded    0   29    A   0x68  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: embedded    0   29    B   0x61  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: embedded    0   29    C   0x62  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: embedded    0   29    D   0x63  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: embedded    0   27    A   0x63  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: slot 1      3    0    A   0x60  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: slot 1      3    0    B   0x61  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: slot 1      3    0    C   0x62  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: slot 1      3    0    D   0x63  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: slot 2    255    0    A   0x61  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: slot 2    255    0    B   0x62  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: slot 2    255    0    C   0x63  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: slot 2    255    0    D   0x60  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: embedded    2    0    A   0x63  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: slot 1      1    0    A   0x61  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: slot 1      1    0    B   0x62  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: slot 1      1    0    C   0x63  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: slot 1      1    0    D   0x60  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: slot 2      1    1    A   0x69  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: slot 2      1    1    B   0x6a  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: slot 2      1    1    C   0x6b  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: slot 2      1    1    D   0x68  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: slot 3      1    2    A   0x6a  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: slot 3      1    2    B   0x6b  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: slot 3      1    2    C   0x68  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: slot 3      1    2    D   0x69  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: embedded    1   15    A   0x68  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: acpi_bus_number: root bus has no _BBN, assuming 0
Jun 27 20:09:24 gothmog kernel: acpi_bus_number: can't get _ADR
Jun 27 20:09:24 gothmog kernel: acpi_bus_number: can't get _ADR
Jun 27 20:09:24 gothmog kernel: AcpiOsDerivePciId: bus 0 dev 31 func 1
Jun 27 20:09:24 gothmog kernel: acpi_bus_number: root bus has no _BBN, assuming 0
Jun 27 20:09:24 gothmog kernel: acpi_bus_number: can't get _ADR
Jun 27 20:09:24 gothmog kernel: acpi_bus_number: can't get _ADR
Jun 27 20:09:24 gothmog kernel: AcpiOsDerivePciId: bus 0 dev 31 func 2
Jun 27 20:09:24 gothmog kernel: acpi_bus_number: root bus has no _BBN, assuming 0
Jun 27 20:09:24 gothmog kernel: acpi_bus_number: can't get _ADR
Jun 27 20:09:24 gothmog kernel: acpi_bus_number: can't get _ADR
Jun 27 20:09:24 gothmog kernel: AcpiOsDerivePciId: bus 0 dev 31 func 0
Jun 27 20:09:24 gothmog kernel: acpi0: Power Button (fixed)
Jun 27 20:09:24 gothmog kernel: acpi0: wakeup code va 0xd73a4000 pa 0x9e000
Jun 27 20:09:24 gothmog kernel: atpic: Programming IRQ9 as level/low
Jun 27 20:09:24 gothmog kernel: ACPI timer: 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 -> 10
Jun 27 20:09:24 gothmog kernel: Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
Jun 27 20:09:24 gothmog kernel: acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
Jun 27 20:09:24 gothmog kernel: pci_link0: Links after initial probe:
Jun 27 20:09:24 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:09:24 gothmog kernel: 0   11   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: pci_link0: Links after initial validation:
Jun 27 20:09:24 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:09:24 gothmog kernel: 0   11   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: pci_link0: Links after disable:
Jun 27 20:09:24 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:09:24 gothmog kernel: 0  255   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: pci_link1: Links after initial probe:
Jun 27 20:09:24 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:09:24 gothmog kernel: 0    5   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: pci_link1: Links after initial validation:
Jun 27 20:09:24 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:09:24 gothmog kernel: 0    5   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: pci_link1: Links after disable:
Jun 27 20:09:24 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:09:24 gothmog kernel: 0  255   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: pci_link2: Links after initial probe:
Jun 27 20:09:24 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:09:24 gothmog kernel: 0    3   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: pci_link2: Links after initial validation:
Jun 27 20:09:24 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:09:24 gothmog kernel: 0    3   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: pci_link2: Links after disable:
Jun 27 20:09:24 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:09:24 gothmog kernel: 0  255   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: pci_link3: Links after initial probe:
Jun 27 20:09:24 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:09:24 gothmog kernel: 0   10   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: pci_link3: Links after initial validation:
Jun 27 20:09:24 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:09:24 gothmog kernel: 0   10   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: pci_link3: Links after disable:
Jun 27 20:09:24 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:09:24 gothmog kernel: 0  255   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: pci_link4: Links after initial probe:
Jun 27 20:09:24 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:09:24 gothmog kernel: 0    5   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: pci_link4: Links after initial validation:
Jun 27 20:09:24 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:09:24 gothmog kernel: 0    5   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: pci_link4: Links after disable:
Jun 27 20:09:24 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:09:24 gothmog kernel: 0  255   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: pci_link5: Links after initial probe:
Jun 27 20:09:24 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:09:24 gothmog kernel: 0  255   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: pci_link5: Links after initial validation:
Jun 27 20:09:24 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:09:24 gothmog kernel: 0  255   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: pci_link5: Links after disable:
Jun 27 20:09:24 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:09:24 gothmog kernel: 0  255   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: pci_link6: Links after initial probe:
Jun 27 20:09:24 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:09:24 gothmog kernel: 0  255   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: pci_link6: Links after initial validation:
Jun 27 20:09:24 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:09:24 gothmog kernel: 0  255   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: pci_link6: Links after disable:
Jun 27 20:09:24 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:09:24 gothmog kernel: 0  255   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: pci_link7: Links after initial probe:
Jun 27 20:09:24 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:09:24 gothmog kernel: 0    5   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: pci_link7: Links after initial validation:
Jun 27 20:09:24 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:09:24 gothmog kernel: 0    5   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: pci_link7: Links after disable:
Jun 27 20:09:24 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:09:24 gothmog kernel: 0  255   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:09:24 gothmog kernel: cpu0: <ACPI CPU> on acpi0
Jun 27 20:09:24 gothmog kernel: acpi_throttle0: <ACPI CPU Throttling> on cpu0
Jun 27 20:09:24 gothmog kernel: acpi_throttle0: P_CNT from P_BLK 0x810
Jun 27 20:09:24 gothmog kernel: pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
Jun 27 20:09:24 gothmog kernel: ACPI: Found matching pin for 0.1.INTA at func 0: 11
Jun 27 20:09:24 gothmog kernel: ACPI: Found matching pin for 0.28.INTA at func 0: 11
Jun 27 20:09:24 gothmog kernel: ACPI: Found matching pin for 0.28.INTD at func 3: 10
Jun 27 20:09:24 gothmog kernel: ACPI: Found matching pin for 0.29.INTB at func 1: 5
Jun 27 20:09:24 gothmog kernel: ACPI: Found matching pin for 0.29.INTC at func 2: 3
Jun 27 20:09:24 gothmog kernel: ACPI: Found matching pin for 0.29.INTD at func 3: 10
Jun 27 20:09:24 gothmog kernel: ACPI: Found matching pin for 0.29.INTA at func 0: 5
Jun 27 20:09:24 gothmog kernel: ACPI: Found matching pin for 0.31.INTA at func 1: 255
Jun 27 20:09:24 gothmog kernel: ACPI: Found matching pin for 0.31.INTB at func 2: 5
Jun 27 20:09:24 gothmog kernel: ACPI: Found matching pin for 0.27.INTA at func 0: 10
Jun 27 20:09:24 gothmog kernel: pci0: <ACPI PCI bus> on pcib0
Jun 27 20:09:24 gothmog kernel: pci0: physical bus=0
Jun 27 20:09:24 gothmog kernel: found->	vendor=0x8086, dev=0x2770, revid=0x02
Jun 27 20:09:24 gothmog kernel: bus=0, slot=0, func=0
Jun 27 20:09:24 gothmog kernel: class=06-00-00, hdrtype=0x00, mfdev=0
Jun 27 20:09:24 gothmog kernel: cmdreg=0x0006, statreg=0x2090, cachelnsz=0 (dwords)
Jun 27 20:09:24 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Jun 27 20:09:24 gothmog kernel: found->	vendor=0x8086, dev=0x2771, revid=0x02
Jun 27 20:09:24 gothmog kernel: bus=0, slot=1, func=0
Jun 27 20:09:24 gothmog kernel: class=06-04-00, hdrtype=0x01, mfdev=0
Jun 27 20:09:24 gothmog kernel: cmdreg=0x0107, statreg=0x0010, cachelnsz=4 (dwords)
Jun 27 20:09:24 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x0a (2500 ns), maxlat=0x00 (0 ns)
Jun 27 20:09:24 gothmog kernel: intpin=a, irq=11
Jun 27 20:09:24 gothmog kernel: pcib0: matched entry for 0.1.INTA (src \_SB_.LNKA:0)
Jun 27 20:09:24 gothmog kernel: pcib0: slot 1 INTA routed to irq 11 via \_SB_.LNKA
Jun 27 20:09:24 gothmog kernel: found->	vendor=0x8086, dev=0x27d8, revid=0x01
Jun 27 20:09:24 gothmog kernel: bus=0, slot=27, func=0
Jun 27 20:09:24 gothmog kernel: class=04-03-00, hdrtype=0x00, mfdev=0
Jun 27 20:09:24 gothmog kernel: cmdreg=0x0006, statreg=0x0010, cachelnsz=4 (dwords)
Jun 27 20:09:24 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Jun 27 20:09:24 gothmog kernel: intpin=a, irq=10
Jun 27 20:09:24 gothmog kernel: powerspec 2  supports D0 D3  current D0
Jun 27 20:09:24 gothmog kernel: MSI supports 1 message, 64 bit
Jun 27 20:09:24 gothmog kernel: map[10]: type 1, range 64, base e7df8000, size 14, enabled
Jun 27 20:09:24 gothmog kernel: pcib0: matched entry for 0.27.INTA (src \_SB_.LNKD:0)
Jun 27 20:09:24 gothmog kernel: pcib0: slot 27 INTA routed to irq 10 via \_SB_.LNKD
Jun 27 20:09:24 gothmog kernel: found->	vendor=0x8086, dev=0x27d0, revid=0x01
Jun 27 20:09:24 gothmog kernel: bus=0, slot=28, func=0
Jun 27 20:09:24 gothmog kernel: class=06-04-00, hdrtype=0x01, mfdev=1
Jun 27 20:09:24 gothmog kernel: cmdreg=0x0107, statreg=0x0010, cachelnsz=4 (dwords)
Jun 27 20:09:24 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x06 (1500 ns), maxlat=0x00 (0 ns)
Jun 27 20:09:24 gothmog kernel: intpin=a, irq=11
Jun 27 20:09:24 gothmog kernel: pcib0: matched entry for 0.28.INTA (src \_SB_.LNKA:0)
Jun 27 20:09:24 gothmog kernel: pcib0: slot 28 INTA routed to irq 11 via \_SB_.LNKA
Jun 27 20:09:24 gothmog kernel: found->	vendor=0x8086, dev=0x27d6, revid=0x01
Jun 27 20:09:24 gothmog kernel: bus=0, slot=28, func=3
Jun 27 20:09:24 gothmog kernel: class=06-04-00, hdrtype=0x01, mfdev=1
Jun 27 20:09:24 gothmog kernel: cmdreg=0x0107, statreg=0x0010, cachelnsz=4 (dwords)
Jun 27 20:09:24 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x06 (1500 ns), maxlat=0x00 (0 ns)
Jun 27 20:09:24 gothmog kernel: intpin=d, irq=10
Jun 27 20:09:24 gothmog kernel: pcib0: matched entry for 0.28.INTD (src \_SB_.LNKD:0)
Jun 27 20:09:24 gothmog kernel: pcib0: slot 28 INTD routed to irq 10 via \_SB_.LNKD
Jun 27 20:09:24 gothmog kernel: found->	vendor=0x8086, dev=0x27c8, revid=0x01
Jun 27 20:09:24 gothmog kernel: bus=0, slot=29, func=0
Jun 27 20:09:24 gothmog kernel: class=0c-03-00, hdrtype=0x00, mfdev=1
Jun 27 20:09:24 gothmog kernel: cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
Jun 27 20:09:24 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Jun 27 20:09:24 gothmog kernel: intpin=a, irq=5
Jun 27 20:09:24 gothmog kernel: map[20]: type 4, range 32, base 00008000, size  5, enabled
Jun 27 20:09:24 gothmog kernel: pcib0: matched entry for 0.29.INTA (src \_SB_.LNKE:0)
Jun 27 20:09:24 gothmog kernel: pcib0: slot 29 INTA routed to irq 5 via \_SB_.LNKE
Jun 27 20:09:24 gothmog kernel: found->	vendor=0x8086, dev=0x27c9, revid=0x01
Jun 27 20:09:24 gothmog kernel: bus=0, slot=29, func=1
Jun 27 20:09:24 gothmog kernel: class=0c-03-00, hdrtype=0x00, mfdev=0
Jun 27 20:09:24 gothmog kernel: cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
Jun 27 20:09:24 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Jun 27 20:09:24 gothmog kernel: intpin=b, irq=5
Jun 27 20:09:24 gothmog kernel: map[20]: type 4, range 32, base 00008400, size  5, enabled
Jun 27 20:09:24 gothmog kernel: pcib0: matched entry for 0.29.INTB (src \_SB_.LNKB:0)
Jun 27 20:09:24 gothmog kernel: pcib0: slot 29 INTB routed to irq 5 via \_SB_.LNKB
Jun 27 20:09:24 gothmog kernel: found->	vendor=0x8086, dev=0x27ca, revid=0x01
Jun 27 20:09:24 gothmog kernel: bus=0, slot=29, func=2
Jun 27 20:09:24 gothmog kernel: class=0c-03-00, hdrtype=0x00, mfdev=0
Jun 27 20:09:24 gothmog kernel: cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
Jun 27 20:09:24 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Jun 27 20:09:24 gothmog kernel: intpin=c, irq=3
Jun 27 20:09:24 gothmog kernel: map[20]: type 4, range 32, base 00008800, size  5, enabled
Jun 27 20:09:24 gothmog kernel: pcib0: matched entry for 0.29.INTC (src \_SB_.LNKC:0)
Jun 27 20:09:24 gothmog kernel: pcib0: slot 29 INTC routed to irq 3 via \_SB_.LNKC
Jun 27 20:09:24 gothmog kernel: found->	vendor=0x8086, dev=0x27cb, revid=0x01
Jun 27 20:09:24 gothmog kernel: bus=0, slot=29, func=3
Jun 27 20:09:24 gothmog kernel: class=0c-03-00, hdrtype=0x00, mfdev=0
Jun 27 20:09:24 gothmog kernel: cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
Jun 27 20:09:24 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Jun 27 20:09:24 gothmog kernel: intpin=d, irq=10
Jun 27 20:09:24 gothmog kernel: map[20]: type 4, range 32, base 00009000, size  5, enabled
Jun 27 20:09:24 gothmog kernel: pcib0: matched entry for 0.29.INTD (src \_SB_.LNKD:0)
Jun 27 20:09:24 gothmog kernel: pcib0: slot 29 INTD routed to irq 10 via \_SB_.LNKD
Jun 27 20:09:24 gothmog kernel: found->	vendor=0x8086, dev=0x27cc, revid=0x01
Jun 27 20:09:24 gothmog kernel: bus=0, slot=29, func=7
Jun 27 20:09:24 gothmog kernel: class=0c-03-20, hdrtype=0x00, mfdev=0
Jun 27 20:09:24 gothmog kernel: cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords)
Jun 27 20:09:24 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Jun 27 20:09:24 gothmog kernel: intpin=a, irq=5
Jun 27 20:09:24 gothmog kernel: powerspec 2  supports D0 D3  current D0
Jun 27 20:09:24 gothmog kernel: map[10]: type 1, range 32, base e7dffc00, size 10, enabled
Jun 27 20:09:24 gothmog kernel: pcib0: matched entry for 0.29.INTA (src \_SB_.LNKE:0)
Jun 27 20:09:24 gothmog kernel: pcib0: slot 29 INTA routed to irq 5 via \_SB_.LNKE
Jun 27 20:09:24 gothmog kernel: found->	vendor=0x8086, dev=0x244e, revid=0xe1
Jun 27 20:09:24 gothmog kernel: bus=0, slot=30, func=0
Jun 27 20:09:24 gothmog kernel: class=06-04-01, hdrtype=0x01, mfdev=0
Jun 27 20:09:24 gothmog kernel: cmdreg=0x0107, statreg=0x0010, cachelnsz=0 (dwords)
Jun 27 20:09:24 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x06 (1500 ns), maxlat=0x00 (0 ns)
Jun 27 20:09:24 gothmog kernel: found->	vendor=0x8086, dev=0x27b8, revid=0x01
Jun 27 20:09:24 gothmog kernel: bus=0, slot=31, func=0
Jun 27 20:09:24 gothmog kernel: class=06-01-00, hdrtype=0x00, mfdev=1
Jun 27 20:09:24 gothmog kernel: cmdreg=0x0007, statreg=0x0210, cachelnsz=0 (dwords)
Jun 27 20:09:24 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Jun 27 20:09:24 gothmog kernel: found->	vendor=0x8086, dev=0x27df, revid=0x01
Jun 27 20:09:24 gothmog kernel: bus=0, slot=31, func=1
Jun 27 20:09:24 gothmog kernel: class=01-01-8a, hdrtype=0x00, mfdev=0
Jun 27 20:09:24 gothmog kernel: cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
Jun 27 20:09:24 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Jun 27 20:09:24 gothmog kernel: intpin=a, irq=255
Jun 27 20:09:24 gothmog kernel: map[20]: type 4, range 32, base 0000ffa0, size  4, enabled
Jun 27 20:09:24 gothmog kernel: found->	vendor=0x8086, dev=0x27c0, revid=0x01
Jun 27 20:09:24 gothmog kernel: bus=0, slot=31, func=2
Jun 27 20:09:24 gothmog kernel: class=01-01-8f, hdrtype=0x00, mfdev=0
Jun 27 20:09:24 gothmog kernel: cmdreg=0x0005, statreg=0x02b0, cachelnsz=0 (dwords)
Jun 27 20:09:24 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Jun 27 20:09:24 gothmog kernel: intpin=b, irq=5
Jun 27 20:09:24 gothmog kernel: powerspec 2  supports D0 D3  current D0
Jun 27 20:09:24 gothmog kernel: map[10]: type 4, range 32, base 0000a800, size  3, enabled
Jun 27 20:09:24 gothmog kernel: map[14]: type 4, range 32, base 0000a400, size  2, enabled
Jun 27 20:09:24 gothmog kernel: map[18]: type 4, range 32, base 0000a000, size  3, enabled
Jun 27 20:09:24 gothmog kernel: map[1c]: type 4, range 32, base 00009800, size  2, enabled
Jun 27 20:09:24 gothmog kernel: map[20]: type 4, range 32, base 00009400, size  4, enabled
Jun 27 20:09:24 gothmog kernel: pcib0: matched entry for 0.31.INTB (src \_SB_.LNKH:0)
Jun 27 20:09:24 gothmog kernel: pcib0: slot 31 INTB routed to irq 5 via \_SB_.LNKH
Jun 27 20:09:24 gothmog kernel: found->	vendor=0x8086, dev=0x27da, revid=0x01
Jun 27 20:09:24 gothmog kernel: bus=0, slot=31, func=3
Jun 27 20:09:24 gothmog kernel: class=0c-05-00, hdrtype=0x00, mfdev=0
Jun 27 20:09:24 gothmog kernel: cmdreg=0x0001, statreg=0x0280, cachelnsz=0 (dwords)
Jun 27 20:09:24 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Jun 27 20:09:24 gothmog kernel: intpin=b, irq=5
Jun 27 20:09:24 gothmog kernel: map[20]: type 4, range 32, base 00000400, size  5, enabled
Jun 27 20:09:24 gothmog kernel: pcib0: matched entry for 0.31.INTB (src \_SB_.LNKH:0)
Jun 27 20:09:24 gothmog kernel: pcib0: slot 31 INTB routed to irq 5 via \_SB_.LNKH
Jun 27 20:09:24 gothmog kernel: pcib1: <ACPI PCI-PCI bridge> irq 11 at device 1.0 on pci0
Jun 27 20:09:24 gothmog kernel: pcib1:   secondary bus     4
Jun 27 20:09:24 gothmog kernel: pcib1:   subordinate bus   4
Jun 27 20:09:24 gothmog kernel: pcib1:   I/O decode        0xe000-0xefff
Jun 27 20:09:24 gothmog kernel: pcib1:   memory decode     0xe7f00000-0xe7ffffff
Jun 27 20:09:24 gothmog kernel: pcib1:   prefetched decode 0xe8000000-0xefffffff
Jun 27 20:09:24 gothmog kernel: ACPI: Found matching pin for 4.0.INTA at func 0: 11
Jun 27 20:09:24 gothmog kernel: pci4: <ACPI PCI bus> on pcib1
Jun 27 20:09:24 gothmog kernel: pci4: physical bus=4
Jun 27 20:09:24 gothmog kernel: found->	vendor=0x1002, dev=0x5b60, revid=0x00
Jun 27 20:09:24 gothmog kernel: bus=4, slot=0, func=0
Jun 27 20:09:24 gothmog kernel: class=03-00-00, hdrtype=0x00, mfdev=1
Jun 27 20:09:24 gothmog kernel: cmdreg=0x0007, statreg=0x0010, cachelnsz=4 (dwords)
Jun 27 20:09:24 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Jun 27 20:09:24 gothmog kernel: intpin=a, irq=11
Jun 27 20:09:24 gothmog kernel: powerspec 2  supports D0 D1 D2 D3  current D0
Jun 27 20:09:24 gothmog kernel: MSI supports 1 message, 64 bit
Jun 27 20:09:24 gothmog kernel: map[10]: type 3, range 32, base e8000000, size 27, enabled
Jun 27 20:09:24 gothmog kernel: pcib1: (null) requested memory range 0xe8000000-0xefffffff: good
Jun 27 20:09:24 gothmog kernel: map[14]: type 4, range 32, base 0000e000, size  8, enabled
Jun 27 20:09:24 gothmog kernel: pcib1: (null) requested I/O range 0xe000-0xe0ff: in range
Jun 27 20:09:24 gothmog kernel: map[18]: type 1, range 32, base e7fe0000, size 16, enabled
Jun 27 20:09:24 gothmog kernel: pcib1: (null) requested memory range 0xe7fe0000-0xe7feffff: good
Jun 27 20:09:24 gothmog kernel: pcib1: matched entry for 4.0.INTA (src \_SB_.LNKA:0)
Jun 27 20:09:24 gothmog kernel: pcib1: slot 0 INTA routed to irq 11 via \_SB_.LNKA
Jun 27 20:09:24 gothmog kernel: found->	vendor=0x1002, dev=0x5b70, revid=0x00
Jun 27 20:09:24 gothmog kernel: bus=4, slot=0, func=1
Jun 27 20:09:24 gothmog kernel: class=03-80-00, hdrtype=0x00, mfdev=0
Jun 27 20:09:24 gothmog kernel: cmdreg=0x0007, statreg=0x0010, cachelnsz=4 (dwords)
Jun 27 20:09:24 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Jun 27 20:09:24 gothmog kernel: powerspec 2  supports D0 D1 D2 D3  current D0
Jun 27 20:09:24 gothmog kernel: map[10]: type 1, range 32, base e7ff0000, size 16, enabled
Jun 27 20:09:24 gothmog kernel: pcib1: (null) requested memory range 0xe7ff0000-0xe7ffffff: good
Jun 27 20:09:24 gothmog kernel: vgapci0: <VGA-compatible display> port 0xe000-0xe0ff mem 0xe8000000-0xefffffff,0xe7fe0000-0xe7feffff irq 11 at device 0.0 on pci4
Jun 27 20:09:24 gothmog kernel: vgapci1: <VGA-compatible display> mem 0xe7ff0000-0xe7ffffff at device 0.1 on pci4
Jun 27 20:09:24 gothmog kernel: pci0: <multimedia> at device 27.0 (no driver attached)
Jun 27 20:09:24 gothmog kernel: pcib2: <ACPI PCI-PCI bridge> irq 11 at device 28.0 on pci0
Jun 27 20:09:24 gothmog kernel: pcib2:   secondary bus     3
Jun 27 20:09:24 gothmog kernel: pcib2:   subordinate bus   3
Jun 27 20:09:24 gothmog kernel: pcib2:   I/O decode        0xd000-0xdfff
Jun 27 20:09:24 gothmog kernel: pcib2:   memory decode     0xfff00000-0xfffff
Jun 27 20:09:24 gothmog kernel: pcib2:   prefetched decode 0xfff00000-0xfffff
Jun 27 20:09:24 gothmog kernel: pci3: <ACPI PCI bus> on pcib2
Jun 27 20:09:24 gothmog kernel: pci3: physical bus=3
Jun 27 20:09:24 gothmog kernel: pcib3: <ACPI PCI-PCI bridge> irq 10 at device 28.3 on pci0
Jun 27 20:09:24 gothmog kernel: pcib3:   secondary bus     2
Jun 27 20:09:24 gothmog kernel: pcib3:   subordinate bus   2
Jun 27 20:09:24 gothmog kernel: pcib3:   I/O decode        0xc000-0xcfff
Jun 27 20:09:24 gothmog kernel: pcib3:   memory decode     0xe7e00000-0xe7efffff
Jun 27 20:09:24 gothmog kernel: pcib3:   prefetched decode 0xfff00000-0xfffff
Jun 27 20:09:24 gothmog kernel: ACPI: Found matching pin for 2.0.INTA at func 0: 10
Jun 27 20:09:24 gothmog kernel: pci2: <ACPI PCI bus> on pcib3
Jun 27 20:09:24 gothmog kernel: pci2: physical bus=2
Jun 27 20:09:24 gothmog kernel: found->	vendor=0x10ec, dev=0x8168, revid=0x01
Jun 27 20:09:24 gothmog kernel: bus=2, slot=0, func=0
Jun 27 20:09:24 gothmog kernel: class=02-00-00, hdrtype=0x00, mfdev=0
Jun 27 20:09:24 gothmog kernel: cmdreg=0x0007, statreg=0x0010, cachelnsz=4 (dwords)
Jun 27 20:09:24 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Jun 27 20:09:24 gothmog kernel: intpin=a, irq=10
Jun 27 20:09:24 gothmog kernel: powerspec 2  supports D0 D1 D2 D3  current D0
Jun 27 20:09:24 gothmog kernel: MSI supports 2 messages, 64 bit
Jun 27 20:09:24 gothmog kernel: map[10]: type 4, range 32, base 0000c800, size  8, enabled
Jun 27 20:09:24 gothmog kernel: pcib3: (null) requested I/O range 0xc800-0xc8ff: in range
Jun 27 20:09:24 gothmog kernel: map[18]: type 1, range 64, base e7eff000, size 12, enabled
Jun 27 20:09:24 gothmog kernel: pcib3: (null) requested memory range 0xe7eff000-0xe7efffff: good
Jun 27 20:09:24 gothmog kernel: pcib3: matched entry for 2.0.INTA (src \_SB_.LNKD:0)
Jun 27 20:09:24 gothmog kernel: pcib3: slot 0 INTA routed to irq 10 via \_SB_.LNKD
Jun 27 20:09:24 gothmog kernel: re0: Reserved 0x100 bytes for rid 0x10 type 4 at 0xc800
Jun 27 20:09:24 gothmog kernel: pci2: <network, ethernet> at device 0.0 (no driver attached)
Jun 27 20:09:24 gothmog kernel: uhci0: <UHCI (generic) USB controller> port 0x8000-0x801f irq 5 at device 29.0 on pci0
Jun 27 20:09:24 gothmog kernel: uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0x8000
Jun 27 20:09:24 gothmog kernel: uhci0: [GIANT-LOCKED]
Jun 27 20:09:24 gothmog kernel: usb0: <UHCI (generic) USB controller> on uhci0
Jun 27 20:09:24 gothmog kernel: usb0: USB revision 1.0
Jun 27 20:09:24 gothmog kernel: uhub0: <Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb0
Jun 27 20:09:24 gothmog kernel: uhub0: 2 ports with 2 removable, self powered
Jun 27 20:09:24 gothmog kernel: uhci1: <UHCI (generic) USB controller> port 0x8400-0x841f irq 5 at device 29.1 on pci0
Jun 27 20:09:24 gothmog kernel: uhci1: Reserved 0x20 bytes for rid 0x20 type 4 at 0x8400
Jun 27 20:09:24 gothmog kernel: uhci1: [GIANT-LOCKED]
Jun 27 20:09:24 gothmog kernel: usb1: <UHCI (generic) USB controller> on uhci1
Jun 27 20:09:24 gothmog kernel: usb1: USB revision 1.0
Jun 27 20:09:24 gothmog kernel: uhub1: <Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb1
Jun 27 20:09:24 gothmog kernel: uhub1: 2 ports with 2 removable, self powered
Jun 27 20:09:24 gothmog kernel: uhci2: <UHCI (generic) USB controller> port 0x8800-0x881f irq 3 at device 29.2 on pci0
Jun 27 20:09:24 gothmog kernel: uhci2: Reserved 0x20 bytes for rid 0x20 type 4 at 0x8800
Jun 27 20:09:24 gothmog kernel: uhci2: [GIANT-LOCKED]
Jun 27 20:09:24 gothmog kernel: usb2: <UHCI (generic) USB controller> on uhci2
Jun 27 20:09:24 gothmog kernel: usb2: USB revision 1.0
Jun 27 20:09:24 gothmog kernel: uhub2: <Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb2
Jun 27 20:09:24 gothmog kernel: uhub2: 2 ports with 2 removable, self powered
Jun 27 20:09:24 gothmog kernel: uhci3: <UHCI (generic) USB controller> port 0x9000-0x901f irq 10 at device 29.3 on pci0
Jun 27 20:09:24 gothmog kernel: uhci3: Reserved 0x20 bytes for rid 0x20 type 4 at 0x9000
Jun 27 20:09:24 gothmog kernel: uhci3: [GIANT-LOCKED]
Jun 27 20:09:24 gothmog kernel: usb3: <UHCI (generic) USB controller> on uhci3
Jun 27 20:09:24 gothmog kernel: usb3: USB revision 1.0
Jun 27 20:09:24 gothmog kernel: uhub3: <Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb3
Jun 27 20:09:24 gothmog kernel: uhub3: 2 ports with 2 removable, self powered
Jun 27 20:09:24 gothmog kernel: ehci0: <Intel 82801GB/R (ICH7) USB 2.0 controller> mem 0xe7dffc00-0xe7dfffff irq 5 at device 29.7 on pci0
Jun 27 20:09:24 gothmog kernel: ehci0: Reserved 0x400 bytes for rid 0x10 type 3 at 0xe7dffc00
Jun 27 20:09:24 gothmog kernel: ehci0: [GIANT-LOCKED]
Jun 27 20:09:24 gothmog kernel: usb4: EHCI version 1.0
Jun 27 20:09:24 gothmog kernel: usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3
Jun 27 20:09:24 gothmog kernel: usb4: <Intel 82801GB/R (ICH7) USB 2.0 controller> on ehci0
Jun 27 20:09:24 gothmog kernel: usb4: USB revision 2.0
Jun 27 20:09:24 gothmog kernel: uhub4: <Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1> on usb4
Jun 27 20:09:24 gothmog kernel: uhub4: 8 ports with 8 removable, self powered
Jun 27 20:09:24 gothmog kernel: pcib4: <ACPI PCI-PCI bridge> at device 30.0 on pci0
Jun 27 20:09:24 gothmog kernel: pcib4:   secondary bus     1
Jun 27 20:09:24 gothmog kernel: pcib4:   subordinate bus   1
Jun 27 20:09:24 gothmog kernel: pcib4:   I/O decode        0xb000-0xbfff
Jun 27 20:09:24 gothmog kernel: pcib4:   memory decode     0xfff00000-0xfffff
Jun 27 20:09:24 gothmog kernel: pcib4:   prefetched decode 0xfff00000-0xfffff
Jun 27 20:09:24 gothmog kernel: pcib4:   Subtractively decoded bridge.
Jun 27 20:09:24 gothmog kernel: pci1: <ACPI PCI bus> on pcib4
Jun 27 20:09:24 gothmog kernel: pci1: physical bus=1
Jun 27 20:09:24 gothmog kernel: isab0: <PCI-ISA bridge> at device 31.0 on pci0
Jun 27 20:09:24 gothmog kernel: isa0: <ISA bus> on isab0
Jun 27 20:09:24 gothmog kernel: atapci0: <Intel ICH7 UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 31.1 on pci0
Jun 27 20:09:24 gothmog kernel: atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xffa0
Jun 27 20:09:24 gothmog kernel: ata0: <ATA channel 0> on atapci0
Jun 27 20:09:24 gothmog kernel: atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0
Jun 27 20:09:24 gothmog kernel: atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6
Jun 27 20:09:24 gothmog kernel: ata0: reset tp1 mask=03 ostat0=50 ostat1=00
Jun 27 20:09:24 gothmog kernel: ata0: stat0=0x50 err=0x01 lsb=0x00 msb=0x00
Jun 27 20:09:24 gothmog kernel: ata0: stat1=0x00 err=0x01 lsb=0x00 msb=0x00
Jun 27 20:09:24 gothmog kernel: ata0: reset tp2 stat0=50 stat1=00 devices=0x1<ATA_MASTER>
Jun 27 20:09:24 gothmog kernel: ata0: [MPSAFE]
Jun 27 20:09:24 gothmog kernel: ata1: <ATA channel 1> on atapci0
Jun 27 20:09:24 gothmog kernel: atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170
Jun 27 20:09:24 gothmog kernel: atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376
Jun 27 20:09:24 gothmog kernel: ata1: reset tp1 mask=03 ostat0=7f ostat1=7f
Jun 27 20:09:24 gothmog kernel: ata1: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
Jun 27 20:09:24 gothmog last message repeated 11 times
Jun 27 20:09:24 gothmog kernel: ata1: stat1=0x7f err=0x7f lsb=0x7f msb=0x7f
Jun 27 20:09:24 gothmog kernel: ata1: reset tp2 stat0=ff stat1=ff devices=0x0
Jun 27 20:09:24 gothmog kernel: ata1: [MPSAFE]
Jun 27 20:09:24 gothmog kernel: atapci1: <Intel ICH7 SATA300 controller> port 0xa800-0xa807,0xa400-0xa403,0xa000-0xa007,0x9800-0x9803,0x9400-0x940f irq 5 at device 31.2 on pci0
Jun 27 20:09:24 gothmog kernel: atapci1: Reserved 0x10 bytes for rid 0x20 type 4 at 0x9400
Jun 27 20:09:24 gothmog kernel: atapci1: [MPSAFE]
Jun 27 20:09:24 gothmog kernel: atapci1: failed to enable memory mapping!
Jun 27 20:09:24 gothmog kernel: ata2: <ATA channel 0> on atapci1
Jun 27 20:09:24 gothmog kernel: atapci1: Reserved 0x8 bytes for rid 0x10 type 4 at 0xa800
Jun 27 20:09:24 gothmog kernel: atapci1: Reserved 0x4 bytes for rid 0x14 type 4 at 0xa400
Jun 27 20:09:24 gothmog kernel: ata2: reset tp1 mask=03 ostat0=50 ostat1=00
Jun 27 20:09:24 gothmog kernel: ata2: stat0=0x50 err=0x01 lsb=0x00 msb=0x00
Jun 27 20:09:24 gothmog kernel: ata2: stat1=0x00 err=0x01 lsb=0x00 msb=0x00
Jun 27 20:09:24 gothmog kernel: ata2: reset tp2 stat0=50 stat1=00 devices=0x1<ATA_MASTER>
Jun 27 20:09:24 gothmog kernel: ata2: [MPSAFE]
Jun 27 20:09:24 gothmog kernel: ata3: <ATA channel 1> on atapci1
Jun 27 20:09:24 gothmog kernel: atapci1: Reserved 0x8 bytes for rid 0x18 type 4 at 0xa000
Jun 27 20:09:24 gothmog kernel: atapci1: Reserved 0x4 bytes for rid 0x1c type 4 at 0x9800
Jun 27 20:09:24 gothmog kernel: ata3: reset tp1 mask=03 ostat0=7f ostat1=7f
Jun 27 20:09:24 gothmog kernel: ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff
Jun 27 20:09:24 gothmog last message repeated 21 times
Jun 27 20:09:24 gothmog kernel: ata3: stat1=0x7f err=0xff lsb=0xff msb=0xff
Jun 27 20:09:24 gothmog kernel: ata3: reset tp2 stat0=ff stat1=ff devices=0x0
Jun 27 20:09:24 gothmog kernel: ata3: [MPSAFE]
Jun 27 20:09:24 gothmog kernel: pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
Jun 27 20:09:24 gothmog kernel: acpi_button0: <Power Button> on acpi0
Jun 27 20:09:24 gothmog kernel: fdc0: <floppy drive controller (FDE)> port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0
Jun 27 20:09:24 gothmog kernel: fdc0: ic_type 90 part_id 80
Jun 27 20:09:24 gothmog kernel: fdc0: [MPSAFE]
Jun 27 20:09:24 gothmog kernel: fdc0: [FAST]
Jun 27 20:09:24 gothmog kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0
Jun 27 20:09:24 gothmog kernel: atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
Jun 27 20:09:24 gothmog kernel: atkbd0: <AT Keyboard> irq 1 on atkbdc0
Jun 27 20:09:24 gothmog kernel: atkbd: the current kbd controller command byte 0065
Jun 27 20:09:24 gothmog kernel: atkbd: keyboard ID 0x41ab (2)
Jun 27 20:09:24 gothmog kernel: kbd0 at atkbd0
Jun 27 20:09:24 gothmog kernel: kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000
Jun 27 20:09:24 gothmog kernel: atkbd0: [GIANT-LOCKED]
Jun 27 20:09:24 gothmog kernel: psm0: unable to allocate IRQ
Jun 27 20:09:24 gothmog kernel: sio0: configured irq 4 not in bitmap of probed irqs 0
Jun 27 20:09:24 gothmog kernel: sio0: port may not be enabled
Jun 27 20:09:24 gothmog kernel: sio0: irq maps: 0 0 0 0
Jun 27 20:09:24 gothmog kernel: sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
Jun 27 20:09:24 gothmog kernel: sio0: type 16550A
Jun 27 20:09:24 gothmog kernel: sio0: [FAST]
Jun 27 20:09:24 gothmog kernel: ata: ata0 already exists; skipping it
Jun 27 20:09:24 gothmog kernel: ata: ata1 already exists; skipping it
Jun 27 20:09:24 gothmog kernel: atkbdc: atkbdc0 already exists; skipping it
Jun 27 20:09:24 gothmog kernel: fdc: fdc0 already exists; skipping it
Jun 27 20:09:24 gothmog kernel: sio: sio0 already exists; skipping it
Jun 27 20:09:24 gothmog kernel: pnp_identify: Trying Read_Port at 203
Jun 27 20:09:24 gothmog kernel: pnp_identify: Trying Read_Port at 243
Jun 27 20:09:24 gothmog kernel: pnp_identify: Trying Read_Port at 283
Jun 27 20:09:24 gothmog kernel: pnp_identify: Trying Read_Port at 2c3
Jun 27 20:09:24 gothmog kernel: pnp_identify: Trying Read_Port at 303
Jun 27 20:09:24 gothmog kernel: pnp_identify: Trying Read_Port at 343
Jun 27 20:09:24 gothmog kernel: pnp_identify: Trying Read_Port at 383
Jun 27 20:09:24 gothmog kernel: pnp_identify: Trying Read_Port at 3c3
Jun 27 20:09:24 gothmog kernel: PNP Identify complete
Jun 27 20:09:24 gothmog kernel: sc: sc0 already exists; skipping it
Jun 27 20:09:24 gothmog kernel: vga: vga0 already exists; skipping it
Jun 27 20:09:24 gothmog kernel: isa_probe_children: disabling PnP devices
Jun 27 20:09:24 gothmog kernel: isa_probe_children: probing non-PnP devices
Jun 27 20:09:24 gothmog kernel: orm0: <ISA Option ROM> at iomem 0xc0000-0xccfff pnpid ORM0000 on isa0
Jun 27 20:09:24 gothmog kernel: adv0: not probed (disabled)
Jun 27 20:09:24 gothmog kernel: aha0: not probed (disabled)
Jun 27 20:09:24 gothmog kernel: aic0: not probed (disabled)
Jun 27 20:09:24 gothmog kernel: bt0: not probed (disabled)
Jun 27 20:09:24 gothmog kernel: cs0: not probed (disabled)
Jun 27 20:09:24 gothmog kernel: ed0: not probed (disabled)
Jun 27 20:09:24 gothmog kernel: fe0: not probed (disabled)
Jun 27 20:09:24 gothmog kernel: ie0: not probed (disabled)
Jun 27 20:09:24 gothmog kernel: le0: not probed (disabled)
Jun 27 20:09:24 gothmog kernel: ppc0 failed to probe at irq 7 on isa0
Jun 27 20:09:24 gothmog kernel: sc0: <System console> at flags 0x100 on isa0
Jun 27 20:09:24 gothmog kernel: sc0: VGA <12 virtual consoles, flags=0x300>
Jun 27 20:09:24 gothmog kernel: sc0: fb0, kbd1, terminal emulator: sc (syscons terminal)
Jun 27 20:09:24 gothmog kernel: sio1: configured irq 3 not in bitmap of probed irqs 0
Jun 27 20:09:24 gothmog kernel: sio1: port may not be enabled
Jun 27 20:09:24 gothmog kernel: sio1: irq maps: 0 0 0 0
Jun 27 20:09:24 gothmog kernel: sio1: probe failed test(s): 0 1 2 4 6 7 9
Jun 27 20:09:24 gothmog kernel: sio1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0
Jun 27 20:09:24 gothmog kernel: sio2: not probed (disabled)
Jun 27 20:09:24 gothmog kernel: sio3: not probed (disabled)
Jun 27 20:09:24 gothmog kernel: sn0: not probed (disabled)
Jun 27 20:09:24 gothmog kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Jun 27 20:09:24 gothmog kernel: vt0: not probed (disabled)
Jun 27 20:09:24 gothmog kernel: isa_probe_children: probing PnP devices
Jun 27 20:09:24 gothmog kernel: ums0: <Genius NetScroll + Mini Traveler, class 0/0, rev 1.10/1.10, addr 2> on uhub3
Jun 27 20:09:24 gothmog kernel: ums0: 3 buttons and Z dir.
Jun 27 20:09:24 gothmog kernel: Device configuration finished.
Jun 27 20:09:24 gothmog kernel: procfs registered
Jun 27 20:09:24 gothmog kernel: Timecounter "TSC" frequency 3010669230 Hz quality 800
Jun 27 20:09:24 gothmog kernel: Timecounters tick every 5.000 msec
Jun 27 20:09:24 gothmog kernel: pflog0: bpf attached
Jun 27 20:09:24 gothmog kernel: lo0: bpf attached
Jun 27 20:09:24 gothmog kernel: seq_eventthread started
Jun 27 20:09:24 gothmog kernel: ata0-master: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=80 wire
Jun 27 20:09:24 gothmog kernel: ad0: setting PIO4 on ICH7 chip
Jun 27 20:09:24 gothmog kernel: ad0: DMA limited to UDMA33, controller found non-ATA66 cable
Jun 27 20:09:24 gothmog kernel: ad0: setting UDMA33 on ICH7 chip
Jun 27 20:09:24 gothmog kernel: ad0: 190782MB <WDC WD2000JB-98GVA0 08.02D08> at ata0-master UDMA33
Jun 27 20:09:24 gothmog kernel: ad0: 390721968 sectors [387621C/16H/63S] 16 sectors/interrupt 1 depth queue
Jun 27 20:09:24 gothmog kernel: ata2-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire
Jun 27 20:09:24 gothmog kernel: ad4: 238475MB <WDC WD2500JS-55NCB1 10.02E01> at ata2-master SATA150
Jun 27 20:09:24 gothmog kernel: ad4: 488397168 sectors [484521C/16H/63S] 16 sectors/interrupt 1 depth queue
Jun 27 20:09:24 gothmog kernel: GEOM: new disk ad0
Jun 27 20:09:24 gothmog kernel: GEOM: new disk ad4
Jun 27 20:09:24 gothmog kernel: Trying to mount root from ufs:/dev/ad0s1a
Jun 27 20:09:24 gothmog kernel: start_init: trying /sbin/init
-------------- next part --------------
Jun 27 20:26:25 gothmog kernel: Copyright (c) 1992-2006 The FreeBSD Project.
Jun 27 20:26:25 gothmog kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
Jun 27 20:26:25 gothmog kernel: The Regents of the University of California. All rights reserved.
Jun 27 20:26:25 gothmog kernel: FreeBSD 7.0-CURRENT #1: Tue Jun 27 20:20:25 EEST 2006
Jun 27 20:26:25 gothmog kernel: build at gothmog.pc:/home/build/obj/home/build/src/sys/GOTHMOG
Jun 27 20:26:25 gothmog kernel: WARNING: WITNESS option enabled, expect reduced performance.
Jun 27 20:26:25 gothmog kernel: Using 64 colors for the VM-PQ tuning (2048, 8)
Jun 27 20:26:25 gothmog kernel: Preloaded elf kernel "/boot/kernel/kernel" at 0xc08ef000.
Jun 27 20:26:25 gothmog kernel: Preloaded elf module "/boot/kernel/acpi.ko" at 0xc08ef180.
Jun 27 20:26:25 gothmog kernel: Calibrating clock(s) ... i8254 clock: 1193208 Hz
Jun 27 20:26:25 gothmog kernel: CLK_USE_I8254_CALIBRATION not specified - using default frequency
Jun 27 20:26:25 gothmog kernel: Timecounter "i8254" frequency 1193182 Hz quality 0
Jun 27 20:26:25 gothmog kernel: Calibrating TSC clock ... TSC clock: 3010667970 Hz
Jun 27 20:26:25 gothmog kernel: CPU: Intel(R) Pentium(R) 4 CPU 3.00GHz (3010.67-MHz 686-class CPU)
Jun 27 20:26:25 gothmog kernel: Origin = "GenuineIntel"  Id = 0xf62  Stepping = 2
Jun 27 20:26:25 gothmog kernel: Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
Jun 27 20:26:25 gothmog kernel: Features2=0xe41d<SSE3,RSVD2,MON,DS_CPL,CNTX-ID,CX16,XTPR,<b15>>
Jun 27 20:26:25 gothmog kernel: AMD Features=0x20000000<LM>
Jun 27 20:26:25 gothmog kernel: AMD Features2=0x1<LAHF>
Jun 27 20:26:25 gothmog kernel: Logical CPUs per core: 2
Jun 27 20:26:25 gothmog kernel: 
Jun 27 20:26:25 gothmog kernel: Instruction TLB: 4 KB, 2 MB or 4 MB pages, fully associative, 64 entries
Jun 27 20:26:25 gothmog kernel: Data TLB: 4 KB or 4 MB pages, fully associative, 64 entries
Jun 27 20:26:25 gothmog kernel: 1st-level data cache: 16 KB, 8-way set associative, sectored cache, 64 byte line size
Jun 27 20:26:25 gothmog kernel: Trace cache: 12K-uops, 8-way set associative
Jun 27 20:26:25 gothmog kernel: 2nd-level cache: 2-MB, 8-way set associative, 64-byte line size
Jun 27 20:26:25 gothmog kernel: L2 cache: 2048 kbytes, 8-way associative, 64 bytes/line
Jun 27 20:26:25 gothmog kernel: real memory  = 1073348608 (1023 MB)
Jun 27 20:26:25 gothmog kernel: Physical memory chunk(s):
Jun 27 20:26:25 gothmog kernel: 0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages)
Jun 27 20:26:25 gothmog kernel: 0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages)
Jun 27 20:26:25 gothmog kernel: 0x0000000000c25000 - 0x000000003ed60fff, 1041481728 bytes (254268 pages)
Jun 27 20:26:25 gothmog kernel: avail memory = 1041387520 (993 MB)
Jun 27 20:26:25 gothmog kernel: bios32: Found BIOS32 Service Directory header at 0xc00f0000
Jun 27 20:26:25 gothmog kernel: bios32: Entry = 0xf0010 (c00f0010)  Rev = 0  Len = 1
Jun 27 20:26:25 gothmog kernel: pcibios: PCI BIOS entry at 0xf0000+0x31
Jun 27 20:26:25 gothmog kernel: pnpbios: Found PnP BIOS data at 0xc00f7eb0
Jun 27 20:26:25 gothmog kernel: pnpbios: Entry = f0000:8e5a  Rev = 1.0
Jun 27 20:26:25 gothmog kernel: Other BIOS signatures found:
Jun 27 20:26:25 gothmog kernel: mem: <memory>
Jun 27 20:26:25 gothmog kernel: Pentium Pro MTRR support enabled
Jun 27 20:26:25 gothmog kernel: sequencer 0 created scp 0xc341c000
Jun 27 20:26:25 gothmog kernel: null: <null device, zero device>
Jun 27 20:26:25 gothmog kernel: nfslock: pseudo-device
Jun 27 20:26:25 gothmog kernel: random: <entropy source, Software, Yarrow>
Jun 27 20:26:25 gothmog kernel: io: <I/O>
Jun 27 20:26:25 gothmog kernel: VESA: information block
Jun 27 20:26:25 gothmog kernel: 56 45 53 41 00 02 00 01 00 01 01 00 00 00 22 00 
Jun 27 20:26:25 gothmog kernel: 00 01 00 01 00 01 0a 01 00 01 20 01 00 01 25 01 
Jun 27 20:26:25 gothmog kernel: 00 01 6a 00 02 01 04 01 82 01 0d 01 0e 01 0f 01 
Jun 27 20:26:25 gothmog kernel: 20 01 92 01 93 01 94 01 95 01 96 01 a2 01 a3 01 
Jun 27 20:26:25 gothmog kernel: VESA: 53 mode(s) found
Jun 27 20:26:25 gothmog kernel: VESA: v2.0, 16384k memory, flags:0x1, mode table:0xc07e6242 (1000022)
Jun 27 20:26:25 gothmog kernel: VESA: ATI RV370
Jun 27 20:26:25 gothmog kernel: VESA: ATI Technologies Inc. V380 01.00
Jun 27 20:26:25 gothmog kernel: kbd: new array size 4
Jun 27 20:26:25 gothmog kernel: kbd1 at kbdmux0
Jun 27 20:26:25 gothmog kernel: npx0: INT 16 interface
Jun 27 20:26:25 gothmog kernel: acpi0: <A M I OEMRSDT> on motherboard
Jun 27 20:26:25 gothmog kernel: acpi0: [MPSAFE]
Jun 27 20:26:25 gothmog kernel: pci_open(1):	mode 1 addr port (0x0cf8) is 0x80040014
Jun 27 20:26:25 gothmog kernel: pci_open(1a):	mode1res=0x80000000 (0x80000000)
Jun 27 20:26:25 gothmog kernel: pci_cfgcheck:	device 0 [class=060000] [hdr=00] is there (id=27708086)
Jun 27 20:26:25 gothmog kernel: pcibios: BIOS version 2.10
Jun 27 20:26:25 gothmog kernel: Found $PIR table, 15 entries at 0xc00f7d30
Jun 27 20:26:25 gothmog kernel: PCI-Only Interrupts: none
Jun 27 20:26:25 gothmog kernel: Location  Bus Device Pin  Link  IRQs
Jun 27 20:26:25 gothmog kernel: embedded    0    1    A   0x60  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: embedded    0    1    B   0x61  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: embedded    0    1    C   0x62  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: embedded    0    1    D   0x63  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: embedded    4    0    A   0x60  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: embedded    0   30    A   0x60  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: embedded    0   30    B   0x61  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: embedded    0   28    A   0x60  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: embedded    0   28    B   0x61  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: embedded    0   28    C   0x62  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: embedded    0   28    D   0x63  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: embedded    1    8    A   0x68  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: embedded    0   31    A   0x6a  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: embedded    0   31    B   0x6b  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: embedded    0   31    D   0x63  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: embedded    0   29    A   0x68  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: embedded    0   29    B   0x61  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: embedded    0   29    C   0x62  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: embedded    0   29    D   0x63  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: embedded    0   27    A   0x63  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: slot 1      3    0    A   0x60  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: slot 1      3    0    B   0x61  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: slot 1      3    0    C   0x62  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: slot 1      3    0    D   0x63  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: slot 2    255    0    A   0x61  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: slot 2    255    0    B   0x62  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: slot 2    255    0    C   0x63  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: slot 2    255    0    D   0x60  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: embedded    2    0    A   0x63  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: slot 1      1    0    A   0x61  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: slot 1      1    0    B   0x62  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: slot 1      1    0    C   0x63  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: slot 1      1    0    D   0x60  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: slot 2      1    1    A   0x69  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: slot 2      1    1    B   0x6a  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: slot 2      1    1    C   0x6b  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: slot 2      1    1    D   0x68  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: slot 3      1    2    A   0x6a  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: slot 3      1    2    B   0x6b  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: slot 3      1    2    C   0x68  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: slot 3      1    2    D   0x69  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: embedded    1   15    A   0x68  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: acpi_bus_number: root bus has no _BBN, assuming 0
Jun 27 20:26:25 gothmog kernel: acpi_bus_number: can't get _ADR
Jun 27 20:26:25 gothmog kernel: acpi_bus_number: can't get _ADR
Jun 27 20:26:25 gothmog kernel: AcpiOsDerivePciId: bus 0 dev 31 func 1
Jun 27 20:26:25 gothmog kernel: acpi_bus_number: root bus has no _BBN, assuming 0
Jun 27 20:26:25 gothmog kernel: acpi_bus_number: can't get _ADR
Jun 27 20:26:25 gothmog kernel: acpi_bus_number: can't get _ADR
Jun 27 20:26:25 gothmog kernel: AcpiOsDerivePciId: bus 0 dev 31 func 2
Jun 27 20:26:25 gothmog kernel: acpi_bus_number: root bus has no _BBN, assuming 0
Jun 27 20:26:25 gothmog kernel: acpi_bus_number: can't get _ADR
Jun 27 20:26:25 gothmog kernel: acpi_bus_number: can't get _ADR
Jun 27 20:26:25 gothmog kernel: AcpiOsDerivePciId: bus 0 dev 31 func 0
Jun 27 20:26:25 gothmog kernel: acpi0: Power Button (fixed)
Jun 27 20:26:25 gothmog kernel: acpi0: wakeup code va 0xd73a4000 pa 0x9e000
Jun 27 20:26:25 gothmog kernel: atpic: Programming IRQ9 as level/low
Jun 27 20:26:25 gothmog kernel: ACPI timer: 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 -> 10
Jun 27 20:26:25 gothmog kernel: Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
Jun 27 20:26:25 gothmog kernel: acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
Jun 27 20:26:25 gothmog kernel: pci_link0: Links after initial probe:
Jun 27 20:26:25 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:26:25 gothmog kernel: 0   11   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: pci_link0: Links after initial validation:
Jun 27 20:26:25 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:26:25 gothmog kernel: 0   11   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: pci_link0: Links after disable:
Jun 27 20:26:25 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:26:25 gothmog kernel: 0  255   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: pci_link1: Links after initial probe:
Jun 27 20:26:25 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:26:25 gothmog kernel: 0    5   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: pci_link1: Links after initial validation:
Jun 27 20:26:25 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:26:25 gothmog kernel: 0    5   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: pci_link1: Links after disable:
Jun 27 20:26:25 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:26:25 gothmog kernel: 0  255   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: pci_link2: Links after initial probe:
Jun 27 20:26:25 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:26:25 gothmog kernel: 0    3   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: pci_link2: Links after initial validation:
Jun 27 20:26:25 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:26:25 gothmog kernel: 0    3   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: pci_link2: Links after disable:
Jun 27 20:26:25 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:26:25 gothmog kernel: 0  255   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: pci_link3: Links after initial probe:
Jun 27 20:26:25 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:26:25 gothmog kernel: 0   10   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: pci_link3: Links after initial validation:
Jun 27 20:26:25 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:26:25 gothmog kernel: 0   10   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: pci_link3: Links after disable:
Jun 27 20:26:25 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:26:25 gothmog kernel: 0  255   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: pci_link4: Links after initial probe:
Jun 27 20:26:25 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:26:25 gothmog kernel: 0    5   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: pci_link4: Links after initial validation:
Jun 27 20:26:25 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:26:25 gothmog kernel: 0    5   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: pci_link4: Links after disable:
Jun 27 20:26:25 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:26:25 gothmog kernel: 0  255   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: pci_link5: Links after initial probe:
Jun 27 20:26:25 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:26:25 gothmog kernel: 0  255   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: pci_link5: Links after initial validation:
Jun 27 20:26:25 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:26:25 gothmog kernel: 0  255   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: pci_link5: Links after disable:
Jun 27 20:26:25 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:26:25 gothmog kernel: 0  255   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: pci_link6: Links after initial probe:
Jun 27 20:26:25 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:26:25 gothmog kernel: 0  255   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: pci_link6: Links after initial validation:
Jun 27 20:26:25 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:26:25 gothmog kernel: 0  255   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: pci_link6: Links after disable:
Jun 27 20:26:25 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:26:25 gothmog kernel: 0  255   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: pci_link7: Links after initial probe:
Jun 27 20:26:25 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:26:25 gothmog kernel: 0    5   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: pci_link7: Links after initial validation:
Jun 27 20:26:25 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:26:25 gothmog kernel: 0    5   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: pci_link7: Links after disable:
Jun 27 20:26:25 gothmog kernel: Index  IRQ  Rtd  Ref  IRQs
Jun 27 20:26:25 gothmog kernel: 0  255   N     0  3 4 5 6 7 10 11 12 14 15
Jun 27 20:26:25 gothmog kernel: cpu0: <ACPI CPU> on acpi0
Jun 27 20:26:25 gothmog kernel: acpi_throttle0: <ACPI CPU Throttling> on cpu0
Jun 27 20:26:25 gothmog kernel: acpi_throttle0: P_CNT from P_BLK 0x810
Jun 27 20:26:25 gothmog kernel: pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
Jun 27 20:26:25 gothmog kernel: ACPI: Found matching pin for 0.1.INTA at func 0: 11
Jun 27 20:26:25 gothmog kernel: ACPI: Found matching pin for 0.28.INTA at func 0: 11
Jun 27 20:26:25 gothmog kernel: ACPI: Found matching pin for 0.28.INTD at func 3: 10
Jun 27 20:26:25 gothmog kernel: ACPI: Found matching pin for 0.29.INTB at func 1: 5
Jun 27 20:26:25 gothmog kernel: ACPI: Found matching pin for 0.29.INTC at func 2: 3
Jun 27 20:26:25 gothmog kernel: ACPI: Found matching pin for 0.29.INTD at func 3: 10
Jun 27 20:26:25 gothmog kernel: ACPI: Found matching pin for 0.29.INTA at func 0: 5
Jun 27 20:26:25 gothmog kernel: ACPI: Found matching pin for 0.31.INTA at func 1: 255
Jun 27 20:26:25 gothmog kernel: ACPI: Found matching pin for 0.31.INTB at func 2: 5
Jun 27 20:26:25 gothmog kernel: ACPI: Found matching pin for 0.27.INTA at func 0: 10
Jun 27 20:26:25 gothmog kernel: pci0: <ACPI PCI bus> on pcib0
Jun 27 20:26:25 gothmog kernel: pci0: physical bus=0
Jun 27 20:26:25 gothmog kernel: found->	vendor=0x8086, dev=0x2770, revid=0x02
Jun 27 20:26:25 gothmog kernel: bus=0, slot=0, func=0
Jun 27 20:26:25 gothmog kernel: class=06-00-00, hdrtype=0x00, mfdev=0
Jun 27 20:26:25 gothmog kernel: cmdreg=0x0006, statreg=0x2090, cachelnsz=0 (dwords)
Jun 27 20:26:25 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Jun 27 20:26:25 gothmog kernel: found->	vendor=0x8086, dev=0x2771, revid=0x02
Jun 27 20:26:25 gothmog kernel: bus=0, slot=1, func=0
Jun 27 20:26:25 gothmog kernel: class=06-04-00, hdrtype=0x01, mfdev=0
Jun 27 20:26:25 gothmog kernel: cmdreg=0x0107, statreg=0x0010, cachelnsz=4 (dwords)
Jun 27 20:26:25 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x0a (2500 ns), maxlat=0x00 (0 ns)
Jun 27 20:26:25 gothmog kernel: intpin=a, irq=11
Jun 27 20:26:25 gothmog kernel: pcib0: matched entry for 0.1.INTA (src \_SB_.LNKA:0)
Jun 27 20:26:25 gothmog kernel: pcib0: slot 1 INTA routed to irq 11 via \_SB_.LNKA
Jun 27 20:26:25 gothmog kernel: found->	vendor=0x8086, dev=0x27d8, revid=0x01
Jun 27 20:26:25 gothmog kernel: bus=0, slot=27, func=0
Jun 27 20:26:25 gothmog kernel: class=04-03-00, hdrtype=0x00, mfdev=0
Jun 27 20:26:25 gothmog kernel: cmdreg=0x0006, statreg=0x0010, cachelnsz=4 (dwords)
Jun 27 20:26:25 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Jun 27 20:26:25 gothmog kernel: intpin=a, irq=10
Jun 27 20:26:25 gothmog kernel: powerspec 2  supports D0 D3  current D0
Jun 27 20:26:25 gothmog kernel: MSI supports 1 message, 64 bit
Jun 27 20:26:25 gothmog kernel: map[10]: type 1, range 64, base e7df8000, size 14, enabled
Jun 27 20:26:25 gothmog kernel: pcib0: matched entry for 0.27.INTA (src \_SB_.LNKD:0)
Jun 27 20:26:25 gothmog kernel: pcib0: slot 27 INTA routed to irq 10 via \_SB_.LNKD
Jun 27 20:26:25 gothmog kernel: found->	vendor=0x8086, dev=0x27d0, revid=0x01
Jun 27 20:26:25 gothmog kernel: bus=0, slot=28, func=0
Jun 27 20:26:25 gothmog kernel: class=06-04-00, hdrtype=0x01, mfdev=1
Jun 27 20:26:25 gothmog kernel: cmdreg=0x0107, statreg=0x0010, cachelnsz=4 (dwords)
Jun 27 20:26:25 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x06 (1500 ns), maxlat=0x00 (0 ns)
Jun 27 20:26:25 gothmog kernel: intpin=a, irq=11
Jun 27 20:26:25 gothmog kernel: pcib0: matched entry for 0.28.INTA (src \_SB_.LNKA:0)
Jun 27 20:26:25 gothmog kernel: pcib0: slot 28 INTA routed to irq 11 via \_SB_.LNKA
Jun 27 20:26:25 gothmog kernel: found->	vendor=0x8086, dev=0x27d6, revid=0x01
Jun 27 20:26:25 gothmog kernel: bus=0, slot=28, func=3
Jun 27 20:26:25 gothmog kernel: class=06-04-00, hdrtype=0x01, mfdev=1
Jun 27 20:26:25 gothmog kernel: cmdreg=0x0107, statreg=0x0010, cachelnsz=4 (dwords)
Jun 27 20:26:25 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x06 (1500 ns), maxlat=0x00 (0 ns)
Jun 27 20:26:25 gothmog kernel: intpin=d, irq=10
Jun 27 20:26:25 gothmog kernel: pcib0: matched entry for 0.28.INTD (src \_SB_.LNKD:0)
Jun 27 20:26:25 gothmog kernel: pcib0: slot 28 INTD routed to irq 10 via \_SB_.LNKD
Jun 27 20:26:25 gothmog kernel: found->	vendor=0x8086, dev=0x27c8, revid=0x01
Jun 27 20:26:25 gothmog kernel: bus=0, slot=29, func=0
Jun 27 20:26:25 gothmog kernel: class=0c-03-00, hdrtype=0x00, mfdev=1
Jun 27 20:26:25 gothmog kernel: cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
Jun 27 20:26:25 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Jun 27 20:26:25 gothmog kernel: intpin=a, irq=5
Jun 27 20:26:25 gothmog kernel: map[20]: type 4, range 32, base 00008000, size  5, enabled
Jun 27 20:26:25 gothmog kernel: pcib0: matched entry for 0.29.INTA (src \_SB_.LNKE:0)
Jun 27 20:26:25 gothmog kernel: pcib0: slot 29 INTA routed to irq 5 via \_SB_.LNKE
Jun 27 20:26:25 gothmog kernel: found->	vendor=0x8086, dev=0x27c9, revid=0x01
Jun 27 20:26:25 gothmog kernel: bus=0, slot=29, func=1
Jun 27 20:26:25 gothmog kernel: class=0c-03-00, hdrtype=0x00, mfdev=0
Jun 27 20:26:25 gothmog kernel: cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
Jun 27 20:26:25 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Jun 27 20:26:25 gothmog kernel: intpin=b, irq=5
Jun 27 20:26:25 gothmog kernel: map[20]: type 4, range 32, base 00008400, size  5, enabled
Jun 27 20:26:25 gothmog kernel: pcib0: matched entry for 0.29.INTB (src \_SB_.LNKB:0)
Jun 27 20:26:25 gothmog kernel: pcib0: slot 29 INTB routed to irq 5 via \_SB_.LNKB
Jun 27 20:26:25 gothmog kernel: found->	vendor=0x8086, dev=0x27ca, revid=0x01
Jun 27 20:26:25 gothmog kernel: bus=0, slot=29, func=2
Jun 27 20:26:25 gothmog kernel: class=0c-03-00, hdrtype=0x00, mfdev=0
Jun 27 20:26:25 gothmog kernel: cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
Jun 27 20:26:25 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Jun 27 20:26:25 gothmog kernel: intpin=c, irq=3
Jun 27 20:26:25 gothmog kernel: map[20]: type 4, range 32, base 00008800, size  5, enabled
Jun 27 20:26:25 gothmog kernel: pcib0: matched entry for 0.29.INTC (src \_SB_.LNKC:0)
Jun 27 20:26:25 gothmog kernel: pcib0: slot 29 INTC routed to irq 3 via \_SB_.LNKC
Jun 27 20:26:25 gothmog kernel: found->	vendor=0x8086, dev=0x27cb, revid=0x01
Jun 27 20:26:25 gothmog kernel: bus=0, slot=29, func=3
Jun 27 20:26:25 gothmog kernel: class=0c-03-00, hdrtype=0x00, mfdev=0
Jun 27 20:26:25 gothmog kernel: cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
Jun 27 20:26:25 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Jun 27 20:26:25 gothmog kernel: intpin=d, irq=10
Jun 27 20:26:25 gothmog kernel: map[20]: type 4, range 32, base 00009000, size  5, enabled
Jun 27 20:26:25 gothmog kernel: pcib0: matched entry for 0.29.INTD (src \_SB_.LNKD:0)
Jun 27 20:26:25 gothmog kernel: pcib0: slot 29 INTD routed to irq 10 via \_SB_.LNKD
Jun 27 20:26:25 gothmog kernel: found->	vendor=0x8086, dev=0x27cc, revid=0x01
Jun 27 20:26:25 gothmog kernel: bus=0, slot=29, func=7
Jun 27 20:26:25 gothmog kernel: class=0c-03-20, hdrtype=0x00, mfdev=0
Jun 27 20:26:25 gothmog kernel: cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords)
Jun 27 20:26:25 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Jun 27 20:26:25 gothmog kernel: intpin=a, irq=5
Jun 27 20:26:25 gothmog kernel: powerspec 2  supports D0 D3  current D0
Jun 27 20:26:25 gothmog kernel: map[10]: type 1, range 32, base e7dffc00, size 10, enabled
Jun 27 20:26:25 gothmog kernel: pcib0: matched entry for 0.29.INTA (src \_SB_.LNKE:0)
Jun 27 20:26:25 gothmog kernel: pcib0: slot 29 INTA routed to irq 5 via \_SB_.LNKE
Jun 27 20:26:25 gothmog kernel: found->	vendor=0x8086, dev=0x244e, revid=0xe1
Jun 27 20:26:25 gothmog kernel: bus=0, slot=30, func=0
Jun 27 20:26:25 gothmog kernel: class=06-04-01, hdrtype=0x01, mfdev=0
Jun 27 20:26:25 gothmog kernel: cmdreg=0x0107, statreg=0x0010, cachelnsz=0 (dwords)
Jun 27 20:26:25 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x06 (1500 ns), maxlat=0x00 (0 ns)
Jun 27 20:26:25 gothmog kernel: found->	vendor=0x8086, dev=0x27b8, revid=0x01
Jun 27 20:26:25 gothmog kernel: bus=0, slot=31, func=0
Jun 27 20:26:25 gothmog kernel: class=06-01-00, hdrtype=0x00, mfdev=1
Jun 27 20:26:25 gothmog kernel: cmdreg=0x0007, statreg=0x0210, cachelnsz=0 (dwords)
Jun 27 20:26:25 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Jun 27 20:26:25 gothmog kernel: found->	vendor=0x8086, dev=0x27df, revid=0x01
Jun 27 20:26:25 gothmog kernel: bus=0, slot=31, func=1
Jun 27 20:26:25 gothmog kernel: class=01-01-8a, hdrtype=0x00, mfdev=0
Jun 27 20:26:25 gothmog kernel: cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
Jun 27 20:26:25 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Jun 27 20:26:25 gothmog kernel: intpin=a, irq=255
Jun 27 20:26:25 gothmog kernel: map[20]: type 4, range 32, base 0000ffa0, size  4, enabled
Jun 27 20:26:25 gothmog kernel: found->	vendor=0x8086, dev=0x27c0, revid=0x01
Jun 27 20:26:25 gothmog kernel: bus=0, slot=31, func=2
Jun 27 20:26:25 gothmog kernel: class=01-01-8f, hdrtype=0x00, mfdev=0
Jun 27 20:26:25 gothmog kernel: cmdreg=0x0005, statreg=0x02b0, cachelnsz=0 (dwords)
Jun 27 20:26:25 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Jun 27 20:26:25 gothmog kernel: intpin=b, irq=5
Jun 27 20:26:25 gothmog kernel: powerspec 2  supports D0 D3  current D0
Jun 27 20:26:25 gothmog kernel: map[10]: type 4, range 32, base 0000a800, size  3, enabled
Jun 27 20:26:25 gothmog kernel: map[14]: type 4, range 32, base 0000a400, size  2, enabled
Jun 27 20:26:25 gothmog kernel: map[18]: type 4, range 32, base 0000a000, size  3, enabled
Jun 27 20:26:25 gothmog kernel: map[1c]: type 4, range 32, base 00009800, size  2, enabled
Jun 27 20:26:25 gothmog kernel: map[20]: type 4, range 32, base 00009400, size  4, enabled
Jun 27 20:26:25 gothmog kernel: pcib0: matched entry for 0.31.INTB (src \_SB_.LNKH:0)
Jun 27 20:26:25 gothmog kernel: pcib0: slot 31 INTB routed to irq 5 via \_SB_.LNKH
Jun 27 20:26:25 gothmog kernel: found->	vendor=0x8086, dev=0x27da, revid=0x01
Jun 27 20:26:25 gothmog kernel: bus=0, slot=31, func=3
Jun 27 20:26:25 gothmog kernel: class=0c-05-00, hdrtype=0x00, mfdev=0
Jun 27 20:26:25 gothmog kernel: cmdreg=0x0001, statreg=0x0280, cachelnsz=0 (dwords)
Jun 27 20:26:25 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Jun 27 20:26:25 gothmog kernel: intpin=b, irq=5
Jun 27 20:26:25 gothmog kernel: map[20]: type 4, range 32, base 00000400, size  5, enabled
Jun 27 20:26:25 gothmog kernel: pcib0: matched entry for 0.31.INTB (src \_SB_.LNKH:0)
Jun 27 20:26:25 gothmog kernel: pcib0: slot 31 INTB routed to irq 5 via \_SB_.LNKH
Jun 27 20:26:25 gothmog kernel: pcib1: <ACPI PCI-PCI bridge> irq 11 at device 1.0 on pci0
Jun 27 20:26:25 gothmog kernel: pcib1:   secondary bus     4
Jun 27 20:26:25 gothmog kernel: pcib1:   subordinate bus   4
Jun 27 20:26:25 gothmog kernel: pcib1:   I/O decode        0xe000-0xefff
Jun 27 20:26:25 gothmog kernel: pcib1:   memory decode     0xe7f00000-0xe7ffffff
Jun 27 20:26:25 gothmog kernel: pcib1:   prefetched decode 0xe8000000-0xefffffff
Jun 27 20:26:25 gothmog kernel: ACPI: Found matching pin for 4.0.INTA at func 0: 11
Jun 27 20:26:25 gothmog kernel: pci4: <ACPI PCI bus> on pcib1
Jun 27 20:26:25 gothmog kernel: pci4: physical bus=4
Jun 27 20:26:25 gothmog kernel: found->	vendor=0x1002, dev=0x5b60, revid=0x00
Jun 27 20:26:25 gothmog kernel: bus=4, slot=0, func=0
Jun 27 20:26:25 gothmog kernel: class=03-00-00, hdrtype=0x00, mfdev=1
Jun 27 20:26:25 gothmog kernel: cmdreg=0x0007, statreg=0x0010, cachelnsz=4 (dwords)
Jun 27 20:26:25 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Jun 27 20:26:25 gothmog kernel: intpin=a, irq=11
Jun 27 20:26:25 gothmog kernel: powerspec 2  supports D0 D1 D2 D3  current D0
Jun 27 20:26:25 gothmog kernel: MSI supports 1 message, 64 bit
Jun 27 20:26:25 gothmog kernel: map[10]: type 3, range 32, base e8000000, size 27, enabled
Jun 27 20:26:25 gothmog kernel: pcib1: (null) requested memory range 0xe8000000-0xefffffff: good
Jun 27 20:26:25 gothmog kernel: map[14]: type 4, range 32, base 0000e000, size  8, enabled
Jun 27 20:26:25 gothmog kernel: pcib1: (null) requested I/O range 0xe000-0xe0ff: in range
Jun 27 20:26:25 gothmog kernel: map[18]: type 1, range 32, base e7fe0000, size 16, enabled
Jun 27 20:26:25 gothmog kernel: pcib1: (null) requested memory range 0xe7fe0000-0xe7feffff: good
Jun 27 20:26:25 gothmog kernel: pcib1: matched entry for 4.0.INTA (src \_SB_.LNKA:0)
Jun 27 20:26:25 gothmog kernel: pcib1: slot 0 INTA routed to irq 11 via \_SB_.LNKA
Jun 27 20:26:25 gothmog kernel: found->	vendor=0x1002, dev=0x5b70, revid=0x00
Jun 27 20:26:25 gothmog kernel: bus=4, slot=0, func=1
Jun 27 20:26:25 gothmog kernel: class=03-80-00, hdrtype=0x00, mfdev=0
Jun 27 20:26:25 gothmog kernel: cmdreg=0x0007, statreg=0x0010, cachelnsz=4 (dwords)
Jun 27 20:26:25 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Jun 27 20:26:25 gothmog kernel: powerspec 2  supports D0 D1 D2 D3  current D0
Jun 27 20:26:25 gothmog kernel: map[10]: type 1, range 32, base e7ff0000, size 16, enabled
Jun 27 20:26:25 gothmog kernel: pcib1: (null) requested memory range 0xe7ff0000-0xe7ffffff: good
Jun 27 20:26:25 gothmog kernel: vgapci0: <VGA-compatible display> port 0xe000-0xe0ff mem 0xe8000000-0xefffffff,0xe7fe0000-0xe7feffff irq 11 at device 0.0 on pci4
Jun 27 20:26:25 gothmog kernel: vgapci1: <VGA-compatible display> mem 0xe7ff0000-0xe7ffffff at device 0.1 on pci4
Jun 27 20:26:25 gothmog kernel: pci0: <multimedia> at device 27.0 (no driver attached)
Jun 27 20:26:25 gothmog kernel: pcib2: <ACPI PCI-PCI bridge> irq 11 at device 28.0 on pci0
Jun 27 20:26:25 gothmog kernel: pcib2:   secondary bus     3
Jun 27 20:26:25 gothmog kernel: pcib2:   subordinate bus   3
Jun 27 20:26:25 gothmog kernel: pcib2:   I/O decode        0xd000-0xdfff
Jun 27 20:26:25 gothmog kernel: pcib2:   memory decode     0xfff00000-0xfffff
Jun 27 20:26:25 gothmog kernel: pcib2:   prefetched decode 0xfff00000-0xfffff
Jun 27 20:26:25 gothmog kernel: pci3: <ACPI PCI bus> on pcib2
Jun 27 20:26:25 gothmog kernel: pci3: physical bus=3
Jun 27 20:26:25 gothmog kernel: pcib3: <ACPI PCI-PCI bridge> irq 10 at device 28.3 on pci0
Jun 27 20:26:25 gothmog kernel: pcib3:   secondary bus     2
Jun 27 20:26:25 gothmog kernel: pcib3:   subordinate bus   2
Jun 27 20:26:25 gothmog kernel: pcib3:   I/O decode        0xc000-0xcfff
Jun 27 20:26:25 gothmog kernel: pcib3:   memory decode     0xe7e00000-0xe7efffff
Jun 27 20:26:25 gothmog kernel: pcib3:   prefetched decode 0xfff00000-0xfffff
Jun 27 20:26:25 gothmog kernel: ACPI: Found matching pin for 2.0.INTA at func 0: 10
Jun 27 20:26:25 gothmog kernel: pci2: <ACPI PCI bus> on pcib3
Jun 27 20:26:25 gothmog kernel: pci2: physical bus=2
Jun 27 20:26:25 gothmog kernel: found->	vendor=0x10ec, dev=0x8168, revid=0x01
Jun 27 20:26:25 gothmog kernel: bus=2, slot=0, func=0
Jun 27 20:26:25 gothmog kernel: class=02-00-00, hdrtype=0x00, mfdev=0
Jun 27 20:26:25 gothmog kernel: cmdreg=0x0007, statreg=0x0010, cachelnsz=4 (dwords)
Jun 27 20:26:25 gothmog kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Jun 27 20:26:25 gothmog kernel: intpin=a, irq=10
Jun 27 20:26:25 gothmog kernel: powerspec 2  supports D0 D1 D2 D3  current D0
Jun 27 20:26:25 gothmog kernel: MSI supports 2 messages, 64 bit
Jun 27 20:26:25 gothmog kernel: map[10]: type 4, range 32, base 0000c800, size  8, enabled
Jun 27 20:26:25 gothmog kernel: pcib3: (null) requested I/O range 0xc800-0xc8ff: in range
Jun 27 20:26:25 gothmog kernel: map[18]: type 1, range 64, base e7eff000, size 12, enabled
Jun 27 20:26:25 gothmog kernel: pcib3: (null) requested memory range 0xe7eff000-0xe7efffff: good
Jun 27 20:26:25 gothmog kernel: pcib3: matched entry for 2.0.INTA (src \_SB_.LNKD:0)
Jun 27 20:26:25 gothmog kernel: pcib3: slot 0 INTA routed to irq 10 via \_SB_.LNKD
Jun 27 20:26:25 gothmog kernel: re0: Reserved 0x100 bytes for rid 0x10 type 4 at 0xc800
Jun 27 20:26:25 gothmog kernel: pcib3: re0 requested I/O range 0xc800-0xc8ff: in range
Jun 27 20:26:25 gothmog kernel: re0: <Realtek 8168B/8111B Gigabit Ethernet> port 0xc800-0xc8ff mem 0xe7eff000-0xe7efffff irq 10 at device 0.0 on pci2
Jun 27 20:26:25 gothmog kernel: pcib3: re0 requested I/O range 0xc800-0xc8ff: in range
Jun 27 20:26:25 gothmog kernel: re0: eeprom autoload timed out
Jun 27 20:26:25 gothmog kernel: miibus0: <MII bus> on re0
Jun 27 20:26:25 gothmog kernel: rgephy0: <RTL8169S/8110S media interface> on miibus0
Jun 27 20:26:25 gothmog kernel: rgephy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto
Jun 27 20:26:25 gothmog kernel: re0: bpf attached
Jun 27 20:26:25 gothmog kernel: re0: Ethernet address: 00:15:f2:b9:84:61
Jun 27 20:26:25 gothmog kernel: re0: [MPSAFE]
Jun 27 20:26:25 gothmog kernel: uhci0: <UHCI (generic) USB controller> port 0x8000-0x801f irq 5 at device 29.0 on pci0
Jun 27 20:26:25 gothmog kernel: uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0x8000
Jun 27 20:26:25 gothmog kernel: uhci0: [GIANT-LOCKED]
Jun 27 20:26:25 gothmog kernel: usb0: <UHCI (generic) USB controller> on uhci0
Jun 27 20:26:25 gothmog kernel: usb0: USB revision 1.0
Jun 27 20:26:25 gothmog kernel: uhub0: <Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb0
Jun 27 20:26:25 gothmog kernel: uhub0: 2 ports with 2 removable, self powered
Jun 27 20:26:25 gothmog kernel: uhci1: <UHCI (generic) USB controller> port 0x8400-0x841f irq 5 at device 29.1 on pci0
Jun 27 20:26:25 gothmog kernel: uhci1: Reserved 0x20 bytes for rid 0x20 type 4 at 0x8400
Jun 27 20:26:25 gothmog kernel: uhci1: [GIANT-LOCKED]
Jun 27 20:26:25 gothmog kernel: usb1: <UHCI (generic) USB controller> on uhci1
Jun 27 20:26:25 gothmog kernel: usb1: USB revision 1.0
Jun 27 20:26:25 gothmog kernel: uhub1: <Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb1
Jun 27 20:26:25 gothmog kernel: uhub1: 2 ports with 2 removable, self powered
Jun 27 20:26:25 gothmog kernel: uhci2: <UHCI (generic) USB controller> port 0x8800-0x881f irq 3 at device 29.2 on pci0
Jun 27 20:26:25 gothmog kernel: uhci2: Reserved 0x20 bytes for rid 0x20 type 4 at 0x8800
Jun 27 20:26:25 gothmog kernel: uhci2: [GIANT-LOCKED]
Jun 27 20:26:25 gothmog kernel: usb2: <UHCI (generic) USB controller> on uhci2
Jun 27 20:26:25 gothmog kernel: usb2: USB revision 1.0
Jun 27 20:26:25 gothmog kernel: uhub2: <Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb2
Jun 27 20:26:25 gothmog kernel: uhub2: 2 ports with 2 removable, self powered
Jun 27 20:26:25 gothmog kernel: uhci3: <UHCI (generic) USB controller> port 0x9000-0x901f irq 10 at device 29.3 on pci0
Jun 27 20:26:25 gothmog kernel: uhci3: Reserved 0x20 bytes for rid 0x20 type 4 at 0x9000
Jun 27 20:26:25 gothmog kernel: uhci3: [GIANT-LOCKED]
Jun 27 20:26:25 gothmog kernel: usb3: <UHCI (generic) USB controller> on uhci3
Jun 27 20:26:25 gothmog kernel: usb3: USB revision 1.0
Jun 27 20:26:25 gothmog kernel: uhub3: <Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb3
Jun 27 20:26:25 gothmog kernel: uhub3: 2 ports with 2 removable, self powered
Jun 27 20:26:25 gothmog kernel: ehci0: <Intel 82801GB/R (ICH7) USB 2.0 controller> mem 0xe7dffc00-0xe7dfffff irq 5 at device 29.7 on pci0
Jun 27 20:26:25 gothmog kernel: ehci0: Reserved 0x400 bytes for rid 0x10 type 3 at 0xe7dffc00
Jun 27 20:26:25 gothmog kernel: ehci0: [GIANT-LOCKED]
Jun 27 20:26:25 gothmog kernel: usb4: EHCI version 1.0
Jun 27 20:26:25 gothmog kernel: usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3
Jun 27 20:26:25 gothmog kernel: usb4: <Intel 82801GB/R (ICH7) USB 2.0 controller> on ehci0
Jun 27 20:26:25 gothmog kernel: usb4: USB revision 2.0
Jun 27 20:26:25 gothmog kernel: uhub4: <Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1> on usb4
Jun 27 20:26:25 gothmog kernel: uhub4: 8 ports with 8 removable, self powered
Jun 27 20:26:25 gothmog kernel: pcib4: <ACPI PCI-PCI bridge> at device 30.0 on pci0
Jun 27 20:26:25 gothmog kernel: pcib4:   secondary bus     1
Jun 27 20:26:25 gothmog kernel: pcib4:   subordinate bus   1
Jun 27 20:26:25 gothmog kernel: pcib4:   I/O decode        0xb000-0xbfff
Jun 27 20:26:25 gothmog kernel: pcib4:   memory decode     0xfff00000-0xfffff
Jun 27 20:26:25 gothmog kernel: pcib4:   prefetched decode 0xfff00000-0xfffff
Jun 27 20:26:25 gothmog kernel: pcib4:   Subtractively decoded bridge.
Jun 27 20:26:25 gothmog kernel: pci1: <ACPI PCI bus> on pcib4
Jun 27 20:26:25 gothmog kernel: pci1: physical bus=1
Jun 27 20:26:25 gothmog kernel: isab0: <PCI-ISA bridge> at device 31.0 on pci0
Jun 27 20:26:25 gothmog kernel: isa0: <ISA bus> on isab0
Jun 27 20:26:25 gothmog kernel: atapci0: <Intel ICH7 UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 31.1 on pci0
Jun 27 20:26:25 gothmog kernel: atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xffa0
Jun 27 20:26:25 gothmog kernel: ata0: <ATA channel 0> on atapci0
Jun 27 20:26:25 gothmog kernel: atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0
Jun 27 20:26:25 gothmog kernel: atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6
Jun 27 20:26:25 gothmog kernel: ata0: reset tp1 mask=03 ostat0=50 ostat1=00
Jun 27 20:26:25 gothmog kernel: ata0: stat0=0x50 err=0x01 lsb=0x00 msb=0x00
Jun 27 20:26:25 gothmog kernel: ata0: stat1=0x00 err=0x01 lsb=0x00 msb=0x00
Jun 27 20:26:25 gothmog kernel: ata0: reset tp2 stat0=50 stat1=00 devices=0x1<ATA_MASTER>
Jun 27 20:26:25 gothmog kernel: ata0: [MPSAFE]
Jun 27 20:26:25 gothmog kernel: ata1: <ATA channel 1> on atapci0
Jun 27 20:26:25 gothmog kernel: atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170
Jun 27 20:26:25 gothmog kernel: atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376
Jun 27 20:26:25 gothmog kernel: ata1: reset tp1 mask=03 ostat0=7f ostat1=7f
Jun 27 20:26:25 gothmog kernel: ata1: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
Jun 27 20:26:25 gothmog last message repeated 11 times
Jun 27 20:26:25 gothmog kernel: ata1: stat1=0x7f err=0x7f lsb=0x7f msb=0x7f
Jun 27 20:26:25 gothmog kernel: ata1: reset tp2 stat0=ff stat1=ff devices=0x0
Jun 27 20:26:25 gothmog kernel: ata1: [MPSAFE]
Jun 27 20:26:25 gothmog kernel: atapci1: <Intel ICH7 SATA300 controller> port 0xa800-0xa807,0xa400-0xa403,0xa000-0xa007,0x9800-0x9803,0x9400-0x940f irq 5 at device 31.2 on pci0
Jun 27 20:26:25 gothmog kernel: atapci1: Reserved 0x10 bytes for rid 0x20 type 4 at 0x9400
Jun 27 20:26:25 gothmog kernel: atapci1: [MPSAFE]
Jun 27 20:26:25 gothmog kernel: atapci1: failed to enable memory mapping!
Jun 27 20:26:25 gothmog kernel: ata2: <ATA channel 0> on atapci1
Jun 27 20:26:25 gothmog kernel: atapci1: Reserved 0x8 bytes for rid 0x10 type 4 at 0xa800
Jun 27 20:26:25 gothmog kernel: atapci1: Reserved 0x4 bytes for rid 0x14 type 4 at 0xa400
Jun 27 20:26:25 gothmog kernel: ata2: reset tp1 mask=03 ostat0=50 ostat1=00
Jun 27 20:26:25 gothmog kernel: ata2: stat0=0x50 err=0x01 lsb=0x00 msb=0x00
Jun 27 20:26:25 gothmog kernel: ata2: stat1=0x00 err=0x01 lsb=0x00 msb=0x00
Jun 27 20:26:25 gothmog kernel: ata2: reset tp2 stat0=50 stat1=00 devices=0x1<ATA_MASTER>
Jun 27 20:26:25 gothmog kernel: ata2: [MPSAFE]
Jun 27 20:26:25 gothmog kernel: ata3: <ATA channel 1> on atapci1
Jun 27 20:26:25 gothmog kernel: atapci1: Reserved 0x8 bytes for rid 0x18 type 4 at 0xa000
Jun 27 20:26:25 gothmog kernel: atapci1: Reserved 0x4 bytes for rid 0x1c type 4 at 0x9800
Jun 27 20:26:25 gothmog kernel: ata3: reset tp1 mask=03 ostat0=7f ostat1=7f
Jun 27 20:26:25 gothmog kernel: ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff
Jun 27 20:26:25 gothmog last message repeated 21 times
Jun 27 20:26:25 gothmog kernel: ata3: stat1=0x7f err=0xff lsb=0xff msb=0xff
Jun 27 20:26:25 gothmog kernel: ata3: reset tp2 stat0=ff stat1=ff devices=0x0
Jun 27 20:26:25 gothmog kernel: ata3: [MPSAFE]
Jun 27 20:26:25 gothmog kernel: pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
Jun 27 20:26:25 gothmog kernel: acpi_button0: <Power Button> on acpi0
Jun 27 20:26:25 gothmog kernel: fdc0: <floppy drive controller (FDE)> port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0
Jun 27 20:26:25 gothmog kernel: fdc0: ic_type 90 part_id 80
Jun 27 20:26:25 gothmog kernel: fdc0: [MPSAFE]
Jun 27 20:26:25 gothmog kernel: fdc0: [FAST]
Jun 27 20:26:25 gothmog kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0
Jun 27 20:26:25 gothmog kernel: atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
Jun 27 20:26:25 gothmog kernel: atkbd0: <AT Keyboard> irq 1 on atkbdc0
Jun 27 20:26:25 gothmog kernel: atkbd: the current kbd controller command byte 0065
Jun 27 20:26:25 gothmog kernel: atkbd: keyboard ID 0x41ab (2)
Jun 27 20:26:25 gothmog kernel: kbd0 at atkbd0
Jun 27 20:26:25 gothmog kernel: kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000
Jun 27 20:26:25 gothmog kernel: atkbd0: [GIANT-LOCKED]
Jun 27 20:26:25 gothmog kernel: psm0: unable to allocate IRQ
Jun 27 20:26:25 gothmog kernel: sio0: configured irq 4 not in bitmap of probed irqs 0
Jun 27 20:26:25 gothmog kernel: sio0: port may not be enabled
Jun 27 20:26:25 gothmog kernel: sio0: irq maps: 0 0 0 0
Jun 27 20:26:25 gothmog kernel: sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
Jun 27 20:26:25 gothmog kernel: sio0: type 16550A
Jun 27 20:26:25 gothmog kernel: sio0: [FAST]
Jun 27 20:26:25 gothmog kernel: ata: ata0 already exists; skipping it
Jun 27 20:26:25 gothmog kernel: ata: ata1 already exists; skipping it
Jun 27 20:26:25 gothmog kernel: atkbdc: atkbdc0 already exists; skipping it
Jun 27 20:26:25 gothmog kernel: fdc: fdc0 already exists; skipping it
Jun 27 20:26:25 gothmog kernel: sio: sio0 already exists; skipping it
Jun 27 20:26:25 gothmog kernel: pnp_identify: Trying Read_Port at 203
Jun 27 20:26:25 gothmog kernel: pnp_identify: Trying Read_Port at 243
Jun 27 20:26:25 gothmog kernel: pnp_identify: Trying Read_Port at 283
Jun 27 20:26:25 gothmog kernel: pnp_identify: Trying Read_Port at 2c3
Jun 27 20:26:25 gothmog kernel: pnp_identify: Trying Read_Port at 303
Jun 27 20:26:25 gothmog kernel: pnp_identify: Trying Read_Port at 343
Jun 27 20:26:25 gothmog kernel: pnp_identify: Trying Read_Port at 383
Jun 27 20:26:25 gothmog kernel: pnp_identify: Trying Read_Port at 3c3
Jun 27 20:26:25 gothmog kernel: PNP Identify complete
Jun 27 20:26:25 gothmog kernel: sc: sc0 already exists; skipping it
Jun 27 20:26:25 gothmog kernel: vga: vga0 already exists; skipping it
Jun 27 20:26:25 gothmog kernel: isa_probe_children: disabling PnP devices
Jun 27 20:26:25 gothmog kernel: isa_probe_children: probing non-PnP devices
Jun 27 20:26:25 gothmog kernel: orm0: <ISA Option ROM> at iomem 0xc0000-0xccfff pnpid ORM0000 on isa0
Jun 27 20:26:25 gothmog kernel: adv0: not probed (disabled)
Jun 27 20:26:25 gothmog kernel: aha0: not probed (disabled)
Jun 27 20:26:25 gothmog kernel: aic0: not probed (disabled)
Jun 27 20:26:25 gothmog kernel: bt0: not probed (disabled)
Jun 27 20:26:25 gothmog kernel: cs0: not probed (disabled)
Jun 27 20:26:25 gothmog kernel: ed0: not probed (disabled)
Jun 27 20:26:25 gothmog kernel: fe0: not probed (disabled)
Jun 27 20:26:25 gothmog kernel: ie0: not probed (disabled)
Jun 27 20:26:25 gothmog kernel: le0: not probed (disabled)
Jun 27 20:26:25 gothmog kernel: ppc0 failed to probe at irq 7 on isa0
Jun 27 20:26:25 gothmog kernel: sc0: <System console> at flags 0x100 on isa0
Jun 27 20:26:25 gothmog kernel: sc0: VGA <12 virtual consoles, flags=0x300>
Jun 27 20:26:25 gothmog kernel: sc0: fb0, kbd1, terminal emulator: sc (syscons terminal)
Jun 27 20:26:25 gothmog kernel: sio1: configured irq 3 not in bitmap of probed irqs 0
Jun 27 20:26:25 gothmog kernel: sio1: port may not be enabled
Jun 27 20:26:25 gothmog kernel: sio1: irq maps: 0 0 0 0
Jun 27 20:26:25 gothmog kernel: sio1: probe failed test(s): 0 1 2 4 6 7 9
Jun 27 20:26:25 gothmog kernel: sio1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0
Jun 27 20:26:25 gothmog kernel: sio2: not probed (disabled)
Jun 27 20:26:25 gothmog kernel: sio3: not probed (disabled)
Jun 27 20:26:25 gothmog kernel: sn0: not probed (disabled)
Jun 27 20:26:25 gothmog kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Jun 27 20:26:25 gothmog kernel: vt0: not probed (disabled)
Jun 27 20:26:25 gothmog kernel: isa_probe_children: probing PnP devices
Jun 27 20:26:25 gothmog kernel: ums0: <Genius NetScroll + Mini Traveler, class 0/0, rev 1.10/1.10, addr 2> on uhub3
Jun 27 20:26:25 gothmog kernel: ums0: 3 buttons and Z dir.
Jun 27 20:26:25 gothmog kernel: Device configuration finished.
Jun 27 20:26:25 gothmog kernel: procfs registered
Jun 27 20:26:25 gothmog kernel: Timecounter "TSC" frequency 3010667970 Hz quality 800
Jun 27 20:26:25 gothmog kernel: Timecounters tick every 5.000 msec
Jun 27 20:26:25 gothmog kernel: pflog0: bpf attached
Jun 27 20:26:25 gothmog kernel: lo0: bpf attached
Jun 27 20:26:25 gothmog kernel: seq_eventthread started
Jun 27 20:26:25 gothmog kernel: ata0-master: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=80 wire
Jun 27 20:26:25 gothmog kernel: ad0: setting PIO4 on ICH7 chip
Jun 27 20:26:25 gothmog kernel: ad0: DMA limited to UDMA33, controller found non-ATA66 cable
Jun 27 20:26:25 gothmog kernel: ad0: setting UDMA33 on ICH7 chip
Jun 27 20:26:25 gothmog kernel: ad0: 190782MB <WDC WD2000JB-98GVA0 08.02D08> at ata0-master UDMA33
Jun 27 20:26:25 gothmog kernel: ad0: 390721968 sectors [387621C/16H/63S] 16 sectors/interrupt 1 depth queue
Jun 27 20:26:25 gothmog kernel: ata2-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire
Jun 27 20:26:25 gothmog kernel: ad4: 238475MB <WDC WD2500JS-55NCB1 10.02E01> at ata2-master SATA150
Jun 27 20:26:25 gothmog kernel: ad4: 488397168 sectors [484521C/16H/63S] 16 sectors/interrupt 1 depth queue
Jun 27 20:26:25 gothmog kernel: GEOM: new disk ad0
Jun 27 20:26:25 gothmog kernel: GEOM: new disk ad4
Jun 27 20:26:25 gothmog kernel: Trying to mount root from ufs:/dev/ad0s1a
Jun 27 20:26:25 gothmog kernel: start_init: trying /sbin/init
-------------- next part --------------
--- dmesg.txt	Wed Jun 28 11:55:42 2006
+++ dmesg.nodriver.txt	Wed Jun 28 11:55:34 2006
@@ -1,16 +1,16 @@
 Copyright (c) 1992-2006 The FreeBSD Project.
 Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
 The Regents of the University of California. All rights reserved.
-FreeBSD 7.0-CURRENT #1: Tue Jun 27 20:20:25 EEST 2006
+FreeBSD 7.0-CURRENT #0: Tue Jun 27 19:49:08 EEST 2006
 build at gothmog.pc:/home/build/obj/home/build/src/sys/GOTHMOG
 WARNING: WITNESS option enabled, expect reduced performance.
 Using 64 colors for the VM-PQ tuning (2048, 8)
 Preloaded elf kernel "/boot/kernel/kernel" at 0xc08ef000.
 Preloaded elf module "/boot/kernel/acpi.ko" at 0xc08ef180.
-Calibrating clock(s) ... i8254 clock: 1193208 Hz
+Calibrating clock(s) ... i8254 clock: 1193211 Hz
 CLK_USE_I8254_CALIBRATION not specified - using default frequency
 Timecounter "i8254" frequency 1193182 Hz quality 0
-Calibrating TSC clock ... TSC clock: 3010667970 Hz
+Calibrating TSC clock ... TSC clock: 3010669230 Hz
 CPU: Intel(R) Pentium(R) 4 CPU 3.00GHz (3010.67-MHz 686-class CPU)
 Origin = "GenuineIntel"  Id = 0xf62  Stepping = 2
 Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
@@ -50,7 +50,7 @@
 00 01 6a 00 02 01 04 01 82 01 0d 01 0e 01 0f 01 
 20 01 92 01 93 01 94 01 95 01 96 01 a2 01 a3 01 
 VESA: 53 mode(s) found
-VESA: v2.0, 16384k memory, flags:0x1, mode table:0xc07e6242 (1000022)
+VESA: v2.0, 16384k memory, flags:0x1, mode table:0xc07e6002 (1000022)
 VESA: ATI RV370
 VESA: ATI Technologies Inc. V380 01.00
 kbd: new array size 4
@@ -407,16 +407,7 @@
 pcib3: matched entry for 2.0.INTA (src \_SB_.LNKD:0)
 pcib3: slot 0 INTA routed to irq 10 via \_SB_.LNKD
 re0: Reserved 0x100 bytes for rid 0x10 type 4 at 0xc800
-pcib3: re0 requested I/O range 0xc800-0xc8ff: in range
-re0: <Realtek 8168B/8111B Gigabit Ethernet> port 0xc800-0xc8ff mem 0xe7eff000-0xe7efffff irq 10 at device 0.0 on pci2
-pcib3: re0 requested I/O range 0xc800-0xc8ff: in range
-re0: eeprom autoload timed out
-miibus0: <MII bus> on re0
-rgephy0: <RTL8169S/8110S media interface> on miibus0
-rgephy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto
-re0: bpf attached
-re0: Ethernet address: 00:15:f2:b9:84:61
-re0: [MPSAFE]
+pci2: <network, ethernet> at device 0.0 (no driver attached)
 uhci0: <UHCI (generic) USB controller> port 0x8000-0x801f irq 5 at device 29.0 on pci0
 uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0x8000
 uhci0: [GIANT-LOCKED]
@@ -573,7 +564,7 @@
 ums0: 3 buttons and Z dir.
 Device configuration finished.
 procfs registered
-Timecounter "TSC" frequency 3010667970 Hz quality 800
+Timecounter "TSC" frequency 3010669230 Hz quality 800
 Timecounters tick every 5.000 msec
 pflog0: bpf attached
 lo0: bpf attached


More information about the cvs-src mailing list