Peter Wemm 37286586ff Patch up some of the evilness left over from the early newbus porting.
In particular:
 - Don't leave resources allocated in the probe routine.  Allocate them
   during probe and release them.  Probe's job is to identify devices only.
 - Don't abuse the ivars pointer.. (!).  Create real ivars and use the
   proper access system.  (the bus_read_ivar method)
 - Don't add the children until attach() has successfully grabbed the
   hardware, otherwise there are potential leaks if attach fails.
2000-01-05 16:31:27 +00:00
..
1999-12-21 08:21:36 +00:00
1999-11-02 22:40:15 +00:00
2000-01-02 15:16:17 +00:00
1999-12-21 08:20:36 +00:00
1999-12-14 20:54:38 +00:00
2000-01-05 16:25:20 +00:00
1999-11-14 13:54:44 +00:00