freebsd-dev/sys/dev/sn
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_sn_isa.c Use __FBSDID(). 2003-08-24 18:03:45 +00:00
if_sn_pccard.c Convert to bus_space. 2003-10-25 19:56:19 +00:00
if_sn.c Replace the if_name and if_unit members of struct ifnet with new members 2003-10-31 18:32:15 +00:00
if_snreg.h Convert to bus_space. 2003-10-25 19:56:19 +00:00
if_snvar.h Make sn MPSAFE. This has survived a couple of make buildworlds with 2003-10-26 22:35:44 +00:00