Subject: two macppc questions
To: None <port-macppc@netbsd.org>
From: Dan Winship <danw@MIT.EDU>
List: port-macppc
Date: 03/30/1999 22:45:34
1) Why isn't the "ukbd_cnattach" patch in the mainline? Does it break
something else? Couldn't it at least be there with an "#ifdef
POWERMAC_UKBD_HACK" or something so we don't have to reapply the patch
every time ukbd.c changes?

2) Why is the symbol-table-loading code #ifdef'ed out with the
comment:

  #if 0 /* I want to rethink this... --thorpej@netbsd.org */

in ofwboot/boot.c? What's wrong with it? (The lack of this code is
what makes ddb mostly useless, right?)

-- Dan