freebsd-dev/sys/dev/hatm
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_hatm_intr.c Explain why the lock-free allocation algorithm is safe in our case 2003-10-30 16:19:50 +00:00
if_hatm_ioctl.c Prefer new location of pci include files (which have only been in the 2003-08-22 06:00:27 +00:00
if_hatm_rx.c Make the value of the HATM_DEBUG symbol the default for the debugging 2003-10-29 14:33:41 +00:00
if_hatm_tx.c Allow sending of more than one raw cell from a single mbuf. Only the 2003-10-29 15:15:19 +00:00
if_hatm.c Replace the if_name and if_unit members of struct ifnet with new members 2003-10-31 18:32:15 +00:00
if_hatmconf.h
if_hatmreg.h
if_hatmvar.h Fix breakage on ia64: PAGE_SIZE on ia64 is large enough that more than 2003-10-31 13:35:22 +00:00