NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/42937: hpet at acpi disappeared in recent current kernel



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

From: Ryo ONODERA <ryo_on%yk.rim.or.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/42937: hpet at acpi disappeared in recent current kernel
Date: Fri, 02 Jul 2010 13:09:28 +0900 (JST)

 ----Next_Part(Fri_Jul__2_13_09_28_2010_038)--
 Content-Type: Text/Plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 Hi,
 
 Your patch resolves my problem, and hpet0 is now in dmesg.
 Please see dmesg files, and diff file.
 
 
 
 --
 Ryo ONODERA // ryo_on%yk.rim.or.jp@localhost
 PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3
 From: Jukka Ruohonen <jruohonen%iki.fi@localhost>
 Subject: Re: kern/42937: hpet at acpi disappeared in recent current kernel
 Date: Thu,  1 Jul 2010 15:30:05 +0000 (UTC)
 
 > The following reply was made to PR kern/42937; it has been noted by GNATS.
 > 
 > From: Jukka Ruohonen <jruohonen%iki.fi@localhost>
 > To: gnats-bugs%NetBSD.org@localhost
 > Cc: 
 > Subject: Re: kern/42937: hpet at acpi disappeared in recent current kernel
 > Date: Thu, 1 Jul 2010 18:28:46 +0300
 > 
 >  On Mon, Mar 08, 2010 at 09:25:00PM +0000, ryo_on%yk.rim.or.jp@localhost 
 > wrote:
 >  > hpet0 at acpi0 (HPET, PNP0103)
 >  > hpet0: mem 0xfed00000-0xfed003ff
 >  > hpet0: Found 64-bits HPET, will only use lowest 32-bits
 >  > timecounter: Timecounter "hpet0" frequency 14318179 Hz quality 2000
 >  > 
 >  > But current kernel does not detect hpet.
 >  
 >  Can you please try the following patch?
 >  
 >  Index: acpi.c
 >  ===================================================================
 >  RCS file: /cvsroot/src/sys/dev/acpi/acpi.c,v
 >  retrieving revision 1.203
 >  diff -u -p -r1.203 acpi.c
 >  --- acpi.c  10 Jun 2010 20:36:55 -0000      1.203
 >  +++ acpi.c  1 Jul 2010 15:27:49 -0000
 >  @@ -144,7 +144,6 @@ static const char * const acpi_ignored_i
 >      "PNP0200",      /* AT DMA controller is handled internally */
 >      "PNP0A??",      /* PCI Busses are handled internally */
 >      "PNP0B00",      /* AT RTC is handled internally */
 >  -   "PNP0C01",      /* No "System Board" driver */
 >      "PNP0C02",      /* No "PnP motherboard register resources" driver */
 >      "PNP0C0B",      /* No need for "ACPI fan" driver */
 >      "PNP0C0F",      /* ACPI PCI link devices are handled internally */
 >  
 > 
 > 
 
 ----Next_Part(Fri_Jul__2_13_09_28_2010_038)--
 Content-Type: Text/Plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline; filename="dmesg-hpet-before.txt"
 
 Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
     2006, 2007, 2008, 2009, 2010
     The NetBSD Foundation, Inc.  All rights reserved.
 Copyright (c) 1982, 1986, 1989, 1991, 1993
     The Regents of the University of California.  All rights reserved.
 
 NetBSD 5.99.34 (BRIGHTGIRL7) #29: Fri Jul  2 07:54:33 JST 2010
        
root%hydrogen.elements.tetera.org@localhost:/usr/obj/sys/arch/i386/compile/BRIGHTGIRL7
 total memory = 1013 MB
 avail memory = 984 MB
 timecounter: Timecounters tick every 10.000 msec
 timecounter: Timecounter "i8254" frequency 1193182 Hz quality 100
 FUJITSU FMVLP70WN ( )
 mainbus0 (root)
 Parsing all Control Methods:
 Table [DSDT](id 0001) - 807 Objects with 62 Devices 197 Methods 29 Regions
 Parsing all Control Methods:
 Table [SSDT](id 0002) - 13 Objects with 0 Devices 4 Methods 0 Regions
 Parsing all Control Methods:
 Table [SSDT](id 0003) - 5 Objects with 0 Devices 3 Methods 0 Regions
 Parsing all Control Methods:
 Table [SSDT](id 0004) - 1 Objects with 0 Devices 1 Methods 0 Regions
  tbxface-0635 [02] TbLoadNamespace       : ACPI Tables successfully acquired
 evxfevnt-0184 [02] Enable                : Transition to ACPI mode successful
 cpu0 at mainbus0 apid 0: Intel 686-class, 1197MHz, id 0x6ec
 ioapic0 at mainbus0 apid 1: pa 0xfec00000, version 20, 24 pins
 acpi0 at mainbus0: Intel ACPICA 20100528
 acpi0: X/RSDT: OemId <FUJ   ,PC      ,01130000>, AslId <FUJ ,00000100>
 evxfevnt-0170 [02] Enable                : System is already in ACPI mode
 evgpeblk-0519 [04] EvCreateGpeBlock      : GPE 00 to 1F [_GPE] 4 regs on int 
0x9
 Completing Region/Field/Buffer/Package 
initialization:.............................................................................
 Initialized 23/29 Regions 0/0 Fields 31/31 Buffers 23/23 Packages (835 nodes)
 Initializing Device/Processor/Thermal objects by executing _INI 
methods:Parsing all Control Methods:
 Table [SSDT](id 003A) - 35 Objects with 0 Devices 14 Methods 6 Regions
 ACPI: Enabled 0 new runtime GPEs, added 5 new wakeup GPEs
 ACPI: Dynamic OEM Table Load:
 ........
 Executed 8 _INI methods requiring 7 _STA executions (examined 68 objects)
 evgpeblk-0655 [03] EvInitializeGpeBlock  : Enabled 4 Runtime GPEs, added 9 
Wake GPEs in this block
 acpi0: SCI interrupting at int 9
 timecounter: Timecounter "ACPI-Fast" frequency 3579545 Hz quality 1000
 ACPI-Fast 24-bit timer
 DIGI (FUJ02E6) at acpi0 not configured
 BTNS (FUJ02BF) at acpi0 not configured
 FJEX (FUJ02B1) at acpi0 not configured
 acpiec0 at acpi0 (EC, PNP0C09): io 0x62,0x66
 attimer1 at acpi0 (TIME, PNP0100): io 0x40-0x43 irq 0
 pcppi1 at acpi0 (SPKR, PNP0800): io 0x61
 midi0 at pcppi1: PC speaker
 sysbeep0 at pcppi1
 npx1 at acpi0 (MATH, PNP0C04): io 0xf0-0xfe irq 13
 npx1: reported by CPUID; using exception 16
 pckbc1 at acpi0 (KBC, PNP0320) (kbd port): io 0x60,0x64 irq 1
 pckbc2 at acpi0 (PS2M, PNP0F13) (aux port): irq 12
 FEXT (FUJ02E3) at acpi0 not configured
 acpilid0 at acpi0 (LID, PNP0C0D): ACPI Lid Switch
 acpibut0 at acpi0 (PWRB, PNP0C0C): ACPI Power Button
 acpiacad0 at acpi0 (AC, ACPI0003): ACPI AC Adapter
 acpibat0 at acpi0 (CMB1, PNP0C0A-1): ACPI Battery
 nsrepair-0283 [02] NsRepairObject        : \_SB_.CMB1._BIF: Converted Buffer 
to expected String at index 9
 acpibat0: Fujitsu LION rechargeable battery
 acpibat0: model number CP240502, serial number 1
 acpibat0: granularity: low->warn 0.001 Ah, warn->full 0.001 Ah
 acpitz0 at acpi0 (TZ00): ACPI Thermal Zone
 acpitz0: critical 100.0 C, passive 95.0 C, passive cooling
 acpitz1 at acpi0 (TZ01): ACPI Thermal Zone
 acpitz1: critical 100.0 C, passive 95.0 C, passive cooling
 apm0 at acpi0: Power Management spec V1.2
 acpi0: \     HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: CPU0  HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: CPU1  HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: _SB   HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: MCFG  HID PNP0C02    UID -    STA 0xFFFFFFFF ADR -
 acpi0: PCI0  HID PNP0A08    UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: MBIO  HID PNP0C02    UID -    STA 0x0000000F ADR -
 acpi0: GFX0  HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000020000
 acpi0: CRT   HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000100
 acpi0: LCD   HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000110
 acpi0: TV    HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000200
 acpi0: DVI   HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000300
 acpi0: PCIB  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001E0000
 acpi0: LPCB  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001F0000
 acpi0: TPM   HID IFX0102    UID 1    STA 0x00000000 ADR -
 acpi0: DIGI  HID FUJ02E6    UID -    STA 0x0000000F ADR -
 acpi0: BTNS  HID FUJ02BF    UID -    STA 0x0000000F ADR -
 acpi0: FJEX  HID FUJ02B1    UID -    STA 0x0000000F ADR -
 acpi0: CMBT  HID FUJ02E1    UID -    STA 0x00000000 ADR -
 acpi0: EC    HID PNP0C09    UID -    STA 0xFFFFFFFF ADR -
 acpi0: DMAC  HID PNP0200    UID -    STA 0x0000000F ADR -
 acpi0: TIME  HID PNP0100    UID -    STA 0x0000000F ADR -
 acpi0: PIC   HID PNP0000    UID -    STA 0x0000000F ADR -
 acpi0: RTC   HID PNP0B00    UID -    STA 0x0000000F ADR -
 acpi0: SPKR  HID PNP0800    UID -    STA 0x0000000F ADR -
 acpi0: MATH  HID PNP0C04    UID -    STA 0x0000000F ADR -
 acpi0: KBC   HID PNP0320    UID -    STA 0x0000000F ADR -
 acpi0: PS2M  HID PNP0F13    UID -    STA 0x0000000F ADR -
 acpi0: FWH   HID INT0800    UID -    STA 0x00000000 ADR -
 acpi0: HPET  HID PNP0103    UID -    STA 0x0000000F ADR -
 acpi0: UAR1  HID PNP0501    UID 1    STA 0x00000000 ADR -
 acpi0: LNKA  HID PNP0C0F    UID 1    STA 0x0000000B ADR -
 acpi0: LNKB  HID PNP0C0F    UID 2    STA 0x0000000B ADR -
 acpi0: LNKC  HID PNP0C0F    UID 3    STA 0x0000000B ADR -
 acpi0: LNKD  HID PNP0C0F    UID 4    STA 0x0000000B ADR -
 acpi0: LNKE  HID PNP0C0F    UID 5    STA 0x0000000B ADR -
 acpi0: LNKF  HID PNP0C0F    UID 6    STA 0x00000009 ADR -
 acpi0: LNKG  HID PNP0C0F    UID 7    STA 0x0000000B ADR -
 acpi0: LNKH  HID PNP0C0F    UID 8    STA 0x0000000B ADR -
 acpi0: PATA  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001F0001
 acpi0: PRIM  HID -          UID -    STA 0x0000000F ADR 0x0000000000000000
 acpi0: MAST  HID -          UID -    STA 0x0000000F ADR 0x0000000000000000
 acpi0: SLAV  HID -          UID -    STA 0x00000000 ADR 0x0000000000000001
 acpi0: USB1  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001D0000
 acpi0: USB2  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001D0001
 acpi0: USB3  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001D0002
 acpi0: USB4  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001D0003
 acpi0: USB7  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001D0007
 acpi0: SBUS  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001F0003
 acpi0: AUD0  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001E0002
 acpi0: MODM  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001E0003
 acpi0: HDEF  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001B0000
 acpi0: RP01  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001C0000
 acpi0: PXS1  HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: RP02  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001C0001
 acpi0: PXS2  HID -          UID -    STA 0x00000000 ADR 0x0000000000000000
 acpi0: RP03  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001C0002
 acpi0: PXS3  HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: RP04  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001C0003
 acpi0: PXS4  HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: FEXT  HID FUJ02E3    UID -    STA 0x0000000F ADR -
 acpi0: LID   HID PNP0C0D    UID -    STA 0xFFFFFFFF ADR -
 acpi0: PWRB  HID PNP0C0C    UID -    STA 0x0000000F ADR -
 acpi0: AC    HID ACPI0003   UID -    STA 0x0000000F ADR -
 acpi0: CMB1  HID PNP0C0A    UID 1    STA 0x0000001F ADR -
 acpi0: SLPB  HID PNP0C0E    UID -    STA 0x00000000 ADR -
 acpi0: _TZ   HID -          UID -    STA          - ADR -
 acpi0: TZ00  HID -          UID -    STA          - ADR -
 acpi0: TZ01  HID -          UID -    STA          - ADR -
 
 \     [06] [  ] 
     CPU0  [12] [  ] 
     CPU1  [12] [  ] 
     _SB   [06] [  ] 
         MCFG  [06] [  ] 
         PCI0  [06] [  ] (PCI) @ 0x00:0x00:0x00:0x00 [R] [B] -> 0x00
             MBIO  [06] [  ] 
             GFX0  [06] [  ] (PCI) @ 0x00:0x00:0x02:0x00 
                 CRT   [06] [  ] 
                 LCD   [06] [  ] 
                 TV    [06] [  ] 
                 DVI   [06] [  ] 
             PCIB  [06] [ W] (PCI) @ 0x00:0x00:0x1E:0x00 [B] -> 0x08
             LPCB  [06] [  ] (PCI) @ 0x00:0x00:0x1F:0x00 
                 TPM   [06] [  ] 
                 DIGI  [06] [  ] 
                 BTNS  [06] [  ] 
                 FJEX  [06] [  ] 
                 CMBT  [06] [  ] 
                 EC    [06] [  ] 
                 DMAC  [06] [  ] 
                 TIME  [06] [  ] 
                 PIC   [06] [  ] 
                 RTC   [06] [  ] 
                 SPKR  [06] [  ] 
                 MATH  [06] [  ] 
                 KBC   [06] [  ] 
                 PS2M  [06] [  ] 
                 FWH   [06] [  ] 
                 HPET  [06] [  ] 
                 UAR1  [06] [  ] 
                 LNKA  [06] [  ] 
                 LNKB  [06] [  ] 
                 LNKC  [06] [  ] 
                 LNKD  [06] [  ] 
                 LNKE  [06] [  ] 
                 LNKF  [06] [  ] 
                 LNKG  [06] [  ] 
                 LNKH  [06] [  ] 
             PATA  [06] [  ] (PCI) @ 0x00:0x00:0x1F:0x01 
                 PRIM  [06] [  ] 
                     MAST  [06] [  ] 
                     SLAV  [06] [  ] 
             USB1  [06] [ W] (PCI) @ 0x00:0x00:0x1D:0x00 
             USB2  [06] [ W] (PCI) @ 0x00:0x00:0x1D:0x01 
             USB3  [06] [ W] (PCI) @ 0x00:0x00:0x1D:0x02 
             USB4  [06] [ W] (PCI) @ 0x00:0x00:0x1D:0x03 
             USB7  [06] [ W] (PCI) @ 0x00:0x00:0x1D:0x07 
             SBUS  [06] [  ] (PCI) @ 0x00:0x00:0x1F:0x03 
             AUD0  [06] [  ] (PCI) @ 0x00:0x00:0x1E:0x02 
             MODM  [06] [ W] (PCI) @ 0x00:0x00:0x1E:0x03 
             HDEF  [06] [ W] (PCI) @ 0x00:0x00:0x1B:0x00 
             RP01  [06] [  ] (PCI) @ 0x00:0x00:0x1C:0x00 [B] -> 0x02
                 PXS1  [06] [ W] (PCI) @ 0x00:0x02:0x00:0x00 
             RP02  [06] [  ] (PCI) @ 0x00:0x00:0x1C:0x01 
                 PXS2  [06] [ W] 
             RP03  [06] [  ] (PCI) @ 0x00:0x00:0x1C:0x02 [B] -> 0x05
                 PXS3  [06] [  ] (PCI) @ 0x00:0x05:0x00:0x00 
             RP04  [06] [  ] (PCI) @ 0x00:0x00:0x1C:0x03 
                 PXS4  [06] [  ] 
         FEXT  [06] [  ] 
         LID   [06] [ W] 
         PWRB  [06] [  ] 
         AC    [06] [  ] 
         CMB1  [06] [  ] 
         SLPB  [06] [  ] 
     _TZ   [13] [  ] 
         TZ00  [13] [  ] 
         TZ01  [13] [  ] 
 attimer1: attached to pcppi1
 pckbd0 at pckbc1 (kbd slot)
 pckbc1: using irq 1 for kbd slot
 wskbd0 at pckbd0: console keyboard
 pms0 at pckbc1 (aux slot)
 pckbc1: using irq 12 for aux slot
 wsmouse0 at pms0 mux 0
 pci0 at mainbus0 bus 0: configuration mode 1
 pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
 pchb0 at pci0 dev 0 function 0: Intel 82945GM/PM/GMS Host Bridge (rev. 0x03)
 agp0 at pchb0: detected 7932k stolen memory
 agp0: aperture at 0xe0000000, size 0x10000000
 vga1 at pci0 dev 2 function 0: Intel 82945GM/PM/GMS Integrated Graphics Device 
(rev. 0x03)
 wsdisplay0 at vga1 kbdmux 1: console (80x25, vt100 emulation), using wskbd0
 wsmux1: connecting to wsdisplay0
 i915drm0 at vga1: Intel i945GM
 i915drm0: AGP at 0xe0000000 256MB
 i915drm0: Initialized i915 1.6.0 20080730
 Intel 82945GM/PM/GMS Integrated Graphics Device (miscellaneous display, 
revision 0x03) at pci0 dev 2 function 1 not configured
 hdaudio0 at pci0 dev 27 function 0: HD Audio Controller
 hdaudio0: interrupting at ioapic0 pin 17
 hdaudio0: High Definition Audio version 1.0
 hdaudio0: OSS 4 ISS 4 BSS 0 SDO 0 64-bit
 hdaudio0: using 1024 byte CORB (cap 4)
 hdaudio0: using 2048 byte RIRB (cap 4)
 hdaudio0: Codec00: 8384:7616 HDA 1.0 rev 2 stepping 1
 hdafg0 at hdaudio0 vendor 0x8384 product 0x7616 nid 0x01 (firmware 
configuration)
 hdafg0: parsing widgets
 hdafg0: afg start 02 end 25 nwidgets 35
 hdafg0: powering up widgets
 hdafg0: afg widgets 0xcb8f3000-0xcb8f5530
 hdafg0: parsing controls
 hdafg0: disabling non-audio devices
 hdafg0: disabling useless devices
 hdafg0: parsing associations
 hdafg0:   count present associations
 hdafg0:   maxassocs 3
 hdafg0:   allocating memory
 hdafg0:   scan associations, skipping as=0
 hdafg0:   all done
 hdafg0: building tree
 hdafg0: disabling unassociated pins
 hdafg0: disabling unselected pins
 hdafg0: disabling useless devices
 hdafg0: disabling cross-associated pins
 hdafg0: disabling useless devices
 hdafg0: assigning mixer names to sound sources
 hdafg0: assigning mixers to device tree
 hdafg0: preparing pin controls
 hdafg0: commiting settings
 hdafg0: setup jack sensing
 hdafg0: building mixer controls
 hdafg0: ADC0:07, Analog Mic In: Fixed Function (Unknown, 13)
 hdafg0: ADC1:08, Analog Mic In: Jack (Black, 0C)
 hdafg0: DAC2:02, Analog HP Out: Jack (Black, 0A)
 hdafg0: configuring encodings
 hdafg0: 2ch/2ch 44100Hz-192000Hz 16/16 20/32 24/32
 hdafg0: reserving streams
 hdafg0: connecting streams
 hdafg0: attaching audio device
 audio0 at hdafg0: full duplex, playback, capture, independent
 hdaudio0: Codec01: 11C1:1040 HDA 1.0 rev 2 stepping 0
 hdvsmfg at hdaudio0 vendor 0x11C1 product 0x1040 nid 0x01 not configured
 ppb0 at pci0 dev 28 function 0: Intel 82801GB/GR PCI Express Port #1 (rev. 
0x02)
 ppb0: disabling notification events
 pci1 at ppb0 bus 2
 pci1: i/o space, memory space enabled, rd/line, wr/inv ok
 mskc0 at pci1 dev 0 function 0, Yukon-2 EC Ultra rev. A1 (0x2): ioapic0 pin 16
 msk0 at mskc0 port A: Ethernet address 00:17:42:3d:72:02
 makphy0 at msk0 phy 0: Marvell 88E1149 Gigabit PHY, rev. 1
 makphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 
1000baseT-FDX, auto
 ppb1 at pci0 dev 28 function 2: Intel 82801GB/GR PCI Express Port #3 (rev. 
0x02)
 ppb1: disabling notification events
 pci2 at ppb1 bus 5
 pci2: no spaces enabled!
 uhci0 at pci0 dev 29 function 0: Intel 82801GB/GR USB UHCI Controller (rev. 
0x02)
 uhci0: interrupting at ioapic0 pin 23
 usb0 at uhci0: USB revision 1.0
 uhci1 at pci0 dev 29 function 1: Intel 82801GB/GR USB UHCI Controller (rev. 
0x02)
 uhci1: interrupting at ioapic0 pin 20
 usb1 at uhci1: USB revision 1.0
 uhci2 at pci0 dev 29 function 2: Intel 82801GB/GR USB UHCI Controller (rev. 
0x02)
 uhci2: interrupting at ioapic0 pin 18
 usb2 at uhci2: USB revision 1.0
 uhci3 at pci0 dev 29 function 3: Intel 82801GB/GR USB UHCI Controller (rev. 
0x02)
 uhci3: interrupting at ioapic0 pin 16
 usb3 at uhci3: USB revision 1.0
 ehci0 at pci0 dev 29 function 7: Intel 82801GB/GR USB EHCI Controller (rev. 
0x02)
 ehci0: interrupting at ioapic0 pin 23
 ehci0: EHCI version 1.0
 ehci0: companion controllers, 2 ports each: uhci0 uhci1 uhci2 uhci3
 usb4 at ehci0: USB revision 2.0
 ppb2 at pci0 dev 30 function 0: Intel 82801BAM Hub-PCI Bridge (rev. 0xe2)
 pci3 at ppb2 bus 8
 pci3: i/o space, memory space enabled
 cbb0 at pci3 dev 3 function 0: Ricoh 5C476 PCI-CardBus Bridge (rev. 0x8d)
 sdhc0 at pci3 dev 3 function 1: Ricoh 5C822 PCI-CardBus Bridge/MS/SD/MMC/SC 
(rev. 0x13)
 sdhc0: interrupting at ioapic0 pin 17
 sdmmc0 at sdhc0
 cbb0: cacheline 0x0 lattimer 0x40
 cbb0: bhlc 0x824000
 cbb0: interrupting at ioapic0 pin 16
 cardslot0 at cbb0
 cardbus0 at cardslot0: bus 9
 pcmcia0 at cardslot0
 ichlpcib0 at pci0 dev 31 function 0: Intel 82801GBM LPC Interface Bridge (rev. 
0x02)
 timecounter: Timecounter "ichlpcib0" frequency 3579545 Hz quality 1000
 ichlpcib0: 24-bit timer
 ichlpcib0: TCO (watchdog) timer configured.
 gpio0 at ichlpcib0: 64 pins
 piixide0 at pci0 dev 31 function 1: Intel 82801GB/GR IDE Controller (ICH7) 
(rev. 0x02)
 piixide0: bus-master DMA support present
 piixide0: primary channel configured to compatibility mode
 piixide0: primary channel interrupting at ioapic0 pin 14
 atabus0 at piixide0 channel 0
 piixide0: secondary channel configured to compatibility mode
 piixide0: secondary channel ignored (disabled)
 ichsmb0 at pci0 dev 31 function 3: Intel 82801GB/GR SMBus Controller (rev. 
0x02)
 ichsmb0: interrupting at ioapic0 pin 19
 iic0 at ichsmb0: I2C bus
 isa0 at ichlpcib0
 com0 at isa0 port 0x220-0x227 irq 4: ns16550a, working fifo
 timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
 timecounter: Timecounter "TSC" frequency 1197116280 Hz quality 3000
 acpiacad0: AC adapter online.
 uhub0 at usb0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 uhub0: 2 ports with 2 removable, self powered
 uhub1 at usb1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 uhub1: 2 ports with 2 removable, self powered
 uhub2 at usb2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 uhub2: 2 ports with 2 removable, self powered
 uhub3 at usb3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 uhub3: 2 ports with 2 removable, self powered
 uhub4 at usb4: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
 uhub4: 8 ports with 8 removable, self powered
 ugen0 at uhub2 port 1
 ugen0: AuthenTec Fingerprint Sensor, rev 1.10/6.21, addr 2
 wd0 at atabus0 drive 0: <TOSHIBA MK6006GAH>
 wd0: drive supports 16-sector PIO transfers, LBA48 addressing
 wd0: 57231 MB, 116280 cyl, 16 head, 63 sec, 512 bytes/sect x 117210240 sectors
 wd0: 32-bit data port
 wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100)
 wd0(piixide0:0:0): using PIO mode 4, Ultra-DMA mode 5 (Ultra/100) (using DMA)
 Kernelized RAIDframe activated
 boot device: wd0
 root on wd0a dumps on wd0b
 root file system type: ffs
 ubt0 at uhub2 port 2
 ubt0: vendor 0x0c24 product 0x000f, rev 2.00/19.15, addr 3
 wsdisplay0: screen 1 added (80x25, vt100 emulation)
 wsdisplay0: screen 2 added (80x25, vt100 emulation)
 wsdisplay0: screen 3 added (80x25, vt100 emulation)
 wsdisplay0: screen 4 added (80x25, vt100 emulation)
 
 ----Next_Part(Fri_Jul__2_13_09_28_2010_038)--
 Content-Type: Text/Plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline; filename="dmesg-hpet-patched.txt"
 
 Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
     2006, 2007, 2008, 2009, 2010
     The NetBSD Foundation, Inc.  All rights reserved.
 Copyright (c) 1982, 1986, 1989, 1991, 1993
     The Regents of the University of California.  All rights reserved.
 
 NetBSD 5.99.34 (BRIGHTGIRL7) #30: Fri Jul  2 12:55:04 JST 2010
        
root%hydrogen.elements.tetera.org@localhost:/usr/obj/sys/arch/i386/compile/BRIGHTGIRL7
 total memory = 1013 MB
 avail memory = 984 MB
 timecounter: Timecounters tick every 10.000 msec
 timecounter: Timecounter "i8254" frequency 1193182 Hz quality 100
 FUJITSU FMVLP70WN ( )
 mainbus0 (root)
 Parsing all Control Methods:
 Table [DSDT](id 0001) - 807 Objects with 62 Devices 197 Methods 29 Regions
 Parsing all Control Methods:
 Table [SSDT](id 0002) - 13 Objects with 0 Devices 4 Methods 0 Regions
 Parsing all Control Methods:
 Table [SSDT](id 0003) - 5 Objects with 0 Devices 3 Methods 0 Regions
 Parsing all Control Methods:
 Table [SSDT](id 0004) - 1 Objects with 0 Devices 1 Methods 0 Regions
  tbxface-0635 [02] TbLoadNamespace       : ACPI Tables successfully acquired
 evxfevnt-0184 [02] Enable                : Transition to ACPI mode successful
 cpu0 at mainbus0 apid 0: Intel 686-class, 1197MHz, id 0x6ec
 ioapic0 at mainbus0 apid 1: pa 0xfec00000, version 20, 24 pins
 acpi0 at mainbus0: Intel ACPICA 20100528
 acpi0: X/RSDT: OemId <FUJ   ,PC      ,01130000>, AslId <FUJ ,00000100>
 evxfevnt-0170 [02] Enable                : System is already in ACPI mode
 evgpeblk-0519 [04] EvCreateGpeBlock      : GPE 00 to 1F [_GPE] 4 regs on int 
0x9
 Completing Region/Field/Buffer/Package 
initialization:.............................................................................
 Initialized 23/29 Regions 0/0 Fields 31/31 Buffers 23/23 Packages (835 nodes)
 Initializing Device/Processor/Thermal objects by executing _INI 
methods:Parsing all Control Methods:
 Table [SSDT](id 003A) - 35 Objects with 0 Devices 14 Methods 6 Regions
 ACPI: Enabled 0 new runtime GPEs, added 5 new wakeup GPEs
 ACPI: Dynamic OEM Table Load:
 ........
 Executed 8 _INI methods requiring 7 _STA executions (examined 68 objects)
 evgpeblk-0655 [03] EvInitializeGpeBlock  : Enabled 4 Runtime GPEs, added 9 
Wake GPEs in this block
 acpi0: SCI interrupting at int 9
 timecounter: Timecounter "ACPI-Safe" frequency 3579545 Hz quality 900
 ACPI-Safe 24-bit timer
 DIGI (FUJ02E6) at acpi0 not configured
 BTNS (FUJ02BF) at acpi0 not configured
 FJEX (FUJ02B1) at acpi0 not configured
 acpiec0 at acpi0 (EC, PNP0C09): io 0x62,0x66
 attimer1 at acpi0 (TIME, PNP0100): io 0x40-0x43 irq 0
 pcppi1 at acpi0 (SPKR, PNP0800): io 0x61
 midi0 at pcppi1: PC speaker
 sysbeep0 at pcppi1
 npx1 at acpi0 (MATH, PNP0C04): io 0xf0-0xfe irq 13
 npx1: reported by CPUID; using exception 16
 pckbc1 at acpi0 (KBC, PNP0320) (kbd port): io 0x60,0x64 irq 1
 pckbc2 at acpi0 (PS2M, PNP0F13) (aux port): irq 12
 hpet0 at acpi0 (HPET, PNP0103): mem 0xfed00000-0xfed003ff
 timecounter: Timecounter "hpet0" frequency 14318179 Hz quality 2000
 FEXT (FUJ02E3) at acpi0 not configured
 acpilid0 at acpi0 (LID, PNP0C0D): ACPI Lid Switch
 acpibut0 at acpi0 (PWRB, PNP0C0C): ACPI Power Button
 acpiacad0 at acpi0 (AC, ACPI0003): ACPI AC Adapter
 acpibat0 at acpi0 (CMB1, PNP0C0A-1): ACPI Battery
 nsrepair-0283 [02] NsRepairObject        : \_SB_.CMB1._BIF: Converted Buffer 
to expected String at index 9
 acpibat0: Fujitsu LION rechargeable battery
 acpibat0: model number CP240502, serial number 1
 acpibat0: granularity: low->warn 0.001 Ah, warn->full 0.001 Ah
 acpitz0 at acpi0 (TZ00): ACPI Thermal Zone
 acpitz0: critical 100.0 C, passive 95.0 C, passive cooling
 acpitz1 at acpi0 (TZ01): ACPI Thermal Zone
 acpitz1: critical 100.0 C, passive 95.0 C, passive cooling
 apm0 at acpi0: Power Management spec V1.2
 acpi0: \     HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: CPU0  HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: CPU1  HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: _SB   HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: MCFG  HID PNP0C02    UID -    STA 0xFFFFFFFF ADR -
 acpi0: PCI0  HID PNP0A08    UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: MBIO  HID PNP0C02    UID -    STA 0x0000000F ADR -
 acpi0: GFX0  HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000020000
 acpi0: CRT   HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000100
 acpi0: LCD   HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000110
 acpi0: TV    HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000200
 acpi0: DVI   HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000300
 acpi0: PCIB  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001E0000
 acpi0: LPCB  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001F0000
 acpi0: TPM   HID IFX0102    UID 1    STA 0x00000000 ADR -
 acpi0: DIGI  HID FUJ02E6    UID -    STA 0x0000000F ADR -
 acpi0: BTNS  HID FUJ02BF    UID -    STA 0x0000000F ADR -
 acpi0: FJEX  HID FUJ02B1    UID -    STA 0x0000000F ADR -
 acpi0: CMBT  HID FUJ02E1    UID -    STA 0x00000000 ADR -
 acpi0: EC    HID PNP0C09    UID -    STA 0xFFFFFFFF ADR -
 acpi0: DMAC  HID PNP0200    UID -    STA 0x0000000F ADR -
 acpi0: TIME  HID PNP0100    UID -    STA 0x0000000F ADR -
 acpi0: PIC   HID PNP0000    UID -    STA 0x0000000F ADR -
 acpi0: RTC   HID PNP0B00    UID -    STA 0x0000000F ADR -
 acpi0: SPKR  HID PNP0800    UID -    STA 0x0000000F ADR -
 acpi0: MATH  HID PNP0C04    UID -    STA 0x0000000F ADR -
 acpi0: KBC   HID PNP0320    UID -    STA 0x0000000F ADR -
 acpi0: PS2M  HID PNP0F13    UID -    STA 0x0000000F ADR -
 acpi0: FWH   HID INT0800    UID -    STA 0x00000000 ADR -
 acpi0: HPET  HID PNP0103    UID -    STA 0x0000000F ADR -
 acpi0: UAR1  HID PNP0501    UID 1    STA 0x00000000 ADR -
 acpi0: LNKA  HID PNP0C0F    UID 1    STA 0x0000000B ADR -
 acpi0: LNKB  HID PNP0C0F    UID 2    STA 0x0000000B ADR -
 acpi0: LNKC  HID PNP0C0F    UID 3    STA 0x0000000B ADR -
 acpi0: LNKD  HID PNP0C0F    UID 4    STA 0x0000000B ADR -
 acpi0: LNKE  HID PNP0C0F    UID 5    STA 0x0000000B ADR -
 acpi0: LNKF  HID PNP0C0F    UID 6    STA 0x00000009 ADR -
 acpi0: LNKG  HID PNP0C0F    UID 7    STA 0x0000000B ADR -
 acpi0: LNKH  HID PNP0C0F    UID 8    STA 0x0000000B ADR -
 acpi0: PATA  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001F0001
 acpi0: PRIM  HID -          UID -    STA 0x0000000F ADR 0x0000000000000000
 acpi0: MAST  HID -          UID -    STA 0x0000000F ADR 0x0000000000000000
 acpi0: SLAV  HID -          UID -    STA 0x00000000 ADR 0x0000000000000001
 acpi0: USB1  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001D0000
 acpi0: USB2  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001D0001
 acpi0: USB3  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001D0002
 acpi0: USB4  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001D0003
 acpi0: USB7  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001D0007
 acpi0: SBUS  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001F0003
 acpi0: AUD0  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001E0002
 acpi0: MODM  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001E0003
 acpi0: HDEF  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001B0000
 acpi0: RP01  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001C0000
 acpi0: PXS1  HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: RP02  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001C0001
 acpi0: PXS2  HID -          UID -    STA 0x00000000 ADR 0x0000000000000000
 acpi0: RP03  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001C0002
 acpi0: PXS3  HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: RP04  HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001C0003
 acpi0: PXS4  HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: FEXT  HID FUJ02E3    UID -    STA 0x0000000F ADR -
 acpi0: LID   HID PNP0C0D    UID -    STA 0xFFFFFFFF ADR -
 acpi0: PWRB  HID PNP0C0C    UID -    STA 0x0000000F ADR -
 acpi0: AC    HID ACPI0003   UID -    STA 0x0000000F ADR -
 acpi0: CMB1  HID PNP0C0A    UID 1    STA 0x0000001F ADR -
 acpi0: SLPB  HID PNP0C0E    UID -    STA 0x00000000 ADR -
 acpi0: _TZ   HID -          UID -    STA          - ADR -
 acpi0: TZ00  HID -          UID -    STA          - ADR -
 acpi0: TZ01  HID -          UID -    STA          - ADR -
 
 \     [06] [  ] 
     CPU0  [12] [  ] 
     CPU1  [12] [  ] 
     _SB   [06] [  ] 
         MCFG  [06] [  ] 
         PCI0  [06] [  ] (PCI) @ 0x00:0x00:0x00:0x00 [R] [B] -> 0x00
             MBIO  [06] [  ] 
             GFX0  [06] [  ] (PCI) @ 0x00:0x00:0x02:0x00 
                 CRT   [06] [  ] 
                 LCD   [06] [  ] 
                 TV    [06] [  ] 
                 DVI   [06] [  ] 
             PCIB  [06] [ W] (PCI) @ 0x00:0x00:0x1E:0x00 [B] -> 0x08
             LPCB  [06] [  ] (PCI) @ 0x00:0x00:0x1F:0x00 
                 TPM   [06] [  ] 
                 DIGI  [06] [  ] 
                 BTNS  [06] [  ] 
                 FJEX  [06] [  ] 
                 CMBT  [06] [  ] 
                 EC    [06] [  ] 
                 DMAC  [06] [  ] 
                 TIME  [06] [  ] 
                 PIC   [06] [  ] 
                 RTC   [06] [  ] 
                 SPKR  [06] [  ] 
                 MATH  [06] [  ] 
                 KBC   [06] [  ] 
                 PS2M  [06] [  ] 
                 FWH   [06] [  ] 
                 HPET  [06] [  ] 
                 UAR1  [06] [  ] 
                 LNKA  [06] [  ] 
                 LNKB  [06] [  ] 
                 LNKC  [06] [  ] 
                 LNKD  [06] [  ] 
                 LNKE  [06] [  ] 
                 LNKF  [06] [  ] 
                 LNKG  [06] [  ] 
                 LNKH  [06] [  ] 
             PATA  [06] [  ] (PCI) @ 0x00:0x00:0x1F:0x01 
                 PRIM  [06] [  ] 
                     MAST  [06] [  ] 
                     SLAV  [06] [  ] 
             USB1  [06] [ W] (PCI) @ 0x00:0x00:0x1D:0x00 
             USB2  [06] [ W] (PCI) @ 0x00:0x00:0x1D:0x01 
             USB3  [06] [ W] (PCI) @ 0x00:0x00:0x1D:0x02 
             USB4  [06] [ W] (PCI) @ 0x00:0x00:0x1D:0x03 
             USB7  [06] [ W] (PCI) @ 0x00:0x00:0x1D:0x07 
             SBUS  [06] [  ] (PCI) @ 0x00:0x00:0x1F:0x03 
             AUD0  [06] [  ] (PCI) @ 0x00:0x00:0x1E:0x02 
             MODM  [06] [ W] (PCI) @ 0x00:0x00:0x1E:0x03 
             HDEF  [06] [ W] (PCI) @ 0x00:0x00:0x1B:0x00 
             RP01  [06] [  ] (PCI) @ 0x00:0x00:0x1C:0x00 [B] -> 0x02
                 PXS1  [06] [ W] (PCI) @ 0x00:0x02:0x00:0x00 
             RP02  [06] [  ] (PCI) @ 0x00:0x00:0x1C:0x01 
                 PXS2  [06] [ W] 
             RP03  [06] [  ] (PCI) @ 0x00:0x00:0x1C:0x02 [B] -> 0x05
                 PXS3  [06] [  ] (PCI) @ 0x00:0x05:0x00:0x00 
             RP04  [06] [  ] (PCI) @ 0x00:0x00:0x1C:0x03 
                 PXS4  [06] [  ] 
         FEXT  [06] [  ] 
         LID   [06] [ W] 
         PWRB  [06] [  ] 
         AC    [06] [  ] 
         CMB1  [06] [  ] 
         SLPB  [06] [  ] 
     _TZ   [13] [  ] 
         TZ00  [13] [  ] 
         TZ01  [13] [  ] 
 attimer1: attached to pcppi1
 pckbd0 at pckbc1 (kbd slot)
 pckbc1: using irq 1 for kbd slot
 wskbd0 at pckbd0: console keyboard
 pms0 at pckbc1 (aux slot)
 pckbc1: using irq 12 for aux slot
 wsmouse0 at pms0 mux 0
 pci0 at mainbus0 bus 0: configuration mode 1
 pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
 pchb0 at pci0 dev 0 function 0: Intel 82945GM/PM/GMS Host Bridge (rev. 0x03)
 agp0 at pchb0: detected 7932k stolen memory
 agp0: aperture at 0xe0000000, size 0x10000000
 vga1 at pci0 dev 2 function 0: Intel 82945GM/PM/GMS Integrated Graphics Device 
(rev. 0x03)
 wsdisplay0 at vga1 kbdmux 1: console (80x25, vt100 emulation), using wskbd0
 wsmux1: connecting to wsdisplay0
 i915drm0 at vga1: Intel i945GM
 i915drm0: AGP at 0xe0000000 256MB
 i915drm0: Initialized i915 1.6.0 20080730
 Intel 82945GM/PM/GMS Integrated Graphics Device (miscellaneous display, 
revision 0x03) at pci0 dev 2 function 1 not configured
 hdaudio0 at pci0 dev 27 function 0: HD Audio Controller
 hdaudio0: interrupting at ioapic0 pin 17
 hdaudio0: High Definition Audio version 1.0
 hdaudio0: OSS 4 ISS 4 BSS 0 SDO 0 64-bit
 hdaudio0: using 1024 byte CORB (cap 4)
 hdaudio0: using 2048 byte RIRB (cap 4)
 hdaudio0: Codec00: 8384:7616 HDA 1.0 rev 2 stepping 1
 hdafg0 at hdaudio0 vendor 0x8384 product 0x7616 nid 0x01 (firmware 
configuration)
 hdafg0: parsing widgets
 hdafg0: afg start 02 end 25 nwidgets 35
 hdafg0: powering up widgets
 hdafg0: afg widgets 0xcb8f4000-0xcb8f6530
 hdafg0: parsing controls
 hdafg0: disabling non-audio devices
 hdafg0: disabling useless devices
 hdafg0: parsing associations
 hdafg0:   count present associations
 hdafg0:   maxassocs 3
 hdafg0:   allocating memory
 hdafg0:   scan associations, skipping as=0
 hdafg0:   all done
 hdafg0: building tree
 hdafg0: disabling unassociated pins
 hdafg0: disabling unselected pins
 hdafg0: disabling useless devices
 hdafg0: disabling cross-associated pins
 hdafg0: disabling useless devices
 hdafg0: assigning mixer names to sound sources
 hdafg0: assigning mixers to device tree
 hdafg0: preparing pin controls
 hdafg0: commiting settings
 hdafg0: setup jack sensing
 hdafg0: building mixer controls
 hdafg0: ADC0:07, Analog Mic In: Fixed Function (Unknown, 13)
 hdafg0: ADC1:08, Analog Mic In: Jack (Black, 0C)
 hdafg0: DAC2:02, Analog HP Out: Jack (Black, 0A)
 hdafg0: configuring encodings
 hdafg0: 2ch/2ch 44100Hz-192000Hz 16/16 20/32 24/32
 hdafg0: reserving streams
 hdafg0: connecting streams
 hdafg0: attaching audio device
 audio0 at hdafg0: full duplex, playback, capture, independent
 hdaudio0: Codec01: 11C1:1040 HDA 1.0 rev 2 stepping 0
 hdvsmfg at hdaudio0 vendor 0x11C1 product 0x1040 nid 0x01 not configured
 ppb0 at pci0 dev 28 function 0: Intel 82801GB/GR PCI Express Port #1 (rev. 
0x02)
 ppb0: disabling notification events
 pci1 at ppb0 bus 2
 pci1: i/o space, memory space enabled, rd/line, wr/inv ok
 mskc0 at pci1 dev 0 function 0, Yukon-2 EC Ultra rev. A1 (0x2): ioapic0 pin 16
 msk0 at mskc0 port A: Ethernet address 00:17:42:3d:72:02
 makphy0 at msk0 phy 0: Marvell 88E1149 Gigabit PHY, rev. 1
 makphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 
1000baseT-FDX, auto
 ppb1 at pci0 dev 28 function 2: Intel 82801GB/GR PCI Express Port #3 (rev. 
0x02)
 ppb1: disabling notification events
 pci2 at ppb1 bus 5
 pci2: no spaces enabled!
 uhci0 at pci0 dev 29 function 0: Intel 82801GB/GR USB UHCI Controller (rev. 
0x02)
 uhci0: interrupting at ioapic0 pin 23
 usb0 at uhci0: USB revision 1.0
 uhci1 at pci0 dev 29 function 1: Intel 82801GB/GR USB UHCI Controller (rev. 
0x02)
 uhci1: interrupting at ioapic0 pin 20
 usb1 at uhci1: USB revision 1.0
 uhci2 at pci0 dev 29 function 2: Intel 82801GB/GR USB UHCI Controller (rev. 
0x02)
 uhci2: interrupting at ioapic0 pin 18
 usb2 at uhci2: USB revision 1.0
 uhci3 at pci0 dev 29 function 3: Intel 82801GB/GR USB UHCI Controller (rev. 
0x02)
 uhci3: interrupting at ioapic0 pin 16
 usb3 at uhci3: USB revision 1.0
 ehci0 at pci0 dev 29 function 7: Intel 82801GB/GR USB EHCI Controller (rev. 
0x02)
 ehci0: interrupting at ioapic0 pin 23
 ehci0: EHCI version 1.0
 ehci0: companion controllers, 2 ports each: uhci0 uhci1 uhci2 uhci3
 usb4 at ehci0: USB revision 2.0
 ppb2 at pci0 dev 30 function 0: Intel 82801BAM Hub-PCI Bridge (rev. 0xe2)
 pci3 at ppb2 bus 8
 pci3: i/o space, memory space enabled
 cbb0 at pci3 dev 3 function 0: Ricoh 5C476 PCI-CardBus Bridge (rev. 0x8d)
 sdhc0 at pci3 dev 3 function 1: Ricoh 5C822 PCI-CardBus Bridge/MS/SD/MMC/SC 
(rev. 0x13)
 sdhc0: interrupting at ioapic0 pin 17
 sdmmc0 at sdhc0
 cbb0: cacheline 0x0 lattimer 0x40
 cbb0: bhlc 0x824000
 cbb0: interrupting at ioapic0 pin 16
 cardslot0 at cbb0
 cardbus0 at cardslot0: bus 9
 pcmcia0 at cardslot0
 ichlpcib0 at pci0 dev 31 function 0: Intel 82801GBM LPC Interface Bridge (rev. 
0x02)
 timecounter: Timecounter "ichlpcib0" frequency 3579545 Hz quality 1000
 ichlpcib0: 24-bit timer
 ichlpcib0: TCO (watchdog) timer configured.
 gpio0 at ichlpcib0: 64 pins
 piixide0 at pci0 dev 31 function 1: Intel 82801GB/GR IDE Controller (ICH7) 
(rev. 0x02)
 piixide0: bus-master DMA support present
 piixide0: primary channel configured to compatibility mode
 piixide0: primary channel interrupting at ioapic0 pin 14
 atabus0 at piixide0 channel 0
 piixide0: secondary channel configured to compatibility mode
 piixide0: secondary channel ignored (disabled)
 ichsmb0 at pci0 dev 31 function 3: Intel 82801GB/GR SMBus Controller (rev. 
0x02)
 ichsmb0: interrupting at ioapic0 pin 19
 iic0 at ichsmb0: I2C bus
 isa0 at ichlpcib0
 com0 at isa0 port 0x220-0x227 irq 4: ns16550a, working fifo
 timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
 timecounter: Timecounter "TSC" frequency 1197136710 Hz quality 3000
 acpiacad0: AC adapter online.
 uhub0 at usb0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 uhub0: 2 ports with 2 removable, self powered
 uhub1 at usb1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 uhub1: 2 ports with 2 removable, self powered
 uhub2 at usb2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 uhub2: 2 ports with 2 removable, self powered
 uhub3 at usb3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 uhub3: 2 ports with 2 removable, self powered
 uhub4 at usb4: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
 uhub4: 8 ports with 8 removable, self powered
 ugen0 at uhub2 port 1
 ugen0: AuthenTec Fingerprint Sensor, rev 1.10/6.21, addr 2
 wd0 at atabus0 drive 0: <TOSHIBA MK6006GAH>
 wd0: drive supports 16-sector PIO transfers, LBA48 addressing
 wd0: 57231 MB, 116280 cyl, 16 head, 63 sec, 512 bytes/sect x 117210240 sectors
 wd0: 32-bit data port
 wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100)
 wd0(piixide0:0:0): using PIO mode 4, Ultra-DMA mode 5 (Ultra/100) (using DMA)
 Kernelized RAIDframe activated
 boot device: wd0
 root on wd0a dumps on wd0b
 root file system type: ffs
 ubt0 at uhub2 port 2
 ubt0: vendor 0x0c24 product 0x000f, rev 2.00/19.15, addr 3
 wsdisplay0: screen 1 added (80x25, vt100 emulation)
 wsdisplay0: screen 2 added (80x25, vt100 emulation)
 wsdisplay0: screen 3 added (80x25, vt100 emulation)
 wsdisplay0: screen 4 added (80x25, vt100 emulation)
 
 ----Next_Part(Fri_Jul__2_13_09_28_2010_038)--
 Content-Type: Text/Plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline; filename="dmesg-hpet.diff"
 
 --- dmesg-hpet-before.txt      2010-07-02 13:00:20.000000000 +0900
 +++ dmesg-hpet-patched.txt     2010-07-02 13:02:39.000000000 +0900
 @@ -4,7 +4,7 @@
  Copyright (c) 1982, 1986, 1989, 1991, 1993
      The Regents of the University of California.  All rights reserved.
  
 -NetBSD 5.99.34 (BRIGHTGIRL7) #29: Fri Jul  2 07:54:33 JST 2010
 +NetBSD 5.99.34 (BRIGHTGIRL7) #30: Fri Jul  2 12:55:04 JST 2010
        
root%hydrogen.elements.tetera.org@localhost:/usr/obj/sys/arch/i386/compile/BRIGHTGIRL7
  total memory = 1013 MB
  avail memory = 984 MB
 @@ -38,8 +38,8 @@
  Executed 8 _INI methods requiring 7 _STA executions (examined 68 objects)
  evgpeblk-0655 [03] EvInitializeGpeBlock  : Enabled 4 Runtime GPEs, added 9 
Wake GPEs in this block
  acpi0: SCI interrupting at int 9
 -timecounter: Timecounter "ACPI-Fast" frequency 3579545 Hz quality 1000
 -ACPI-Fast 24-bit timer
 +timecounter: Timecounter "ACPI-Safe" frequency 3579545 Hz quality 900
 +ACPI-Safe 24-bit timer
  DIGI (FUJ02E6) at acpi0 not configured
  BTNS (FUJ02BF) at acpi0 not configured
  FJEX (FUJ02B1) at acpi0 not configured
 @@ -52,6 +52,8 @@
  npx1: reported by CPUID; using exception 16
  pckbc1 at acpi0 (KBC, PNP0320) (kbd port): io 0x60,0x64 irq 1
  pckbc2 at acpi0 (PS2M, PNP0F13) (aux port): irq 12
 +hpet0 at acpi0 (HPET, PNP0103): mem 0xfed00000-0xfed003ff
 +timecounter: Timecounter "hpet0" frequency 14318179 Hz quality 2000
  FEXT (FUJ02E3) at acpi0 not configured
  acpilid0 at acpi0 (LID, PNP0C0D): ACPI Lid Switch
  acpibut0 at acpi0 (PWRB, PNP0C0C): ACPI Power Button
 @@ -235,7 +237,7 @@
  hdafg0: parsing widgets
  hdafg0: afg start 02 end 25 nwidgets 35
  hdafg0: powering up widgets
 -hdafg0: afg widgets 0xcb8f3000-0xcb8f5530
 +hdafg0: afg widgets 0xcb8f4000-0xcb8f6530
  hdafg0: parsing controls
  hdafg0: disabling non-audio devices
  hdafg0: disabling useless devices
 @@ -328,7 +330,7 @@
  isa0 at ichlpcib0
  com0 at isa0 port 0x220-0x227 irq 4: ns16550a, working fifo
  timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
 -timecounter: Timecounter "TSC" frequency 1197116280 Hz quality 3000
 +timecounter: Timecounter "TSC" frequency 1197136710 Hz quality 3000
  acpiacad0: AC adapter online.
  uhub0 at usb0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
  uhub0: 2 ports with 2 removable, self powered
 
 ----Next_Part(Fri_Jul__2_13_09_28_2010_038)----
 
 


Home | Main Index | Thread Index | Old Index