Subject: maple_attach_dev
To: None <port-dreamcast@netbsd.org>
From: Marcus Comstedt <marcus@idonex.se>
List: port-dreamcast
Date: 03/16/2001 23:33:34
Hm.

I just realized that config_found_sm() will only attach _one_ device
driver to each device.  This may not be what you want for Maple
devices that have multiple functions.  Maybe it would be better to
call config_found_sm() multiple times with the same device, but
different function codes?  Then one device driver per function code
may attach.  It could mean a who lot more "not configured" printouts
during boot though.


  // Marcus