opnsense-src/sys/dev/ed
Bruce Evans aff964606a 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 18:06:30 +00:00
..
if_ed.c Fix ed compilation with PAE by using %jx instead of %x. 2003-04-05 18:12:36 +00:00
if_ed98.h - Fixed the conversion to bus_space interface. 2000-08-17 12:15:45 +00:00
if_ed_cbus.c Don't use pessimal (u_short) types for i/o ports. This is mainly for 2003-08-06 18:06:30 +00:00
if_ed_isa.c - Express hard dependencies on bus (pci, isa, pccard) and 2003-04-15 06:37:30 +00:00
if_ed_pccard.c The LP_ETH_10_100_CF entry needs to be tagged as a DL100019. 2003-07-28 00:07:58 +00:00
if_ed_pci.c - Express hard dependencies on bus (pci, isa, pccard) and 2003-04-15 06:37:30 +00:00
if_edreg.h Attach the miibus for Linksys/Dlink cards from the attach routine, 2001-07-22 18:58:44 +00:00
if_edvar.h Remove __P. 2002-03-20 02:08:01 +00:00