freebsd-dev/sys/dev/ed
Warner Losh cc9e9343cd Minor newbus/style(9) cleanups.
o Move the ax88190 code to its own function.
o Move all device_method_t, driver_t and DRIVER_MODULE definitions to the
  end of files.
o Wrap a few lines > 80 characters.
o Use the same devclass for all ed drivers.  This allows machines with
  multiple types of cards to have their cards numbered correctly.  Before,
  you could wind up with two ed0's.
o Protect if_edvar.h from multiple includes because I was there.
2000-12-26 06:38:04 +00:00
..
if_ed98.h - Fixed the conversion to bus_space interface. 2000-08-17 12:15:45 +00:00
if_ed_cbus.c Minor newbus/style(9) cleanups. 2000-12-26 06:38:04 +00:00
if_ed_isa.c Minor newbus/style(9) cleanups. 2000-12-26 06:38:04 +00:00
if_ed_pccard.c Minor newbus/style(9) cleanups. 2000-12-26 06:38:04 +00:00
if_ed_pci.c Minor newbus/style(9) cleanups. 2000-12-26 06:38:04 +00:00
if_ed.c Minor newbus/style(9) cleanups. 2000-12-26 06:38:04 +00:00
if_edreg.h Linksys Fast Ethernet PCCARD cards supported by the ed driver now 2000-12-18 15:28:53 +00:00
if_edvar.h Minor newbus/style(9) cleanups. 2000-12-26 06:38:04 +00:00