freebsd-dev/sys/dev/hatm
John Baldwin 122eceef61 Convert the atomic_ptr() operations over to operating on uintptr_t
variables rather than void * variables.  This makes it easier and simpler
to get asm constraints and volatile keywords correct.

MFC after:	3 days
Tested on:	i386, alpha, sparc64
Compiled on:	ia64, powerpc, amd64
Kernel toolchain busted on:	arm
2005-07-15 18:17:59 +00:00
..
if_hatm_intr.c Convert the atomic_ptr() operations over to operating on uintptr_t 2005-07-15 18:17:59 +00:00
if_hatm_ioctl.c Fix another fallout from the ifnet change that assumed that a softc 2005-07-01 10:45:02 +00:00
if_hatm_rx.c Stop embedding struct ifnet at the top of driver softcs. Instead the 2005-06-10 16:49:24 +00:00
if_hatm_tx.c Fix another fallout from the ifnet change that assumed that a softc 2005-07-01 10:45:02 +00:00
if_hatm.c Fix another fallout from the ifnet change that assumed that a softc 2005-07-01 10:45:02 +00:00
if_hatmconf.h Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
if_hatmreg.h Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
if_hatmvar.h Fix the debugging macro. The struct ifnet isn't embedded in softc 2005-06-22 06:42:03 +00:00