freebsd-dev/sys/dev/sn
Warner Losh 1851bd711a While reviewing if_sn in an attempt to understand network drivers
better, I discovered sn doing too many pointer dereferences.  This
driver would do silly things like:
	sn_foo(struct ifnet *ifp)
	{
		struct sn_softc *sc = ifp->if_softc;

		sc->ifp->mumble
		/* Other stuff */
	}

while /* other stuff */ usually needed sc, the extra deref isn't
needed.  Eliminate a few dozen of them.
2006-01-07 19:29:25 +00:00
..
if_sn_isa.c Add support for Farallon EtherMAC PC Card. 2005-07-06 15:59:47 +00:00
if_sn_pccard.c Use new convenience function to read CIS rather than the older, harder to 2005-09-13 19:25:30 +00:00
if_sn.c While reviewing if_sn in an attempt to understand network drivers 2006-01-07 19:29:25 +00:00
if_snreg.h Eliminate dead code 2005-09-22 05:56:32 +00:00
if_snvar.h Spell "destroy" correctly. 2005-09-15 19:34:12 +00:00
ositech.h Commit firmware that the xilinx on the Ositech Seven of Diamonds and a 2005-07-13 14:49:06 +00:00