Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Dec 1998 13:48:13 -0800 (PST)
From:      Bill Paul <wpaul@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/pci if_mx.c if_mxreg.h
Message-ID:  <199812042148.NAA27438@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       1998/12/04 13:48:13 PST

  Modified files:
    sys/pci              if_mx.c if_mxreg.h 
  Log:
  Put back some missing chip identification code that got lost somehow
  during a trek through RCS. The Macronix 98713 and 98713A both have the
  same PCI device ID but different revision numbers, and we need to be
  able to tell one from the other. The 98715 and 98715A chips have the
  same device ID as the 98725 chip but different revision numbers, however
  we lump them into the same category except when identifying them during
  the PCI probe output.
  
  The main reason we need tell the chips apart is that the Macronix app
  notes say you have to write a special magic number into one of the
  registers in order to put the chip in normal operating mode. The 98713
  requires one magic value, while all the others require a different one.
  
  Revision  Changes    Path
  1.2       +10 -5     src/sys/pci/if_mx.c
  1.2       +5 -3      src/sys/pci/if_mxreg.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?199812042148.NAA27438>