PPC miniinst.iso available

Peter Grehan grehan at freebsd.org
Sun Jan 2 06:34:11 GMT 2005


>>  Thanks for that! At least the problem is narrowed down somewhat
>> to what's happening on the Albook.
>>
> I tried with a black pro keyboard, but had no luck.

  Thanks for that Frank.

  I now know what is going on. There's a 'buried' USB controller
that probes with a keyboard and mouse. Maybe this is a h/w
backdoor that allows the in-built keyboard/mouse to be
accessed via USB. However, as is, no interrupts are
generated from this source. Maybe there are some magic
bits to enable this.

  This keyboard attaches as syscons keyboard unit 0,
while an external USB keyboard attaches as unit 1. The
default for syscons is to use unit 0. You would have to use
"kbdcontrol -k" to change this, but it's not much
help when there's no keyboard available at all :(

  To fix this, I'll

  a) Do some digging and see if there really are
     some magic bits to enable the inbuilt keyboard/mouse
     as USB peripherals.

  or

  b) Put a check in the Uni-North PCI bridge code to
     disable the probe of the buried OHCI controller.
     This code is needed anyway to prevent probe of
     disabled PCI peripherals on older iBooks.

later,

Peter.



More information about the freebsd-ppc mailing list