1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00
freebsd/sys/dev/ed
Warner Losh ec54f56441 Improve the mining of MAC address from the card:
o Add a fallback location for the MAC address.  Most of the early ne2000
  PC Cards were built from the same parts, so most of them have the same
  address in the CIS to grab the MAC from.  Use this address as our
  fallback if we don't find anything better.
o Add printf, in bootverbose, noting the MAC addresses that we find along
  the way.

# Better sanity checking of the MAC address is needed.  Will have to
# investigate using/creating a centralized function to do this as a number
# of other PC Card drivers each have their own ad-hoc tests.
2005-02-12 16:44:15 +00:00
..
if_ed98.h Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
if_ed_3c503.c Break out obscure ISA cards into their own files, as well as ne2000 2005-02-09 20:03:40 +00:00
if_ed_cbus.c Since we no longer use kvtop, we no longer need machine/md_var.h 2005-02-09 17:37:53 +00:00
if_ed_hpp.c Break out obscure ISA cards into their own files, as well as ne2000 2005-02-09 20:03:40 +00:00
if_ed_isa.c Break out obscure ISA cards into their own files, as well as ne2000 2005-02-09 20:03:40 +00:00
if_ed_novell.c Eliminate the ED_VENDOR_{PCCARD,LINKSYS} types. These cards really 2005-02-11 06:02:27 +00:00
if_ed_pccard.c Improve the mining of MAC address from the card: 2005-02-12 16:44:15 +00:00
if_ed_pci.c If either ed_probe_Novell or ed_attach returns an error, release the 2005-02-09 17:35:13 +00:00
if_ed_sic.c Break out obscure ISA cards into their own files, as well as ne2000 2005-02-09 20:03:40 +00:00
if_ed_wd80x3.c Move enable/disable 16bit access routines into if_ed. Slightly 2005-02-10 23:48:13 +00:00
if_ed.c Diff reduction with p4. 2005-02-11 07:50:03 +00:00
if_edreg.h Eliminate the ED_VENDOR_{PCCARD,LINKSYS} types. These cards really 2005-02-11 06:02:27 +00:00
if_edvar.h Move enable/disable 16bit access routines into if_ed. Slightly 2005-02-10 23:48:13 +00:00