NetBSD-Bugs archive

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

Re: kern/50453



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

From: Jose Luis Rodriguez Garcia <joseyluis%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: christos%zoulas.com@localhost
Subject: Re: kern/50453
Date: Sat, 16 Jan 2016 02:00:06 +0100

 It is the bus_space_map.
 
 I have tried your suggestion of retrying when EAGAIN error happens and
 it didn't help. (I have retried up to 10 times in a row).
 
 On Fri, Jan 15, 2016 at 10:18 PM, Jose Luis Rodriguez Garcia
 <joseyluis%gmail.com@localhost> wrote:
 > I have also the same error with pineview.
 >
 > I obtain this ACPI Error at the the begining.
 > This is from the output of boot -v of current of January 15 of 2016. (I have
 > copied the message from dmesg of next boot, not from serial console. The
 > boot output
 > was stored in /var/log/messages, although it couldn't boot).
 >
 > acpi0 at mainbus0: Intel ACPICA 20160108
 > acpi0: X/RSDT: OemId <Shuttl,Shuttle ,20110321>, AslId <MSFT,00000097>
 > ACPI Error: No handler for Region [ECRM] (0xfffffe813eee9e00)
 > [EmbeddedControl] (20160108/evregion-184)
 > ACPI Error: Region EmbeddedControl (ID=3) has no handler
 > (20160108/exfldio-323)
 > ACPI Error: Method parse/execution failed [\_SB.PCI0.SBRG.EC0._REG] (Node
 > 0xfffffe813eed8c10), AE_NOT_EXIST (20160108/psparse-559)
 > acpi0: MCFG: segment 0, bus 0-255, address 0x00000000e0000000
 >
 >
 >
 > I copy the full output of the boot (all but crypto messages). There is other
 > messages about ACPI, but I don't know if they are important.
 >
 > Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
 >     2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016
 >     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 7.99.25 (GENERIC.201601140500Z) #0: Thu Jan 14 05:53:23 UTC 2016
 >
 > builds%b45.netbsd.org@localhost:/home/builds/ab/HEAD/amd64/201601140500Z-obj/home/source/ab/HEAD/src/sys/arch/amd64/compile/GENERIC
 > total memory = 4086 MB
 > avail memory = 3948 MB
 > timecounter: Timecounters tick every 10.000 msec
 > crypto: assign driver 0, flags 2
 > crypto: driver 0 registers alg 1 flags 0 maxoplen 0
 > ............
 > crypto: driver 0 registers alg 22 flags 0 maxoplen 0
 > Kernelized RAIDframe activated
 > timecounter: Timecounter "i8254" frequency 1193182 Hz quality 100
 > Standard XS35 (To Be Filled By O.E.M.)
 > mainbus0 (root)
 > ACPI: RSDP 0x00000000000F9ED0 000024 (v02 ACPIAM)
 > ACPI: XSDT 0x00000000BF6B0100 00005C (v01 Shuttl Shuttle  20110321 MSFT
 > 00000097)
 > ACPI: FACP 0x00000000BF6B0290 0000F4 (v04 032111 FACP1608 20110321 MSFT
 > 00000097)
 > ACPI: DSDT 0x00000000BF6B05C0 006645 (v02 XS35V  XS35V10  00000200 INTL
 > 20051117)
 > ACPI: FACS 0x00000000BF6BE000 000040
 > ACPI: FACS 0x00000000BF6BE000 000040
 > ACPI: APIC 0x00000000BF6B0390 00006C (v02 032111 APIC1608 20110321 MSFT
 > 00000097)
 > ACPI: MCFG 0x00000000BF6B0400 00003C (v01 032111 OEMMCFG  20110321 MSFT 0000
 > 097)
 > ACPI: SLIC 0x00000000BF6B0440 000176 (v01 Shuttl Shuttle  20110321 MSFT
 > 00000097)
 > ACPI: OEMB 0x00000000BF6BE040 000072 (v01 032111 OEMB1608 20110321 MSFT
 > 00000097)
 > ACPI: HPET 0x00000000BF6BA5C0 000038 (v01 032111 OEMHPET  20110321 MSFT
 > 00000097)
 > ACPI: GSCI 0x00000000BF6BE0C0 002024 (v01 032111 GMCHSCI  20110321 MSFT
 > 00000097)
 > ACPI: 1 ACPI AML tables successfully acquired and loaded
 >
 > ioapic0 at mainbus0 apid 4: pa 0xfec00000, version 0x20, 24 pins
 > cpu0 at mainbus0 apid 0
 > timecounter: Timecounter "lapic" frequency 199592089 Hz quality -100
 > cpu0: Intel(R) Atom(TM) CPU D525   @ 1.80GHz, id 0x106ca
 > cpu1 at mainbus0 apid 2
 > cpu1: Intel(R) Atom(TM) CPU D525   @ 1.80GHz, id 0x106ca
 > cpu2 at mainbus0 apid 1
 > cpu2: Intel(R) Atom(TM) CPU D525   @ 1.80GHz, id 0x106ca
 > cpu3 at mainbus0 apid 3
 > cpu3: Intel(R) Atom(TM) CPU D525   @ 1.80GHz, id 0x106ca
 > acpi0 at mainbus0: Intel ACPICA 20160108
 > acpi0: X/RSDT: OemId <Shuttl,Shuttle ,20110321>, AslId <MSFT,00000097>
 > ACPI Error: No handler for Region [ECRM] (0xfffffe813eee9e00)
 > [EmbeddedControl] (20160108/evregion-184)
 > ACPI Error: Region EmbeddedControl (ID=3) has no handler
 > (20160108/exfldio-323)
 > ACPI Error: Method parse/execution failed [\_SB.PCI0.SBRG.EC0._REG] (Node
 > 0xfffffe813eed8c10), AE_NOT_EXIST (20160108/psparse-559)
 > acpi0: MCFG: segment 0, bus 0-255, address 0x00000000e0000000
 > acpi0: SCI interrupting at int 9
 > timecounter: Timecounter "ACPI-Safe" frequency 3579545 Hz quality 900
 > hpet0 at acpi0: high precision event timer (mem 0xfed00000-0xfed00400)
 > timecounter: Timecounter "hpet0" frequency 14318180 Hz quality 2000
 > acpiec0 at acpi0 (EC0, PNP0C09)
 > : io 0x62,0x66
 > MCH (PNP0C01) at acpi0 not configured
 > attimer1 at acpi0 (TMR, PNP0100): io 0x40-0x43 irq 0
 > pckbc1 at acpi0 (PS2K, PNP0303) (kbd port): io 0x60,0x64 irq 1
 > pckbc2 at acpi0 (PS2M, PNP0F03) (aux port): irq 12
 > pcppi1 at acpi0 (SPKR, PNP0800): io 0x61
 > midi0 at pcppi1: PC speaker
 > sysbeep0 at pcppi1
 > RMSC (PNP0C02) at acpi0 not configured
 > FWH (INT0800) at acpi0 not configured
 > FWHE (PNP0C02) at acpi0 not configured
 > OMSC (PNP0C02) at acpi0 not configured
 > PCIE (PNP0C02) at acpi0 not configured
 > acpivga0 at acpi0 (GFX0): ACPI Display Adapter
 > acpiout0 at acpivga0 (CRT, 0x0100): ACPI Display Output Device
 > acpiout1 at acpivga0 (LCD, 0x0410): ACPI Display Output Device
 > acpiout1: brightness levels: [0-7]
 > acpivga0: connected output devices:
 > acpivga0:   0x0100 (acpiout0): VGA Analog Monitor, index 0, port 0, head 0,
 > bios detect
 > acpivga0:   0x0410 (acpiout1): Int. Digital Flat Panel, index 0, port 1,
 > head 0, bios detect
 > acpibut0 at acpi0 (SLPB, PNP0C0E): ACPI Sleep Button
 > RMEM (PNP0C01) at acpi0 not configured
 > acpibut1 at acpi0 (PWRB, PNP0C0C-170): ACPI Power Button
 > acpiwmi0 at acpi0 (AMW0, PNP0C14-1): ACPI WMI Interface
 > wmieeepc0 at acpiwmi0: Asus Eee PC WMI mappings
 > acpitz0 at acpi0 (TZ00)
 > acpitz0: levels: critical 104.0 C, passive cooling
 > ACPI: Enabled 3 GPEs in block 00 to 1F
 > pckbd0 at pckbc1 (kbd slot)
 > pckbc1: using irq 1 for kbd slot
 > wskbd0 at pckbd0: console keyboard
 > attimer1: attached to pcppi1
 > 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: vendor 8086 product a000 (rev. 0x02)
 > agp0 at pchb0: i915-family chipset
 > agp0: can't set up chipset flush page: 35
 > i915drmkms0 at pci0 dev 2 function 0: vendor 8086 product a001 (rev. 0x02)
 > DRM error in i915_gmch_probe: failed to set up gmch
 > i915drmkms0: unable to attach drm: 5
 > vendor 8086 product a002 (miscellaneous display, revision 0x02) at pci0 dev
 > 2 function 1 not configured
 > hdaudio0 at pci0 dev 27 function 0: HD Audio Controller
 > hdaudio0: interrupting at ioapic0 pin 16
 > hdafg0 at hdaudio0: vendor 111d product 7605
 > hdafg0: DAC00 2ch: Speaker [Built-In], HP Out [Jack]
 > hdafg0: ADC01 2ch: Mic In [Jack]
 > hdafg0: ADC02 2ch: Mic In [Built-In]
 > hdafg0: 2ch/2ch 44100Hz 48000Hz 88200Hz 96000Hz 192000Hz PCM16 PCM20 PCM24
 > AC3
 > audio0 at hdafg0: full duplex, playback, capture, mmap, independent
 > ppb0 at pci0 dev 28 function 0: vendor 8086 product 27d0 (rev. 0x02)
 > ppb0: PCI Express capability version 1 <Root Port of PCI-E Root Complex> x1
 > @ 2.5GT/s
 > pci1 at ppb0 bus 1
 > pci1: i/o space, memory space enabled, rd/line, wr/inv ok
 > ppb1 at pci0 dev 28 function 1: vendor 8086 product 27d2 (rev. 0x02)
 > ppb1: PCI Express capability version 1 <Root Port of PCI-E Root Complex> x1
 > @ 2.5GT/s
 > pci2 at ppb1 bus 2
 > pci2: i/o space, memory space enabled, rd/line, wr/inv ok
 > vendor 197b product 2382 (miscellaneous system, revision 0x80) at pci2 dev 0
 > function 0 not configured
 > sdhc0 at pci2 dev 0 function 2: vendor 197b product 2381 (rev. 0x80)
 > sdhc0: interrupting at ioapic0 pin 18
 > sdhc0: SDHC 2.0, rev 176, SDMA, 50000 kHz, 3.3V, 512 byte blocks
 > sdmmc0 at sdhc0 slot 0
 > vendor 197b product 2383 (miscellaneous system, revision 0x80) at pci2 dev 0
 > function 3 not configured
 > jme0 at pci2 dev 0 function 5
 > jme0: JMicron JMC250 Gigabit Ethernet Controller
 > jme0: PCI device revision : 0x3, Chip revision: 0x23
 > jme0: Ethernet address 80:ee:73:13:66:4f
 > jme0: interrupting at ioapic0 pin 17
 > ukphy0 at jme0 phy 1: OUI 0x00d831, model 0x0021, rev. 1
 > ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT,
 > 1000baseT-FDX, auto
 > ppb2 at pci0 dev 28 function 3: vendor 8086 product 27d6 (rev. 0x02)
 > ppb2: PCI Express capability version 1 <Root Port of PCI-E Root Complex> x1
 > @ 2.5GT/s
 > pci3 at ppb2 bus 3
 > pci3: i/o space, memory space enabled, rd/line, wr/inv ok
 > rtwn0 at pci3 dev 0 function 0: vendor 10ec product 8176 (rev. 0x01)
 > rtwn0: interrupting at msi0 vec 0
 > rtwn0: MAC/BB RTL8188CE, RF 6052 1T1R, address e0:91:53:45:06:1a
 > rtwn0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
 > rtwn0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps
 > 24Mbps 36Mbps 48Mbps 54Mbps
 > uhci0 at pci0 dev 29 function 0: vendor 8086 product 27c8 (rev. 0x02)
 > uhci0: interrupting at ioapic0 pin 23
 > usb0 at uhci0: USB revision 1.0
 > uhci1 at pci0 dev 29 function 1: vendor 8086 product 27c9 (rev. 0x02)
 > uhci1: interrupting at ioapic0 pin 19
 > usb1 at uhci1: USB revision 1.0
 > uhci2 at pci0 dev 29 function 2: vendor 8086 product 27ca (rev. 0x02)
 > uhci2: interrupting at ioapic0 pin 18
 > usb2 at uhci2: USB revision 1.0
 > uhci3 at pci0 dev 29 function 3: vendor 8086 product 27cb (rev. 0x02)
 > uhci3: interrupting at ioapic0 pin 16
 > usb3 at uhci3: USB revision 1.0
 > ehci0 at pci0 dev 29 function 7: vendor 8086 product 27cc (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
 > ppb3 at pci0 dev 30 function 0: vendor 8086 product 2448 (rev. 0xe2)
 > pci4 at ppb3 bus 4
 > pci4: i/o space, memory space enabled
 > ichlpcib0 at pci0 dev 31 function 0: vendor 8086 product 27bc (rev. 0x02)
 > timecounter: Timecounter "ichlpcib0" frequency 3579545 Hz quality 1000
 > ichlpcib0: 24-bit timer
 > tco0 at ichlpcib0: TCO (watchdog) timer configured.
 > tco0: Min/Max interval 1/367 seconds
 > gpio0 at ichlpcib0: 64 pins
 > ahcisata0 at pci0 dev 31 function 2: vendor 8086 product 27c1 (rev. 0x02)
 > ahcisata0: interrupting at ioapic0 pin 19
 > ahcisata0: 64-bit DMA
 > ahcisata0: AHCI revision 1.10, 4 ports, 32 slots, CAP
 > 0xc720ff03<PSC,SSC,PMD,ISS=0x2=Gen2,SCLO,SAL,SALP,SNCQ,S64A>
 > atabus0 at ahcisata0 channel 0
 > atabus1 at ahcisata0 channel 1
 > atabus2 at ahcisata0 channel 2
 > atabus3 at ahcisata0 channel 3
 > ichsmb0 at pci0 dev 31 function 3: vendor 8086 product 27da (rev. 0x02)
 > ichsmb0: interrupting at ioapic0 pin 19
 > iic0 at ichsmb0: I2C bus
 > isa0 at ichlpcib0
 > acpicpu0 at cpu0: ACPI CPU
 > acpicpu0: C1: HLT, lat   0 us, pow     0 mW
 > coretemp0 at cpu0: thermal sensor, 1 C resolution, Tjmax=100
 > acpicpu1 at cpu1: ACPI CPU
 > coretemp1 at cpu1: thermal sensor, 1 C resolution, Tjmax=100
 > acpicpu2 at cpu2: ACPI CPU
 > acpicpu3 at cpu3: ACPI CPU
 > timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
 > timecounter: Timecounter "TSC" frequency 1795578930 Hz quality -100
 > IPsec: Initialized Security Association Processing.
 > uhub0 at usb0: vendor 8086 UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 > uhub0: 2 ports with 2 removable, self powered
 > uhub1 at usb2: vendor 8086 UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 > uhub1: 2 ports with 2 removable, self powered
 > uhub2 at usb3: vendor 8086 UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 > uhub2: 2 ports with 2 removable, self powered
 > uhub3 at usb4: vendor 8086 EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
 > uhub3: 8 ports with 8 removable, self powered
 > uhub4 at usb1: vendor 8086 UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 > uhub4: 2 ports with 2 removable, self powered
 > ahcisata0 port 0: device present, speed: 3.0Gb/s
 > ahcisata0 port 1: device present, speed: 1.5Gb/s
 > ehci0: handing over low speed device on port 8 to uhci3
 > wd0 at atabus0 drive 0
 > wd0: <TOSHIBA MQ01ABD100>
 > wd0: drive supports 16-sector PIO transfers, LBA48 addressing
 > wd0: 931 GB, 1938021 cyl, 16 head, 63 sec, 512 bytes/sect x 1953525168
 > sectors
 > wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100)
 > wd0(ahcisata0:0:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 5
 > (Ultra/100) (using DMA)
 > atapibus0 at atabus1: 1 targets
 > cd0 at atapibus0 drive 0: <HL-DT-STDVDRAM GT32N, KZ7B2I13217, 1.00> cdrom
 > removable
 > cd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100)
 > cd0(ahcisata0:1:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 5
 > (Ultra/100) (using DMA)
 > crypto: assign driver 1, flags 2
 > crypto: driver 1 registers alg 1 flags 0 maxoplen 0
 > ........
 > crypto: driver 1 registers alg 22 flags 0 maxoplen 0
 > pad0: outputs: 44100Hz, 16-bit, stereo
 > audio1 at pad0: half duplex, plface-646)
 > ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_]
 > (20131218/hwxface-646)
 > pckbd0 at pckbc1 (kbd slot)
 > ules
 > panic: cnopen: no console device
 > fatal breakpoint trap in supervisor mode
 > trap type 1 code 0 rip ffffffff80114a75 cs 8 rflags 246 cr2 7f7ff6c0cc00
 > ilevel 0 rsp fffffe8040e83ac8
 > curlwp 0xfffffe8107cc2280 pid 2.1 lowest kstack 0xfffffe8040e802c0
 >
 


Home | Main Index | Thread Index | Old Index