freebsd-dev/sys/dev/iicbus
Brooks Davis 9bf40ede4a Replace the if_name and if_unit members of struct ifnet with new members
if_xname, if_dname, and if_dunit. if_xname is the name of the interface
and if_dname/unit are the driver name and instance.

This change paves the way for interface renaming and enhanced pseudo
device creation and configuration symantics.

Approved By:	re (in principle)
Reviewed By:	njl, imp
Tested On:	i386, amd64, sparc64
Obtained From:	NetBSD (if_xname)
2003-10-31 18:32:15 +00:00
..
if_ic.c Replace the if_name and if_unit members of struct ifnet with new members 2003-10-31 18:32:15 +00:00
iic.c Don't hardcode unit numer '0'. 2003-08-10 14:28:24 +00:00
iic.h
iicbb_if.m Major rework of the iicbus/smbus framework: 2002-03-23 15:49:15 +00:00
iicbb.c Use __FBSDID(). 2003-08-24 17:55:58 +00:00
iicbus_if.m
iicbus.c Use __FBSDID(). 2003-08-24 17:55:58 +00:00
iicbus.h
iiconf.c Use __FBSDID(). 2003-08-24 17:55:58 +00:00
iiconf.h make iicbb_devclass and iicbb_driver globally visible. This will let 2003-06-19 02:50:08 +00:00
iicsmb.c Don't hardcode unit numer '0'. 2003-08-10 14:28:24 +00:00