* Ray Kohler ([EMAIL PROTECTED]) [000318 15:35]:
> After a cvsup today, building a kernel finishes with this:
> 
> linking kernel.debug
> psm.o: In function `psmprobe':
> /sys/compile/RJK191/../../isa/psm.c(.text+0x9fe): undefined
> reference to `atkbdc
> _open'
> *** Error code 1

I don't see an atkbdc_open() in the source tree. Perhaps this
should be changed back to 
        sc->addr = port; 
        sc->kdbc = kbdc_open(sc->addr);

Until someone commits an equivalent atkbdc_open() ?

-- 
Arindum


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

Reply via email to