PPC miniinst.iso available
Peter Grehan
grehan at freebsd.org
Fri Dec 31 18:36:41 PST 2004
Hi Marcel,
> I booted the ISO on my G4 powerbook without any problems. I noticed that
> there's a Z8530 to which zs(4) attaches. Is the keyboard and mouse attached
> to the Z8530 (i have no idea yet how to figure this out myself)?
Actually ... no :(
An external microcontroller hooks up to the internal keyboard/mouse,
and this mcu is connected to a 6522 cell in the MacIO asic. The
ADB protocol is implemented on top of a simple message passing
protocol with the 6522.
An excellent example of technology re-use, since this harks all
the way back to the '87 Mac SE.
I'm slowly getting the pieces together for this. It's not exactly
user-friendly to have to hook up an external keyboard to a notebook :(
> If so, I'll try to make the keyboard and mouse work with uart(4). I need to
> fix the Z8530 support in uart(4) anyway and can probably use the sparc64
> keyboard support to bootstrap the support on PPC...
One of the 8530 ports is connected to the external modem. I don't think
this works currently as the modem chip has to be enabled with some
secret register bits in the MacIO asic. However, NetBSD has the code so
I can pull it in.
It's been on my list for a long while to cut over to the uart driver...
later,
Peter.
More information about the freebsd-ppc
mailing list