Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2002 11:37:11 -0800 (PST)
From:      Thomas Moestl <tmm@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/hme if_hme.c if_hme_pci.c if_hme_sbus.c if_hmevar.h
Message-ID:  <200203231937.g2NJbBR69578@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tmm         2002/03/23 11:37:11 PST

  Modified files:
    sys/dev/hme          if_hme.c if_hme_pci.c if_hme_sbus.c 
                         if_hmevar.h 
  Log:
  Assorted fixes:
  - remove some useless code from the status change handler that was intended
    to enable the the MII drivers for external phys; this is already done
    during interface initialization, and the deleted code made some
    assumptions about phy addresses that do not seem to hold true on newer
    cards. This should get at least one of the two hmes of newer Netra t1
    machines working.
  - correct the interrupt resource allocation
  - bump the number of RX descriptors, lower values cause promblems on some
    machines
  
  Revision  Changes    Path
  1.3       +0 -7      src/sys/dev/hme/if_hme.c
  1.3       +1 -1      src/sys/dev/hme/if_hme_pci.c
  1.2       +1 -1      src/sys/dev/hme/if_hme_sbus.c
  1.2       +1 -2      src/sys/dev/hme/if_hmevar.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203231937.g2NJbBR69578>