Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Mar 2000 16:45:01 -0600
From:      Arindum Mukerji <rmukerji@execpc.com>
To:        rjk191@psu.edu
Cc:        freebsd-current@freebsd.org
Subject:   Re: psm.c broken
Message-ID:  <20000318164501.A25577@earth.execpc.com>
In-Reply-To: <20000318163439.A13655@rjk191.rh.psu.edu>
References:  <20000318163439.A13655@rjk191.rh.psu.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
* Ray Kohler (ray@rjk191.rh.psu.edu) [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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000318164501.A25577>