cvs commit: src/sys/dev/fe if_fe_pccard.c

Warner Losh imp at FreeBSD.org
Sun Jul 3 01:06:45 GMT 2005


imp         2005-01-21 02:14:40 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/fe           if_fe_pccard.c 
  Log:
  Rework pccard attachment a little.  Now both of my fe based ethernet
  cards work.  These changes depend on the expanded funce parsing that
  just was committed to pccard_cis.c.  In NetBSD the ethernet address
  was read out of attr memory directly.  We rely on the kernel pccard
  parser to pulll this information out of what appears to be an obsolete
  funce with the information in it.
  
  # I'm still getting the no rx interrupt sometimes with some hub/switches
  # for reasons unknown...  But usually only one and only when dhclient
  # runs.
  
  Revision  Changes    Path
  1.20      +22 -26    src/sys/dev/fe/if_fe_pccard.c



More information about the cvs-src mailing list