freebsd-dev/sys/dev/ie
Bruce Evans bb11094995 Don't use pessimal (u_short) types for i/o ports. This is mainly for
completenss.  The pessimization is tiny compared with i/o port slowness
except on very old machines, but code that used signed short types for
i/o ports was unpessimized long ago, and the macro that detected it
recently started working for u_short types too.  Use of bus space
should have made this moot long ago.

Not tested at runtime by:  bde
2003-08-06 17:28:33 +00:00
..
if_ie507.h
if_ie_isa.c
if_ie.c
if_iee16.h
if_iereg.h
if_ievar.h Don't use pessimal (u_short) types for i/o ports. This is mainly for 2003-08-06 17:28:33 +00:00