freebsd-nq/sys/dev/ex
Matthew N. Dodd b5e3bc2086 When I converted this driver to newbus I also cleaned up the code
layout.  It seems that I cleaned it up a bit too much and confused a few

if () {
	if () {
	} else {
	}
}

statements in the obvious manner.

This allows the driver to transmit packets again.  *sigh*
2000-01-13 06:46:02 +00:00
..
if_ex.c When I converted this driver to newbus I also cleaned up the code 2000-01-13 06:46:02 +00:00
if_exreg.h