cvs commit: src/sys/dev/ep if_ep_pccard.c

Warner Losh imp at FreeBSD.org
Tue Jun 28 21:56:05 GMT 2005


imp         2005-06-28 21:56:04 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ep           if_ep_pccard.c 
  Log:
  Add a chipset field to the lookup.  Use this chipset type to determine
  which command to use to read the eeprom and which devices have an MII.
  Simplify code by no longer using the OLDCARD compat rouintes (I don't
  know if this breaks OLDCARD on pc98 or not, but OLDCARD on pc98 days
  are numbered, I hope).  This also removes a number of kludges that we
  had before because they are OBE.  Add a convenience routine to lookup
  the device to avoid many casts in many places.
  
  Tested with: 3C589D-TP, 3CCSH572BT
  Approved by: re (scottl, blanket ep)
  
  Revision  Changes    Path
  1.46      +57 -167   src/sys/dev/ep/if_ep_pccard.c


More information about the cvs-src mailing list