Subject: Re: Blue G3
To: Bill Studenmund <skippy@macro.Stanford.EDU>
From: Dan Winship <danw@MIT.EDU>
List: port-macppc
Date: 03/31/1999 19:08:50
You need to change the string "/pci/mac-io" to just "mac-io" in
macppc/dev/obio.c and macppc/macppc/autoconf.c. If you have a USB
keyboard as your main keyboard, you need to add "ukbd_cnattach(sc);"
after the config_found line in dev/usb/ukbd.c.

Everything else that works at all is in the tree.

-- Dan