that is what is causing your stray irq 7

the kernel is detecting irq 7 activity from your lpt
but doesn't have a device attached to the irq 7

try turning the lpt stuff back on in your kernel:

# Parallel port
device
ppc0 at isa? irq 7
device
ppbus # Parallel port bus (required)
device
lpt # Printer



Daemon wrote:

> It's commented out in the kernel config.
> # Parallel port
> #device ppc0 at isa? irq 7
> #device ppbus # Parallel port bus (required)
> #device lpt # Printer
> #device plip # TCP/IP over parallel
> #device ppi # Parallel port interface device
> #device vpo # Requires scbus and da
>
> as well as,
> #device ulpt # Printer
>
> What should I check for in the bios?
>
> Thanks,
>
> Mark
>
> On Mon, 21 Oct 2002 00:42:04 -0400
> wolf <[EMAIL PROTECTED]> wrote:
>
>
>>Erm, check you lpt0 config in your kernel AND bios.
>>
>
>>--
>>Michael Joyner
>>FreeBSD System Administrator
>>http://manhattan.hq.dyns.cx/
>>


--
Michael Joyner
FreeBSD System Administrator
http://manhattan.hq.dyns.cx/



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to