Call for e1000phy(4) testers.

Tai-hwa Liang avatar at mmlab.cse.yzu.edu.tw
Thu Nov 30 23:46:41 PST 2006


On Tue, 28 Nov 2006, Pyun YongHyeon wrote:
> Hi,
>
> I had been writing msk(4) for FreeBSD and realized that e1000phy(4)
> is buggy on newer Marvell PHYs. For example, manual media selection
> didn't work at all and I had to stick to autoselection of the media
> type. The Marvell PHYs are widely used on various NICs including
> em(4), stge(4), sk(4), msk(4) and nfe(4). Except em(4) which does
> not support MII layers, correct operation of e1000phy(4) is very
> important to get a good link with link partner and to report link
> state changes to upper layers(e.g. dhclinet(8)).

   Thank you for working on this.

> With this patch you should be able to set a media type without
> relying on autoselection and it should supports automatic crossover
> for all known Marvell PHYs. I've tried hard not to break existing
> behaviour(e.g. Fiber transceivers) but I can't verify that as I
> don't have any NICs that have Marvell Fiber transceivers. The patch
> is somewhat ugly in that it should read a PHY ID register in several
> palces. It seems that there is no easy way to avoid the reading until
> we have PHY model/revision numbers in mii softc.
>
> If you are one of users that use stge(4), sk(4), msk(4) and nfe(4)
> please test and report any strange things not observed on stock
> version.
> 
> Note for nfe(4) users:
> It seems that nfe(4) has bugs that it can't send packets on
> half-duplex media(I've got "tx v1 error 0x6004"). I guess this comes
> from mismatches between PHY and MAC. So you may have to set
> full-duplex on nfe(4) until we have a fix for the issue.
>
> You can get the latest e1000phy(4) driver from the following URL.
> http://people.freebsd.org/~yongari/msk/e1000phy.c
> http://people.freebsd.org/~yongari/msk/e1000phyreg.h
> http://people.freebsd.org/~yongari/msk/miidevs
>
> OR get a jumbo patch for CURRENT.
> http://people.freebsd.org/~yongari/msk/e1000phy.patch

   I have tried your e1000phy patch as well as msk.diff.HEAD on an Acer
Aspire 5583 WXMi laptop:

mskc0 at pci2:0:0:	class=0x020000 card=0x01101025 chip=0x435211ab rev=0x14 hdr=0x00
     vendor   = 'Marvell Semiconductor (Was: Galileo Technology Ltd)'
     class    = network
     subclass = ethernet

   It seems that device_attach always returns 6 regardless hw.pci.enable_msi[x]
is 1 or 0:

mskc0: <Marvell Yukon 88E8038 Gigabit Ethernet> irq 10 at device 0.0 on pci2
mskc0: MSI count : 2
pcib2: mskc0 requested unsupported memory range 0-0xffffffff (decoding 0-0, 0-0)
mskc0: 0x4000 bytes of rid 0x10 res 3 failed (0, 0xffffffff).
mskc0: Lazy allocation of 0x4 bytes rid 0x14 type 4 at 0x1000
mskc0: unknown device: id=0xff, rev=0x0f
device_attach: mskc0 attach returned 6

-- 
Cheers,
Tai-hwa Liang
-------------- next part --------------
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 is a registered trademark of The FreeBSD Foundation.
FreeBSD 7.0-CURRENT #19: Fri Dec  1 11:51:08 CST 2006
    avatar at home:/home/avatar/sys/i386/compile/test
WARNING: WITNESS option enabled, expect reduced performance.
Using 64 colors for the VM-PQ tuning (2048, 8)
Preloaded elf kernel "/boot/kernel/kernel" at 0xc07d1000.
Calibrating clock(s) ... i8254 clock: 1193177 Hz
Timecounter "i8254" frequency 1193177 Hz quality 0
Calibrating TSC clock ... TSC clock: 1666788110 Hz
CPU: Intel(R) Core(TM)2 CPU         T5500  @ 1.66GHz (1666.79-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x6f6  Stepping = 6
  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>
  Features2=0xe39d<SSE3,RSVD2,MON,DS_CPL,EST,TM2,<b9>,CX16,XTPR,<b15>>
  AMD Features=0x20100000<NX,LM>
  AMD Features2=0x1<LAHF>
  Cores per package: 2

Instruction TLB: 4 KB Pages, 4-way set associative, 128 entries
2nd-level cache: 2-MB, 8-way set associative, 64-byte line size
1st-level instruction cache: 32 KB, 8-way set associative, 64 byte line size
1st-level data cache: 32 KB, 8-way set associative, 64 byte line size
L2 cache: 2048 kbytes, 8-way associative, 64 bytes/line
real memory  = 1072234496 (1022 MB)
Physical memory chunk(s):
0x0000000000001000 - 0x000000000009dfff, 643072 bytes (157 pages)
0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages)
0x0000000000825000 - 0x000000003ec53fff, 1044574208 bytes (255023 pages)
avail memory = 1044332544 (995 MB)
bios32: Found BIOS32 Service Directory header at 0xc00f6620
bios32: Entry = 0xfd460 (c00fd460)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xfd460+0x262
pnpbios: Found PnP BIOS data at 0xc00f66c0
pnpbios: Entry = f0000:acd3  Rev = 1.0
Other BIOS signatures found:
random: <entropy source, Software, Yarrow>
io: <I/O>
mem: <memory>
Pentium Pro MTRR support enabled
null: <null device, zero device>
acpi0: <ACRSYS ACRPRDCT> on motherboard
acpi0: [MPSAFE]
pci_open(1):	mode 1 addr port (0x0cf8) is 0x8000f920
pci_open(1a):	mode1res=0x80000000 (0x80000000)
pci_cfgcheck:	device 0 [class=060000] [hdr=00] is there (id=27a08086)
pcibios: BIOS version 2.10
acpi_bus_number: root bus has no _BBN, assuming 0
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
AcpiOsDerivePciId: bus 0 dev 0 func 0
acpi_bus_number: root bus has no _BBN, assuming 0
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
AcpiOsDerivePciId: bus 0 dev 28 func 3
acpi_bus_number: root bus has no _BBN, assuming 0
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
AcpiOsDerivePciId: bus 0 dev 31 func 0
acpi0: Power Button (fixed)
acpi0: wakeup code va 0xd7668000 pa 0x9d000
atpic: Programming IRQ9 as level/low
unknown: I/O range not supported
acpi_hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff irq 0,8 on acpi0
acpi_hpet0: vend: 0x8086 rev: 0x1 num: 1 hz: 14318180 opts: leg_route count_size
Timecounter "HPET" frequency 14318180 Hz quality 2000
ACPI timer: 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 -> 10
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0
acpi_ec0: <Embedded Controller: GPE 0x17> port 0x62,0x66 on acpi0
pci_link0:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   11   N     0  1 3 4 5 6 7 10 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 10 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 10 12 14 15
pci_link1:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   11   N     0  1 3 4 5 6 7 11 12 14 15
  Validation          0   11   N     0  1 3 4 5 6 7 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 11 12 14 15
pci_link2:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   10   N     0  1 3 4 5 6 7 10 12 14 15
  Validation          0   10   N     0  1 3 4 5 6 7 10 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 10 12 14 15
pci_link3:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   10   N     0  1 3 4 5 6 7 11 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 11 12 14 15
pci_link4:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   10   N     0  1 3 4 5 6 7 10 12 14 15
  Validation          0   10   N     0  1 3 4 5 6 7 10 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 10 12 14 15
pci_link5:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   11   N     0  1 3 4 5 6 7 11 12 14 15
  Validation          0   11   N     0  1 3 4 5 6 7 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 11 12 14 15
pci_link6:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   10   N     0  1 3 4 5 6 7 10 12 14 15
  Validation          0   10   N     0  1 3 4 5 6 7 10 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 10 12 14 15
pci_link7:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   11   N     0  1 3 4 5 6 7 11 12 14 15
  Validation          0   11   N     0  1 3 4 5 6 7 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 11 12 14 15
cpu0: <ACPI CPU> on acpi0
acpi_throttle0: <ACPI CPU Throttling> on cpu0
acpi_throttle0: P_CNT from P_BLK 0x1010
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
ACPI: Found matching pin for 0.1.INTA at func 0: 11
pci_link0: BIOS IRQ 11 for 0.1.INTA is invalid
ACPI: Found matching pin for 0.27.INTA at func 0: 10
ACPI: Found matching pin for 0.28.INTA at func 0: 11
ACPI: Found matching pin for 0.28.INTB at func 1: 11
pci_link0: BIOS IRQ 11 for 0.28.INTB is invalid
ACPI: Found matching pin for 0.28.INTC at func 2: 10
ACPI: Found matching pin for 0.28.INTD at func 3: 10
pci_link3: BIOS IRQ 10 for 0.28.INTD is invalid
ACPI: Found matching pin for 0.29.INTA at func 0: 11
ACPI: Found matching pin for 0.29.INTB at func 1: 10
pci_link3: BIOS IRQ 10 for 0.29.INTB is invalid
ACPI: Found matching pin for 0.29.INTC at func 2: 10
ACPI: Found matching pin for 0.29.INTD at func 3: 11
pci_link0: BIOS IRQ 11 for 0.29.INTD is invalid
ACPI: Found matching pin for 0.31.INTA at func 1: 255
ACPI: Found matching pin for 0.31.INTB at func 3: 10
pci_link3: BIOS IRQ 10 for 0.31.INTB is invalid
pci0: <ACPI PCI bus> on pcib0
pci0: physical bus=0
found->	vendor=0x8086, dev=0x27a0, revid=0x03
	bus=0, slot=0, func=0
	class=06-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0006, statreg=0x2090, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x27a1, revid=0x03
	bus=0, slot=1, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x18 (6000 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message
pcib0: matched entry for 0.1.INTA (src \\_SB_.PCI0.LPCB.LNKA:0)
pci_link0: Picked IRQ 10 with weight 0
pcib0: slot 1 INTA routed to irq 10 via \\_SB_.PCI0.LPCB.LNKA
found->	vendor=0x8086, dev=0x27d8, revid=0x02
	bus=0, slot=27, func=0
	class=04-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	map[10]: type 1, range 64, base 0xd2500000, size 14, enabled
pcib0: matched entry for 0.27.INTA (src \\_SB_.PCI0.LPCB.LNKG:0)
pcib0: slot 27 INTA routed to irq 10 via \\_SB_.PCI0.LPCB.LNKG
found->	vendor=0x8086, dev=0x27d0, revid=0x02
	bus=0, slot=28, func=0
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message
pcib0: matched entry for 0.28.INTA (src \\_SB_.PCI0.LPCB.LNKB:0)
pcib0: slot 28 INTA routed to irq 11 via \\_SB_.PCI0.LPCB.LNKB
found->	vendor=0x8086, dev=0x27d2, revid=0x02
	bus=0, slot=28, func=1
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=11
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message
pcib0: matched entry for 0.28.INTB (src \\_SB_.PCI0.LPCB.LNKA:0)
pcib0: slot 28 INTB routed to irq 10 via \\_SB_.PCI0.LPCB.LNKA
found->	vendor=0x8086, dev=0x27d4, revid=0x02
	bus=0, slot=28, func=2
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=10
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message
pcib0: matched entry for 0.28.INTC (src \\_SB_.PCI0.LPCB.LNKC:0)
pcib0: slot 28 INTC routed to irq 10 via \\_SB_.PCI0.LPCB.LNKC
found->	vendor=0x8086, dev=0x27d6, revid=0x02
	bus=0, slot=28, func=3
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
	intpin=d, irq=10
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message
pcib0: matched entry for 0.28.INTD (src \\_SB_.PCI0.LPCB.LNKD:0)
pci_link3: Picked IRQ 9 with weight 0
pcib0: slot 28 INTD routed to irq 9 via \\_SB_.PCI0.LPCB.LNKD
found->	vendor=0x8086, dev=0x27c8, revid=0x02
	bus=0, slot=29, func=0
	class=0c-03-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	map[20]: type 4, range 32, base 0x1800, size  5, enabled
pcib0: matched entry for 0.29.INTA (src \\_SB_.PCI0.LPCB.LNKH:0)
pcib0: slot 29 INTA routed to irq 11 via \\_SB_.PCI0.LPCB.LNKH
found->	vendor=0x8086, dev=0x27c9, revid=0x02
	bus=0, slot=29, func=1
	class=0c-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=10
	map[20]: type 4, range 32, base 0x1820, size  5, enabled
pcib0: matched entry for 0.29.INTB (src \\_SB_.PCI0.LPCB.LNKD:0)
pcib0: slot 29 INTB routed to irq 9 via \\_SB_.PCI0.LPCB.LNKD
found->	vendor=0x8086, dev=0x27ca, revid=0x02
	bus=0, slot=29, func=2
	class=0c-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=10
	map[20]: type 4, range 32, base 0x1840, size  5, enabled
pcib0: matched entry for 0.29.INTC (src \\_SB_.PCI0.LPCB.LNKC:0)
pcib0: slot 29 INTC routed to irq 10 via \\_SB_.PCI0.LPCB.LNKC
found->	vendor=0x8086, dev=0x27cb, revid=0x02
	bus=0, slot=29, func=3
	class=0c-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=d, irq=11
	map[20]: type 4, range 32, base 0x1860, size  5, enabled
pcib0: matched entry for 0.29.INTD (src \\_SB_.PCI0.LPCB.LNKA:0)
pcib0: slot 29 INTD routed to irq 10 via \\_SB_.PCI0.LPCB.LNKA
found->	vendor=0x8086, dev=0x27cc, revid=0x02
	bus=0, slot=29, func=7
	class=0c-03-20, hdrtype=0x00, mfdev=0
	cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D3  current D0
	map[10]: type 1, range 32, base 0xd2504000, size 10, enabled
pcib0: matched entry for 0.29.INTA (src \\_SB_.PCI0.LPCB.LNKH:0)
pcib0: slot 29 INTA routed to irq 11 via \\_SB_.PCI0.LPCB.LNKH
found->	vendor=0x8086, dev=0x2448, revid=0xe2
	bus=0, slot=30, func=0
	class=06-04-01, hdrtype=0x01, mfdev=0
	cmdreg=0x0004, statreg=0x0010, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x27b9, revid=0x02
	bus=0, slot=31, func=0
	class=06-01-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0007, statreg=0x0210, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x27df, revid=0x02
	bus=0, slot=31, func=1
	class=01-01-8a, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	map[20]: type 4, range 32, base 0x1880, size  4, enabled
found->	vendor=0x8086, dev=0x27da, revid=0x02
	bus=0, slot=31, func=3
	class=0c-05-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0001, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=10
	map[20]: type 4, range 32, base 0x18e0, size  5, enabled
pcib0: matched entry for 0.31.INTB (src \\_SB_.PCI0.LPCB.LNKD:0)
pcib0: slot 31 INTB routed to irq 9 via \\_SB_.PCI0.LPCB.LNKD
pcib1: <ACPI PCI-PCI bridge> irq 10 at device 1.0 on pci0
pcib1:   secondary bus     1
pcib1:   subordinate bus   1
pcib1:   I/O decode        0xf000-0xfff
pcib1:   memory decode     0xd0000000-0xd1ffffff
pcib1:   prefetched decode 0xc0000000-0xcfffffff
ACPI: Found matching pin for 1.0.INTA at func 0: 11
pci_link0: BIOS IRQ 11 for 1.0.INTA is invalid
pci1: <ACPI PCI bus> on pcib1
pci1: physical bus=1
found->	vendor=0x10de, dev=0x01d7, revid=0xa1
	bus=1, slot=0, func=0
	class=03-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	map[10]: type 1, range 32, base 0xd1000000, size 24, enabled
pcib1: requested memory range 0xd1000000-0xd1ffffff: good
	map[14]: type 3, range 64, base 0xc0000000, size 28, enabled
pcib1: requested memory range 0xc0000000-0xcfffffff: good
	map[1c]: type 1, range 64, base 0xd0000000, size 24, enabled
pcib1: requested memory range 0xd0000000-0xd0ffffff: good
pcib1: matched entry for 1.0.INTA (src \\_SB_.PCI0.LPCB.LNKA:0)
pcib1: slot 0 INTA routed to irq 10 via \\_SB_.PCI0.LPCB.LNKA
vgapci0: <VGA-compatible display> mem 0xd1000000-0xd1ffffff,0xc0000000-0xcfffffff,0xd0000000-0xd0ffffff irq 10 at device 0.0 on pci1
pci0: <multimedia> at device 27.0 (no driver attached)
pcib2: <ACPI PCI-PCI bridge> irq 11 at device 28.0 on pci0
pcib2:   secondary bus     2
pcib2:   subordinate bus   2
pcib2:   I/O decode        0x0-0x0
pcib2:   no prefetched decode
ACPI: Found matching pin for 2.0.INTA at func 0: 11
pci_link0: BIOS IRQ 11 for 2.0.INTA is invalid
pci2: <ACPI PCI bus> on pcib2
pci2: physical bus=2
found->	vendor=0x11ab, dev=0x4352, revid=0x14
	bus=2, slot=0, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0000, statreg=0x4010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D1 D2 D3  current D0
	VPD Ident: Marvell Yukon 88E8038 Fast Ethernet Controller
	PN: Yukon 88E8038
	EC: Rev. 1.4
	MN: Marvell
	SN: AbCdEfG85BCA0
	CP: id 1, BAR16, off 0x3cc
	RV: 0x7d
	MSI supports 2 messages, 64 bit
	map[10]: type 1, range 64, base 0, size 14, memory disabled
	map[18]: type 4, range 32, base 0, size  8, port disabled
pcib2: matched entry for 2.0.INTA (src \\_SB_.PCI0.LPCB.LNKA:0)
pcib2: slot 0 INTA routed to irq 10 via \\_SB_.PCI0.LPCB.LNKA
pci2: <network, ethernet> at device 0.0 (no driver attached)
pcib3: <ACPI PCI-PCI bridge> irq 10 at device 28.1 on pci0
pcib3:   secondary bus     3
pcib3:   subordinate bus   3
pcib3:   I/O decode        0x0-0x0
pcib3:   no prefetched decode
ACPI: Found matching pin for 3.0.INTA at func 0: 11
pci3: <ACPI PCI bus> on pcib3
pci3: physical bus=3
found->	vendor=0x8086, dev=0x4222, revid=0x02
	bus=3, slot=0, func=0
	class=02-80-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	map[10]: type 1, range 32, base 0, size 12, memory disabled
pcib3: matched entry for 3.0.INTA (src \\_SB_.PCI0.LPCB.LNKB:0)
pcib3: slot 0 INTA routed to irq 11 via \\_SB_.PCI0.LPCB.LNKB
pci3: <network> at device 0.0 (no driver attached)
pcib4: <ACPI PCI-PCI bridge> irq 10 at device 28.2 on pci0
pcib4:   secondary bus     4
pcib4:   subordinate bus   4
pcib4:   I/O decode        0x0-0x0
pcib4:   no prefetched decode
pci4: <ACPI PCI bus> on pcib4
pci4: physical bus=4
pcib5: <ACPI PCI-PCI bridge> irq 9 at device 28.3 on pci0
pcib5:   secondary bus     5
pcib5:   subordinate bus   7
pcib5:   I/O decode        0x0-0x0
pcib5:   no prefetched decode
pcib5: could not get PCI interrupt routing table for \\_SB_.PCI0.RP04 - AE_NOT_FOUND
pci5: <ACPI PCI bus> on pcib5
pci5: physical bus=5
pci0: <serial bus, USB> at device 29.0 (no driver attached)
pci0: <serial bus, USB> at device 29.1 (no driver attached)
pci0: <serial bus, USB> at device 29.2 (no driver attached)
pci0: <serial bus, USB> at device 29.3 (no driver attached)
pci0: <serial bus, USB> at device 29.7 (no driver attached)
pcib6: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pcib6:   secondary bus     10
pcib6:   subordinate bus   11
pcib6:   I/O decode        0x0-0x0
pcib6:   no prefetched decode
pcib6:   Subtractively decoded bridge.
pci10: <ACPI PCI bus> on pcib6
pci10: physical bus=10
found->	vendor=0x104c, dev=0x8039, revid=0x00
	bus=10, slot=9, func=0
	class=06-07-00, hdrtype=0x02, mfdev=1
	cmdreg=0x0000, statreg=0x0210, cachelnsz=16 (dwords)
	lattimer=0x31 (1470 ns), mingnt=0x44 (17000 ns), maxlat=0x03 (750 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base 0xd2204000, size 12, memory disabled
pcib6: requested memory range 0xd2204000-0xd2204fff: good
pcib6: no PRT entry for 10.9.INTA
found->	vendor=0x104c, dev=0x803b, revid=0x00
	bus=10, slot=9, func=2
	class=01-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0210, cachelnsz=16 (dwords)
	lattimer=0x39 (1710 ns), mingnt=0x07 (1750 ns), maxlat=0x04 (1000 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base 0xd2205000, size 12, enabled
pcib6: requested memory range 0xd2205000-0xd2205fff: good
pcib6: no PRT entry for 10.9.INTA
cbb0: <PCI-CardBus Bridge> mem 0xd2204000-0xd2204fff irq 10 at device 9.0 on pci10
cbb0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xd2204000
cardbus0: <CardBus bus> on cbb0
pccard0: <16-bit PCCard bus> on cbb0
cbb0: [MPSAFE]
cbb0: PCI Configuration space:
  0x00: 0x8039104c 0x02100007 0x06070000 0x00823110 
  0x10: 0xd2204000 0x020000a0 0x200b0b0a 0xfffff000 
  0x20: 0x00000000 0xfffff000 0x00000000 0xfffffffc 
  0x30: 0x00000000 0xfffffffc 0x00000000 0x0744010a 
  0x40: 0x01101025 0x00000001 0x00000000 0x00000000 
  0x50: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x60: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x70: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x80: 0x1844d060 0x02d80019 0x00190016 0x01321b22 
  0x90: 0x606602c0 0x00000000 0x00000000 0x00000000 
  0xa0: 0xfe120001 0x00c00000 0x00000000 0x00000000 
  0xb0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xc0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xd0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xe0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xf0: 0x504e151f 0x61001620 0x00000000 0x00000000 
pci10: <mass storage> at device 9.2 (no driver attached)
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH7 UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1880-0x188f at device 31.1 on pci0
atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0x1880
ata0: <ATA channel 0> on atapci0
atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0
atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6
ata0: reset tp1 mask=03 ostat0=50 ostat1=50
ata0: stat0=0x50 err=0x01 lsb=0x00 msb=0x00
ata0: stat1=0x10 err=0x01 lsb=0x14 msb=0xeb
ata0: reset tp2 stat0=50 stat1=10 devices=0x9<ATAPI_SLAVE,ATA_MASTER>
ata0: [MPSAFE]
ata1: <ATA channel 1> on atapci0
atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170
atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376
ata1: reset tp1 mask=03 ostat0=7f ostat1=7f
ata1: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata1: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata1: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata1: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata1: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata1: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata1: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata1: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata1: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata1: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata1: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata1: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata1: stat1=0x7f err=0x7f lsb=0x7f msb=0x7f
ata1: reset tp2 stat0=ff stat1=ff devices=0x0
ata1: [MPSAFE]
pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
acpi_acad0: <AC Adapter> on acpi0
battery0: <ACPI Control Method Battery> on acpi0
acpi_lid0: <Control Method Lid Switch> on acpi0
acpi_button0: <Power Button> on acpi0
acpi_button1: <Sleep Button> on acpi0
acpi_tz0: <Thermal Zone> on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
atkbd: the current kbd controller command byte 0047
atkbd: keyboard ID 0x41ab (2)
kbd0 at atkbd0
kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000
atkbd0: [GIANT-LOCKED]
psm0: unable to allocate IRQ
psmcpnp0: <PS/2 mouse port> irq 12 on acpi0
psm0: current command byte:0047
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model IntelliMouse Explorer, device ID 4-00, 5 buttons
psm0: config:00000000, flags:00000008, packet size:4
psm0: syncmask:08, syncbits:00
npx0: INT 16 interface
ata: ata0 already exists; skipping it
ata: ata1 already exists; skipping it
atkbdc: atkbdc0 already exists; skipping it
pnp_identify: Trying Read_Port at 203
pnp_identify: Trying Read_Port at 243
pnp_identify: Trying Read_Port at 283
pnp_identify: Trying Read_Port at 2c3
pnp_identify: Trying Read_Port at 303
pnp_identify: Trying Read_Port at 343
pnp_identify: Trying Read_Port at 383
pnp_identify: Trying Read_Port at 3c3
PNP Identify complete
sc: sc0 already exists; skipping it
vga: vga0 already exists; skipping it
isa_probe_children: disabling PnP devices
isa_probe_children: probing non-PnP devices
pmtimer0 on isa0
orm0: <ISA Option ROMs> at iomem 0xcf000-0xcffff,0xdf800-0xdffff pnpid ORM0000 on isa0
adv0: not probed (disabled)
aha0: not probed (disabled)
aic0: not probed (disabled)
bt0: not probed (disabled)
cs0: not probed (disabled)
ed0: not probed (disabled)
fdc0 failed to probe at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fe0: not probed (disabled)
ie0: not probed (disabled)
le0: not probed (disabled)
ppc0: parallel port not found.
ppc0: <Parallel port> failed to probe at irq 7 on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sc0: fb0, kbd0, terminal emulator: sc (syscons terminal)
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: irq maps: 0x201 0x201 0x201 0x201
sio0: probe failed test(s): 0 1 2 4 6 7 9
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: irq maps: 0x201 0x201 0x201 0x201
sio0: probe failed test(s): 0 1 2 4 6 7 9
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 8250 or not responding
sio0: [FAST]
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
sio1: irq maps: 0x201 0x201 0x201 0x201
sio1: probe failed test(s): 0 1 2 4 6 7 9
sio1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0
sio2: not probed (disabled)
sio3: not probed (disabled)
sn0: not probed (disabled)
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
vt0: not probed (disabled)
isa_probe_children: probing PnP devices
Device configuration finished.
Timecounter "TSC" frequency 1666788110 Hz quality 800
Timecounters tick every 1.000 msec
lo0: bpf attached
ata0-slave: pio=PIO4 wdma=WDMA2 udma=UDMA33 cable=40 wire
acpi_acad0: acline initialization start
acpi_acad0: On Line
acpi_acad0: acline initialization done, tried 1 times
battery0: battery initialization start
ata0-master: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=80 wire
ad0: setting PIO4 on ICH7 chip
ad0: DMA limited to UDMA33, controller found non-ATA66 cable
ad0: setting UDMA33 on ICH7 chip
ad0: 114473MB <Hitachi HTS541612J9AT00 SBDOA70H> at ata0-master UDMA33
ad0: 234441648 sectors [232581C/16H/63S] 16 sectors/interrupt 1 depth queue
GEOM: new disk ad0
acd0: setting PIO4 on ICH7 chip
acd0: setting UDMA33 on ICH7 chip
acd0: <PHILIPS DVD-RAM SDVD8821/EX04> DVDR drive at ata0 as slave
acd0: read 4148KB/s (4134KB/s) write 689KB/s (688KB/s), 2048KB buffer, UDMA33
acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, DVDRAM, packet
acd0: Writes: CDR, CDRW, DVDR, DVDRAM, test write, burnproof
acd0: Audio: play, 256 volume levels
acd0: Mechanism: ejectable tray, unlocked
acd0: Medium: CD-RW 120mm data disc
Trying to mount root from ufs:/dev/ad0s3a
start_init: trying /sbin/init
(probe0:ata0:0:1:0): error 22
(probe0:ata0:0:1:0): Unretryable Error
(probe0:ata0:0:1:0): Down reving Protocol Version from 2 to 0?
pass0 at ata0 bus 0 target 1 lun 0
pass0: <PHILIPS DVD-RAM SDVD8821 EX04> Removable CD-ROM SCSI-0 device 
pass0: 33.000MB/s transfers
pci0: driver added
found->	vendor=0x8086, dev=0x27d8, revid=0x02
	bus=0, slot=27, func=0
	class=04-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
pci0:27:0: reprobing on driver added
found->	vendor=0x8086, dev=0x27c8, revid=0x02
	bus=0, slot=29, func=0
	class=0c-03-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
pci0:29:0: reprobing on driver added
uhci0: <UHCI (generic) USB controller> port 0x1800-0x181f irq 11 at device 29.0 on pci0
uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1800
uhci0: [GIANT-LOCKED]
usb0: <UHCI (generic) USB controller> on uhci0
usb0: USB revision 1.0
uhub0: <Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb0
uhub0: 2 ports with 2 removable, self powered
found->	vendor=0x8086, dev=0x27c9, revid=0x02
	bus=0, slot=29, func=1
	class=0c-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=9
pci0:29:1: reprobing on driver added
uhci1: <UHCI (generic) USB controller> port 0x1820-0x183f irq 9 at device 29.1 on pci0
uhci1: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1820
uhci1: [GIANT-LOCKED]
usb1: <UHCI (generic) USB controller> on uhci1
usb1: USB revision 1.0
uhub1: <Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb1
uhub1: 2 ports with 2 removable, self powered
found->	vendor=0x8086, dev=0x27ca, revid=0x02
	bus=0, slot=29, func=2
	class=0c-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=10
pci0:29:2: reprobing on driver added
uhci2: <UHCI (generic) USB controller> port 0x1840-0x185f irq 10 at device 29.2 on pci0
uhci2: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1840
uhci2: [GIANT-LOCKED]
usb2: <UHCI (generic) USB controller> on uhci2
usb2: USB revision 1.0
uhub2: <Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb2
uhub2: 2 ports with 2 removable, self powered
found->	vendor=0x8086, dev=0x27cb, revid=0x02
	bus=0, slot=29, func=3
	class=0c-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=d, irq=10
pci0:29:3: reprobing on driver added
uhci3: <UHCI (generic) USB controller> port 0x1860-0x187f irq 10 at device 29.3 on pci0
uhci3: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1860
uhci3: [GIANT-LOCKED]
usb3: <UHCI (generic) USB controller> on uhci3
usb3: USB revision 1.0
uhub3: <Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb3
uhub3: 2 ports with 2 removable, self powered
found->	vendor=0x8086, dev=0x27cc, revid=0x02
	bus=0, slot=29, func=7
	class=0c-03-20, hdrtype=0x00, mfdev=0
	cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D3  current D0
pci0:29:7: reprobing on driver added
found->	vendor=0x8086, dev=0x27da, revid=0x02
	bus=0, slot=31, func=3
	class=0c-05-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0001, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=9
pci0:31:3: reprobing on driver added
pci1: driver added
pci2: driver added
found->	vendor=0x11ab, dev=0x4352, revid=0x14
	bus=2, slot=0, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0000, statreg=0x4010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D1 D2 D3  current D0
	VPD Ident: Marvell Yukon 88E8038 Fast Ethernet Controller
	PN: Yukon 88E8038
	EC: Rev. 1.4
	MN: Marvell
	SN: AbCdEfG85BCA0
	CP: id 1, BAR16, off 0x3cc
	RV: 0x7d
	MSI supports 2 messages, 64 bit
pci2:0:0: reprobing on driver added
pci3: driver added
found->	vendor=0x8086, dev=0x4222, revid=0x02
	bus=3, slot=0, func=0
	class=02-80-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
pci3:0:0: reprobing on driver added
pci4: driver added
pci5: driver added
pci10: driver added
found->	vendor=0x104c, dev=0x803b, revid=0x00
	bus=10, slot=9, func=2
	class=01-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0210, cachelnsz=16 (dwords)
	lattimer=0x39 (1710 ns), mingnt=0x07 (1750 ns), maxlat=0x04 (1000 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D1 D2 D3  current D0
pci10:9:2: reprobing on driver added
pci0: driver added
found->	vendor=0x8086, dev=0x27d8, revid=0x02
	bus=0, slot=27, func=0
	class=04-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
pci0:27:0: reprobing on driver added
found->	vendor=0x8086, dev=0x27cc, revid=0x02
	bus=0, slot=29, func=7
	class=0c-03-20, hdrtype=0x00, mfdev=0
	cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D3  current D0
pci0:29:7: reprobing on driver added
found->	vendor=0x8086, dev=0x27da, revid=0x02
	bus=0, slot=31, func=3
	class=0c-05-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0001, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=9
pci0:31:3: reprobing on driver added
pci1: driver added
pci2: driver added
found->	vendor=0x11ab, dev=0x4352, revid=0x14
	bus=2, slot=0, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0000, statreg=0x4010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D1 D2 D3  current D0
	VPD Ident: Marvell Yukon 88E8038 Fast Ethernet Controller
	PN: Yukon 88E8038
	EC: Rev. 1.4
	MN: Marvell
	SN: AbCdEfG85BCA0
	CP: id 1, BAR16, off 0x3cc
	RV: 0x7d
	MSI supports 2 messages, 64 bit
pci2:0:0: reprobing on driver added
pci3: driver added
found->	vendor=0x8086, dev=0x4222, revid=0x02
	bus=3, slot=0, func=0
	class=02-80-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
pci3:0:0: reprobing on driver added
pci4: driver added
pci5: driver added
pci10: driver added
found->	vendor=0x104c, dev=0x803b, revid=0x00
	bus=10, slot=9, func=2
	class=01-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0210, cachelnsz=16 (dwords)
	lattimer=0x39 (1710 ns), mingnt=0x07 (1750 ns), maxlat=0x04 (1000 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D1 D2 D3  current D0
pci10:9:2: reprobing on driver added
pci0: driver added
found->	vendor=0x8086, dev=0x27d8, revid=0x02
	bus=0, slot=27, func=0
	class=04-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
pci0:27:0: reprobing on driver added
found->	vendor=0x8086, dev=0x27cc, revid=0x02
	bus=0, slot=29, func=7
	class=0c-03-20, hdrtype=0x00, mfdev=0
	cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D3  current D0
pci0:29:7: reprobing on driver added
ehci0: <Intel 82801GB/R (ICH7) USB 2.0 controller> mem 0xd2504000-0xd25043ff irq 11 at device 29.7 on pci0
ehci0: Reserved 0x400 bytes for rid 0x10 type 3 at 0xd2504000
ehci0: [GIANT-LOCKED]
usb4: EHCI version 1.0
usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3
usb4: <Intel 82801GB/R (ICH7) USB 2.0 controller> on ehci0
usb4: USB revision 2.0
uhub4: <Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1> on usb4
uhub4: 8 ports with 8 removable, self powered
found->	vendor=0x8086, dev=0x27da, revid=0x02
	bus=0, slot=31, func=3
	class=0c-05-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0001, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=9
pci0:31:3: reprobing on driver added
pci1: driver added
pci2: driver added
found->	vendor=0x11ab, dev=0x4352, revid=0x14
	bus=2, slot=0, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0000, statreg=0x4010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D1 D2 D3  current D0
	VPD Ident: Marvell Yukon 88E8038 Fast Ethernet Controller
	PN: Yukon 88E8038
	EC: Rev. 1.4
	MN: Marvell
	SN: AbCdEfG85BCA0
	CP: id 1, BAR16, off 0x3cc
	RV: 0x7d
	MSI supports 2 messages, 64 bit
pci2:0:0: reprobing on driver added
pci3: driver added
found->	vendor=0x8086, dev=0x4222, revid=0x02
	bus=3, slot=0, func=0
	class=02-80-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
pci3:0:0: reprobing on driver added
pci4: driver added
pci5: driver added
pci10: driver added
found->	vendor=0x104c, dev=0x803b, revid=0x00
	bus=10, slot=9, func=2
	class=01-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0210, cachelnsz=16 (dwords)
	lattimer=0x39 (1710 ns), mingnt=0x07 (1750 ns), maxlat=0x04 (1000 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D1 D2 D3  current D0
pci10:9:2: reprobing on driver added
battery0: battery initialization done, tried 2 times
pci0: driver added
found->	vendor=0x8086, dev=0x27d8, revid=0x02
	bus=0, slot=27, func=0
	class=04-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
pci0:27:0: reprobing on driver added
found->	vendor=0x8086, dev=0x27da, revid=0x02
	bus=0, slot=31, func=3
	class=0c-05-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0001, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=9
pci0:31:3: reprobing on driver added
pci1: driver added
pci2: driver added
found->	vendor=0x11ab, dev=0x4352, revid=0x14
	bus=2, slot=0, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0000, statreg=0x4010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D1 D2 D3  current D0
	VPD Ident: Marvell Yukon 88E8038 Fast Ethernet Controller
	PN: Yukon 88E8038
	EC: Rev. 1.4
	MN: Marvell
	SN: AbCdEfG85BCA0
	CP: id 1, BAR16, off 0x3cc
	RV: 0x7d
	MSI supports 2 messages, 64 bit
pci2:0:0: reprobing on driver added
mskc0: <Marvell Yukon 88E8038 Gigabit Ethernet> irq 10 at device 0.0 on pci2
mskc0: MSI count : 2
pcib2: mskc0 requested unsupported memory range 0-0xffffffff (decoding 0-0, 0-0)
mskc0: 0x4000 bytes of rid 0x10 res 3 failed (0, 0xffffffff).
mskc0: Lazy allocation of 0x4 bytes rid 0x14 type 4 at 0x1000
mskc0: unknown device: id=0xff, rev=0x0f
device_attach: mskc0 attach returned 6
pci3: driver added
found->	vendor=0x8086, dev=0x4222, revid=0x02
	bus=3, slot=0, func=0
	class=02-80-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
pci3:0:0: reprobing on driver added
pci4: driver added
pci5: driver added
pci10: driver added
found->	vendor=0x104c, dev=0x803b, revid=0x00
	bus=10, slot=9, func=2
	class=01-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0210, cachelnsz=16 (dwords)
	lattimer=0x39 (1710 ns), mingnt=0x07 (1750 ns), maxlat=0x04 (1000 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D1 D2 D3  current D0
pci10:9:2: reprobing on driver added


More information about the freebsd-current mailing list