Port-xen archive

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

Re: xen without pckbd



On Thu, Jun 09, 2005 at 11:20:49PM +0200, Karl Janmar wrote:
> Hi,
> 
> When I was updating my source for netbsd-3.0-beta a saw a minor patch I
> introduced a while ago in my source. I needed to be able to run xen
> without a pc keyboard, I hade some problems with the keyboard on my
> motherboard with a ATI IXP chipset, but that's another story. Anyway I
> needed to apply the following patch to get xen compile without pckbd.

Testing for NPCCONSKBD is wrong (this is for the pccons driver), you want
#if (NPCKBC > 0)
instead.
But this needs more work anyway, as we're also missing USB keyboard support.
I'll try to look at this next week.

-- 
Manuel Bouyer <bouyer%antioche.eu.org@localhost>
     NetBSD: 26 ans d'experience feront toujours la difference
--



Home | Main Index | Thread Index | Old Index