DragonFly BSD
DragonFly bugs List (threaded) for 2004-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: YONETANI Tomokazu <qhwt+dragonfly-bugs@xxxxxxxxxx>
Date: Tue, 10 Aug 2004 19:35:11 +0900

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.



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