cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

Paul Saab ps at FreeBSD.org
Wed May 7 14:51:15 PDT 2003


ps          2003/05/07 14:51:14 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c if_bgereg.h 
  Log:
  - Change the full Asic revision defines to CHIPID to better since the
    ASIC revision is really the major number of the CHIPID.  Also store
    the chipid, asic rev and chip revision in the softc for later use.
  
  - The write twice to send producer index workaround only applies to
    the 5700_BX chips, so only do it there.
    Requested by: jdp
  
  - Do not initalize the LED's to 0x00.  The default configuration
    the chip comes up in should yeild proper operation of the LED's.
    Confirmed by: John Cagle <john.cagle at hp.com>
  
  Approved by:    re (blanket)
  
  Revision  Changes    Path
  1.40      +22 -23    src/sys/dev/bge/if_bge.c
  1.16      +27 -18    src/sys/dev/bge/if_bgereg.h


More information about the cvs-all mailing list