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 - Clean up function calling conventions. 2003-03-28 06:27:08 +00:00
if_ie_isa.c - Move driver to newbus. 2003-03-29 13:36:41 +00:00
if_ie.c Move inlined function ie_ack() up to before first use. 2003-07-22 09:35:45 +00:00
if_iee16.h - Clean up function calling conventions. 2003-03-28 06:27:08 +00:00
if_iereg.h - Move driver to newbus. 2003-03-29 13:36:41 +00:00
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