freebsd-dev/sys/dev/smbus
John Baldwin 3bb00f61a2 - Revert making bus_generic_add_child() the default for BUS_ADD_CHILD().
Instead, we want busses to explicitly specify an add_child routine if they
  want to support identify routines, but by default disallow having outside
  drivers add devices.
- Give smbus(4) an explicit bus_add_child() method.

Requested by:	imp
2006-09-11 22:20:37 +00:00
..
smb.c Minor overhaul of SMBus support: 2006-09-11 20:52:41 +00:00
smb.h Minor overhaul of SMBus support: 2006-09-11 20:52:41 +00:00
smbconf.c Minor overhaul of SMBus support: 2006-09-11 20:52:41 +00:00
smbconf.h Minor overhaul of SMBus support: 2006-09-11 20:52:41 +00:00
smbus_if.m Minor overhaul of SMBus support: 2006-09-11 20:52:41 +00:00
smbus.c - Revert making bus_generic_add_child() the default for BUS_ADD_CHILD(). 2006-09-11 22:20:37 +00:00
smbus.h Minor overhaul of SMBus support: 2006-09-11 20:52:41 +00:00