cardbus firewire + ethernet

Martin Dieringer <[email protected]>
Newsgroups gmane.os.freebsd.devel.mobile
Message-ID <[email protected]>
Hi

I have a problem on a Thinkpad 600 with an Acer firewire/usb2-combo
card in one slot and a 3com ethernet in the other.

The firewire harddisk works perfectly on a desktop pc with VIA
firewire.

It seems to work ok in the thinkapd when no ethernet is plugged in.

But with ethernet and when copying large files over network from/to
the disk, I get

Unknown service addr 0x0000:0x087d6a00 WREQB(1) src=0xffc0 data=2
fwohci0: txd err=14 ack busy_X
fw_asybusy
fwohci0: txd err=14 ack busy_X
fw_asybusy
fwohci0: txd err=14 ack busy_X
fw_asybusy
fwohci0: txd err=14 ack busy_X
fw_asybusy
firewire0: max_asyretry exceeded


I already took out uhci and ehci from the kernel because they made it
even worse.


my /boot/loader.conf looks like this:

sbp_load="YES"
firewire_load="YES"

hw.cbb.start_memory="0x20000000"
hw.pci.allow_unsupported_io_range="1"
hw.pci.link.LINKA.irq="9"
hw.pci.link.LINKB.irq="11"
hw.pci.link.LINKC.irq="11"
hw.pci.link.LINKD.irq="11"


the "LINKA" etc. seem to have no effect.

I configured the Thinkpad via "PS2" to use 3,9,10,11 as "PCIIRQ".


I get ca. 20% packet loss when doing "ping -f" to the local network.

So where is the problem? Ethernet, firewire, or is it the
combination of both?


please see attachments for dmesg, pciconf and devinfo



thanks
martin

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
To unsubscribe, send any mail to "[email protected]"
pciconf.out (text/plain, 2.9 KB)
hostb0@pci0:0:0:	class=0x060000 card=0x00000000 chip=0x71928086 rev=0x02 hdr=0x00
    vendor   = 'Intel Corporation'
    device   = '82443BX/ZX 440BX/ZX CPU to PCI Bridge (AGP Not Implemented)'
    class    = bridge
    subclass = HOST-PCI
cbb0@pci0:2:0:	class=0x060700 card=0x00921014 chip=0xac16104c rev=0x02 hdr=0x02
    vendor   = 'Texas Instruments (TI)'
    device   = 'PCI1250 PC Card CardBus Controller'
    class    = bridge
    subclass = PCI-CardBus
cbb1@pci0:2:1:	class=0x060700 card=0x00921014 chip=0xac16104c rev=0x02 hdr=0x02
    vendor   = 'Texas Instruments (TI)'
    device   = 'PCI1250 PC Card CardBus Controller'
    class    = bridge
    subclass = PCI-CardBus
none0@pci0:3:0:	class=0x030000 card=0x000410c8 chip=0x000410c8 rev=0x01 hdr=0x00
    vendor   = 'Neomagic Corporation'
    device   = 'NM2160 MagicGraph 128XD'
    class    = display
    subclass = VGA
isab0@pci0:7:0:	class=0x068000 card=0x00000000 chip=0x71108086 rev=0x01 hdr=0x00
    vendor   = 'Intel Corporation'
    device   = '82371AB/EB/MB PIIX4/4E/4M ISA Bridge'
    class    = bridge
atapci0@pci0:7:1:	class=0x010180 card=0x00000000 chip=0x71118086 rev=0x01 hdr=0x00
    vendor   = 'Intel Corporation'
    device   = '82371AB/EB/MB PIIX4/4E/4M IDE Controller'
    class    = mass storage
    subclass = ATA
uhci0@pci0:7:2:	class=0x0c0300 card=0x00000000 chip=0x71128086 rev=0x01 hdr=0x00
    vendor   = 'Intel Corporation'
    device   = '82371AB/EB/MB PIIX4/4E/4M USB Interface'
    class    = serial bus
    subclass = USB
none1@pci0:7:3:	class=0x068000 card=0x00000000 chip=0x71138086 rev=0x01 hdr=0x00
    vendor   = 'Intel Corporation'
    device   = '82371AB/EB/MB PIIX4/4E/4M Power Management Controller'
    class    = bridge
none2@pci1:0:0:	class=0x0c0310 card=0x527210b9 chip=0x523710b9 rev=0x03 hdr=0x00
    vendor   = 'Acer Labs Incorporated (ALi)'
    device   = 'M5237 OpenHCI 1.1 USB Controller'
    class    = serial bus
    subclass = USB
none3@pci1:0:1:	class=0x0c0310 card=0x527210b9 chip=0x523710b9 rev=0x03 hdr=0x00
    vendor   = 'Acer Labs Incorporated (ALi)'
    device   = 'M5237 OpenHCI 1.1 USB Controller'
    class    = serial bus
    subclass = USB
none4@pci1:0:3:	class=0x0c0320 card=0x527210b9 chip=0x523910b9 rev=0x01 hdr=0x00
    vendor   = 'Acer Labs Incorporated (ALi)'
    device   = 'USB 2.0 Enhanced Host Controller'
    class    = serial bus
    subclass = USB
fwohci0@pci1:0:4:	class=0x0c0010 card=0x525310b9 chip=0x525310b9 rev=0x00 hdr=0x00
    vendor   = 'Acer Labs Incorporated (ALi)'
    device   = 'M5253 IEEE P1394 OpenHCI 1.0 Controller'
    class    = serial bus
    subclass = FireWire
xl0@pci4:0:0:	class=0x020000 card=0x5b5710b7 chip=0x515710b7 rev=0x01 hdr=0x00
    vendor   = '3COM Corp, Networking Division'
    device   = '3C575B Megahertz 10/100 LAN CardBus PC Card'
    class    = network
    subclass = ethernet
dmesg.out (text/plain, 6.3 KB)
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 6.1-STABLE #14: Wed Aug 30 16:11:40 CEST 2006
    martin@blabla:/usr/obj/usr/src/sys/TP600
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Pentium II/Pentium II Xeon/Celeron (232.11-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x650  Stepping = 0
  Features=0x183f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR>
real memory  = 234684416 (223 MB)
avail memory = 220147712 (209 MB)
acpi0: <IBM TP600> on motherboard
acpi0: Power Button (fixed)
Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0xef08-0xef0b on acpi0
acpi_ec0: <Embedded Controller: GPE 0x9, GLK> port 0x62,0x66 on acpi0
cpu0: <ACPI CPU> on acpi0
acpi_throttle0: <ACPI CPU Throttling> on cpu0
acpi_lid0: <Control Method Lid Switch> on acpi0
acpi_button0: <Sleep Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
cbb0: <TI1250 PCI-CardBus Bridge> mem 0x20301000-0x20301fff at device 2.0 on pci0
cardbus0: <CardBus bus> on cbb0
pccard0: <16-bit PCCard bus> on cbb0
cbb1: <TI1250 PCI-CardBus Bridge> mem 0x20300000-0x20300fff at device 2.1 on pci0
cardbus1: <CardBus bus> on cbb1
pccard1: <16-bit PCCard bus> on cbb1
pci0: <display, VGA> at device 3.0 (no driver attached)
isab0: <PCI-ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel PIIX4 UDMA33 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfcf0-0xfcff at device 7.1 on pci0
ata0: <ATA channel 0> on atapci0
ata1: <ATA channel 1> on atapci0
uhci0: <Intel 82371AB/EB (PIIX4) USB controller> port 0x8400-0x841f irq 10 at device 7.2 on pci0
uhci0: [GIANT-LOCKED]
usb0: <Intel 82371AB/EB (PIIX4) USB controller> on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
pci0: <bridge> at device 7.3 (no driver attached)
acpi_tz0: <Thermal Zone> on acpi0
acpi_tz1: <Thermal Zone> on acpi0
acpi_tz2: <Thermal Zone> on acpi0
fdc0: <floppy drive controller (FDE)> port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0
fdc0: [FAST]
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model Generic PS/2 mouse, device ID 0
battery0: <ACPI Control Method Battery> on acpi0
acpi_acad0: <AC Adapter> on acpi0
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
pmtimer0 on isa0
orm0: <ISA Option ROM> at iomem 0xc0000-0xc9fff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
ppc0: parallel port not found.
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 8250 or not responding
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
ums0: KYE Genius USB Wheel Mouse, rev 1.00/0.00, addr 2, iclass 3/1
ums0: 3 buttons and Z dir.
Timecounter "TSC" frequency 232106827 Hz quality 800
Timecounters tick every 1.000 msec
WARNING: apm_saver module requires apm enabled
cardbus0: CIS pointer is 0!
cardbus0: Resource not specified in CIS: id=10, size=1000
cardbus0: <serial bus, USB> at device 0.0 (no driver attached)
cardbus0: CIS pointer is 0!
cardbus0: Resource not specified in CIS: id=10, size=1000
cardbus0: <serial bus, USB> at device 0.1 (no driver attached)
cardbus0: CIS pointer is 0!
cardbus0: Resource not specified in CIS: id=10, size=100
cardbus0: <serial bus, USB> at device 0.3 (no driver attached)
cardbus0: CIS pointer is 0!
cardbus0: Resource not specified in CIS: id=10, size=800
fwohci0: <1394 Open Host Controller Interface> mem 0x20302000-0x203027ff irq 3 at device 0.4 on cardbus0
fwohci0: OHCI version 1.10 (ROM=1)
fwohci0: No. of Isochronous channels is 4.
fwohci0: EUI64 00:90:e6:39:00:00:08:3d
fwohci0: Phy 1394a available S400, 2 ports.
fwohci0: Link S400, max_rec 2048 bytes.
firewire0: <IEEE1394(FireWire) bus> on fwohci0
sbp0: <SBP-2/SCSI over FireWire> on firewire0
fwohci0: Initiate bus reset
fwohci0: node_id=0xc000ffc0, gen=1, CYCLEMASTER mode
firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me)
firewire0: bus manager 0 (me)
cardbus1: Resource not specified in CIS: id=14, size=80
cardbus1: Resource not specified in CIS: id=18, size=80
xl0: <3Com 3c575B Fast Etherlink XL> port 0x1000-0x107f mem 0x20303000-0x2030307f,0x20304000-0x2030407f irq 9 at device 0.0 on cardbus1
miibus0: <MII bus> on xl0
tdkphy0: <TDK 78Q2120 media interface> on miibus0
tdkphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
xl0: Ethernet address: 00:00:86:39:36:ae
fwohci0: BUS reset
fwohci0: node_id=0xc000ffc1, gen=3, CYCLEMASTER mode
firewire0: 2 nodes, maxhop <= 1, cable IRM = 1 (me)
firewire0: bus manager 1 (me)
ad0: 1551MB <IBM DDLA-21620 A20G40> at ata0-master WDMA2
firewire0: New S400 device ID:0001a30000063511
fw_rcv: unknown response RRESQ(6) src=0xffc0 tl=0x30 rt=1 data=0x2000
try ad-hoc work around!!
no use...
acd0: CDROM <TOSHIBA CD-ROM XM-1702BC/1562> at ata1-master PIO4
da0 at sbp0 bus 0 target 0 lun 0
da0: <Genesys  > Fixed Direct Access SCSI-0 device 
da0: 50.000MB/s transfers
da0: 238475MB (488397168 512 byte sectors: 255H 63S/T 30401C)
cd0 at ata1 bus 0 target 0 lun 0
cd0: <TOSHIBA CD-ROM XM-1702BC 1562> Removable CD-ROM SCSI-0 device 
cd0: 16.000MB/s transfers
cd0: Attempt to query device size failed: NOT READY, Medium not present
Trying to mount root from ufs:/dev/da0s1a
Unknown service addr 0x0000:0x087d6a00 WREQB(1) src=0xffc0 data=2
fwohci0: txd err=14 ack busy_X
fw_asybusy
fwohci0: txd err=14 ack busy_X
fw_asybusy
fwohci0: txd err=14 ack busy_X
fw_asybusy
fwohci0: txd err=14 ack busy_X
fw_asybusy
firewire0: max_asyretry exceeded
sbp0:0:0 request timeout(cmd orb:0x003609dc) ... agent reset
[...]
devinfo.out (text/plain, 9.1 KB)
nexus0
  legacy0
  npx0
  acpi0
      Interrupt request lines:
          0x9
      I/O ports:
          0x22
          0x2e-0x2f
          0x92
          0xb2-0xb3
          0x15e0-0x15ef
          0xef00-0xef3f
          0xefa0-0xefaf
      I/O memory addresses:
          0x0-0x9ffff
          0xc0000-0xcbfff
          0xf0000-0xfffff
          0x100000-0xdffffff
          0xfffe0000-0xffffffff
    cpu0 pnpinfo _HID=none _UID=0 at handle=\_PR_.CPU0
        I/O ports:
            0xef14
      acpi_throttle0
          I/O ports:
              0xef10-0xef13
      cpufreq0
    pci_link0 pnpinfo _HID=PNP0C0F _UID=1 at handle=\_SB_.LNKA
    pci_link1 pnpinfo _HID=PNP0C0F _UID=2 at handle=\_SB_.LNKB
    pci_link2 pnpinfo _HID=PNP0C0F _UID=3 at handle=\_SB_.LNKC
    pci_link3 pnpinfo _HID=PNP0C0F _UID=4 at handle=\_SB_.LNKD
    acpi_lid0 pnpinfo _HID=PNP0C0D _UID=0 at handle=\_SB_.LID0
    acpi_button0 pnpinfo _HID=PNP0C0E _UID=0 at handle=\_SB_.SLPB
    unknown pnpinfo _HID=IBM0068 _UID=0 at handle=\_SB_.HKEY
    acpi_sysresource0 pnpinfo _HID=PNP0C01 _UID=0 at handle=\_SB_.MBRM
    pcib0 pnpinfo _HID=PNP0A03 _UID=0 at handle=\_SB_.PCI0
      pci0
        hostb0 pnpinfo vendor=0x8086 device=0x7192 subvendor=0x0000 subdevice=0x0000 class=0x060000 at slot=0 function=0
        cbb0 pnpinfo vendor=0x104c device=0xac16 subvendor=0x1014 subdevice=0x0092 class=0x060700 at slot=2 function=0 handle=\_SB_.PCI0.CBS0
            Interrupt request lines:
                0x3
            I/O memory addresses:
                0x20301000-0x20301fff
          cardbus0
              I/O memory addresses:
                  0x20302000-0x203027ff
            unknown pnpinfo vendor=0x10b9 device=0x5237 subvendor=0x10b9 subdevice=0x5272 class=0x0c0310 at slot=0 function=0
            unknown pnpinfo vendor=0x10b9 device=0x5237 subvendor=0x10b9 subdevice=0x5272 class=0x0c0310 at slot=0 function=1
            unknown pnpinfo vendor=0x10b9 device=0x5239 subvendor=0x10b9 subdevice=0x5272 class=0x0c0320 at slot=0 function=3
            fwohci0 pnpinfo vendor=0x10b9 device=0x5253 subvendor=0x10b9 subdevice=0x5253 class=0x0c0010 at slot=0 function=4
              firewire0
                sbp0
          pccard0
        cbb1 pnpinfo vendor=0x104c device=0xac16 subvendor=0x1014 subdevice=0x0092 class=0x060700 at slot=2 function=1 handle=\_SB_.PCI0.CBS1
            I/O memory addresses:
                0x20300000-0x20300fff
          cardbus1
              I/O ports:
                  0x1000-0x107f
              I/O memory addresses:
                  0x20303000-0x2030307f
                  0x20304000-0x2030407f
            xl0 pnpinfo vendor=0x10b7 device=0x5157 subvendor=0x10b7 subdevice=0x5b57 class=0x020000 at slot=0 function=0
              miibus0
                tdkphy0 pnpinfo oui=0xc039 model=0x14 rev=0x3 at phyno=0
          pccard1
        unknown pnpinfo vendor=0x10c8 device=0x0004 subvendor=0x10c8 subdevice=0x0004 class=0x030000 at slot=3 function=0 handle=\_SB_.PCI0.VID0
            I/O memory addresses:
                0x20000000-0x201fffff
                0x20200000-0x202fffff
                0xe0000000-0xe0ffffff
        isab0 pnpinfo vendor=0x8086 device=0x7110 subvendor=0x0000 subdevice=0x0000 class=0x068000 at slot=7 function=0 handle=\_SB_.PCI0.ISA0
          isa0
            pmtimer0
            sc0
            vga0
                I/O ports:
                    0x3c0-0x3df
                I/O memory addresses:
                    0xa0000-0xbffff
            adv0
            aha0
            aic0
            bt0
            cs0
            ed0
            fe0
            ie0
            lnc0
            ppc0
            sio0
                Interrupt request lines:
                    0x4
                I/O ports:
                    0x3f8-0x3ff
            sio1
            sio2
            sio3
            sn0
            vt0
            orm0
                I/O memory addresses:
                    0xc0000-0xc9fff
        atapci0 pnpinfo vendor=0x8086 device=0x7111 subvendor=0x0000 subdevice=0x0000 class=0x010180 at slot=7 function=1 handle=\_SB_.PCI0.IDE0
            I/O ports:
                0x170-0x177
                0x1f0-0x1f7
                0x376
                0x3f6
                0xfcf0-0xfcff
          ata0
              Interrupt request lines:
                  0xe
            ad0
              subdisk0
            atapicam0
          ata1
              Interrupt request lines:
                  0xf
            acd0
            atapicam1
        uhci0 pnpinfo vendor=0x8086 device=0x7112 subvendor=0x0000 subdevice=0x0000 class=0x0c0300 at slot=7 function=2 handle=\_SB_.PCI0.USB0
            Interrupt request lines:
                0xa
            I/O ports:
                0x8400-0x841f
          usb0
            uhub0
              ums0 pnpinfo vendor=0x0458 product=0x0003 devclass=0x00 devsubclass=0x00 release=0x0000 sernum="" intclass=0x03 intsubclass=0x01 at port=0 interface=0
        unknown pnpinfo vendor=0x8086 device=0x7113 subvendor=0x0000 subdevice=0x0000 class=0x068000 at slot=7 function=3 handle=\_SB_.PCI0.PM00
            I/O ports:
                0xefa0-0xefaf
    unknown pnpinfo _HID=none _UID=0 at handle=\_SB_.PCI0.VID0.LCD0
    unknown pnpinfo _HID=none _UID=0 at handle=\_SB_.PCI0.VID0.CRT0
    unknown pnpinfo _HID=none _UID=0 at handle=\_SB_.PCI0.ISA0.PSIO
    fdc0 pnpinfo _HID=PNP0700 _UID=0 at handle=\_SB_.PCI0.ISA0.FDC0
        Interrupt request lines:
            0x6
        DMA request lines:
            2
        I/O ports:
            0x3f0-0x3f5
            0x3f7
      fd0
    unknown pnpinfo _HID=none _UID=0 at handle=\_SB_.PCI0.ISA0.FDC0.FDD1
    unknown pnpinfo _HID=PNP0501 _UID=0 at handle=\_SB_.PCI0.ISA0.UAR1
    unknown pnpinfo _HID=PNP0400 _UID=0 at handle=\_SB_.PCI0.ISA0.LPT_
    unknown pnpinfo _HID=PNP0401 _UID=0 at handle=\_SB_.PCI0.ISA0.ECP_
    unknown pnpinfo _HID=IBM0071 _UID=0 at handle=\_SB_.PCI0.ISA0.FIR_
    unknown pnpinfo _HID=CSC0010 _UID=0 at handle=\_SB_.PCI0.ISA0.CS10
    unknown pnpinfo _HID=CSC0000 _UID=0 at handle=\_SB_.PCI0.ISA0.CS00
    unknown pnpinfo _HID=CSC0001 _UID=0 at handle=\_SB_.PCI0.ISA0.CS01
    unknown pnpinfo _HID=CSC0003 _UID=0 at handle=\_SB_.PCI0.ISA0.CS03
    unknown pnpinfo _HID=IBM3760 _UID=0 at handle=\_SB_.PCI0.ISA0.MWV0
    unknown pnpinfo _HID=PNPB02F _UID=0 at handle=\_SB_.PCI0.ISA0.GAME
    atpic0 pnpinfo _HID=PNP0000 _UID=0 at handle=\_SB_.PCI0.ISA0.PIC_
    attimer0 pnpinfo _HID=PNP0100 _UID=0 at handle=\_SB_.PCI0.ISA0.TIMR
    atdma0 pnpinfo _HID=PNP0200 _UID=0 at handle=\_SB_.PCI0.ISA0.DMAC
    unknown pnpinfo _HID=PNP0800 _UID=0 at handle=\_SB_.PCI0.ISA0.SPKR
    acpi_sysresource1 pnpinfo _HID=PNP0C02 _UID=0 at handle=\_SB_.PCI0.ISA0.MBRD
    npxisa0 pnpinfo _HID=PNP0C04 _UID=0 at handle=\_SB_.PCI0.ISA0.MPRC
    atkbdc0 pnpinfo _HID=PNP0303 _UID=0 at handle=\_SB_.PCI0.ISA0.KBD0
        I/O ports:
            0x60
            0x64
      atkbd0
          Interrupt request lines:
              0x1
      psm0
          Interrupt request lines:
              0xc
    psmcpnp0 pnpinfo _HID=IBM3780 _UID=0 at handle=\_SB_.PCI0.ISA0.MOU0
    attimer1 pnpinfo _HID=PNP0B00 _UID=0 at handle=\_SB_.PCI0.ISA0.RTC0
    acpi_ec0 pnpinfo _HID=PNP0C09 _UID=0 at handle=\_SB_.PCI0.ISA0.EC0_
        I/O ports:
            0x62
            0x66
    battery0 pnpinfo _HID=PNP0C0A _UID=0 at handle=\_SB_.PCI0.ISA0.EC0_.BAT0
    acpi_acad0 pnpinfo _HID=ACPI0003 _UID=0 at handle=\_SB_.PCI0.ISA0.EC0_.AC__
    unknown pnpinfo _HID=none _UID=0 at handle=\_SB_.PCI0.IDE0.IDEP
    unknown pnpinfo _HID=none _UID=0 at handle=\_SB_.PCI0.IDE0.IDEP.IDPM
    unknown pnpinfo _HID=none _UID=0 at handle=\_SB_.PCI0.IDE0.IDEP.IDPS
    unknown pnpinfo _HID=none _UID=0 at handle=\_SB_.PCI0.IDE0.IDES
    unknown pnpinfo _HID=none _UID=0 at handle=\_SB_.PCI0.IDE0.IDES.IDSM
    unknown pnpinfo _HID=none _UID=0 at handle=\_SB_.PCI0.DOCK
    unknown pnpinfo _HID=none _UID=0 at handle=\_SB_.PCI0.DOCK.ISA1
    unknown pnpinfo _HID=none _UID=0 at handle=\_SB_.PCI0.DOCK.IDE1
    unknown pnpinfo _HID=none _UID=0 at handle=\_SB_.PCI0.DOCK.IDE1.IDED
    unknown pnpinfo _HID=none _UID=0 at handle=\_SB_.PCI0.DOCK.IDE1.IDED.IDTM
    unknown pnpinfo _HID=none _UID=0 at handle=\_SB_.PCI0.DOCK.IDE1.IDED.IDTS
    unknown pnpinfo _HID=none _UID=0 at handle=\_SB_.PCI0.DOCK.CBS2
    unknown pnpinfo _HID=none _UID=0 at handle=\_SB_.PCI0.DOCK.CBS3
    unknown pnpinfo _HID=PNP0C0B _UID=0 at handle=\_TZ_.FN00
    unknown pnpinfo _HID=PNP0C0B _UID=4 at handle=\_TZ_.FN20
    unknown pnpinfo _HID=PNP0C0B _UID=12 at handle=\_TZ_.FN60
    unknown pnpinfo _HID=none _UID=0 at handle=\_TZ_.PFN0
    acpi_tz0 pnpinfo _HID=none _UID=0 at handle=\_TZ_.THM0
    acpi_tz1 pnpinfo _HID=none _UID=0 at handle=\_TZ_.THM2
    acpi_tz2 pnpinfo _HID=none _UID=0 at handle=\_TZ_.THM6
    unknown pnpinfo _HID=none _UID=0 at handle=\PVID
    unknown pnpinfo _HID=none _UID=0 at handle=\PRSD
    unknown pnpinfo _HID=none _UID=0 at handle=\PDCK
    acpi_timer0 pnpinfo unknown at unknown
        I/O ports:
            0xef08-0xef0b
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.