cvs commit: src/sys/dev/fxp if_fxp.c

Maxime Henrion mux at FreeBSD.org
Sun Mar 13 10:59:23 PST 2005


mux         2005-03-13 18:59:23 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    sys/dev/fxp          if_fxp.c 
  Log:
  MFC if_fxp.c revision 1.224:
    revision 1.224
    date: 2005/02/27 15:12:50;  author: mux;  state: Exp;  lines: +10 -10
    Fix a stupid bogon from myself, sc->revision wasn't initialized when
    testing it to know whether we should enable the 82503 serial mode...
    Move code to the right location and disallow the use of the 82503
    serial mode if the sc->revision field is 0 again.  This makes fxp(4)
    work correctly with ATMEL 350 93C46 cards (3 port 82559 based with a
    82555 PHY), as well as with the older ATMEL 220 93C46 (same flavour)
    and with the even older 10Mbps-only 82557 cards with the 82503 serial
    interface.
  
    Tested by:      Andre Albsmeier <andrer at albsmeier.net>, krion
  
  Revision    Changes    Path
  1.110.2.38  +10 -10    src/sys/dev/fxp/if_fxp.c


More information about the cvs-src mailing list