pciconf -lv returns device not configured & pauze when booting on HP LP1000r

YONETANI Tomokazu qhwt+dragonfly-bugs at les.ath.cx
Tue Aug 10 03:36:24 PDT 2004


On Tue, Aug 10, 2004 at 11:31:28AM +0200, Martin P. Hellwig wrote:
> However I have cvsupped to the latest current (using the default gcc).
> And build a new GENERIC, the behaviour is still the same though, here is 
>  the report.
> 
> Debug break in the boot at:
> 
> acpi0: <HP HWPS213> on motherboard
> AcpiOSDerivedPciId: bus 0 dev 15 func 0
> installed MI handler for int 9
> Debugger("Executed AML Breakpoint opcode")
> Stopped at      Debugger+0x35:  movb    $0,in_Debugger.348
> 
> typing continue fully boots the system.

Because you actually have BreakPoint in your ASL

            Method (_INI, 0, NotSerialized)
            {
                BreakPoint
                Store (BUSN, _BBN)
                Store (\_SB.PCI0.FN1.BUSN, \_SB.PCI1._BBN)
                Store ("PCI0 Bus numbers:", Debug)
                Store (_BBN, Debug)
                Store ("PCI1 Bus numbers:", Debug)
                Store (\_SB.PCI1._BBN, Debug)
            }

Any chance you have
  debug.acpi.debugger="init"
in your /boot/loader.conf? If so, please try commenting it out.





More information about the Bugs mailing list