Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 2002 22:26:35 -0700 (PDT)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_dc.c if_dcreg.h
Message-ID:  <200210070526.g975QZN3045848@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2002/10/06 22:26:35 PDT

  Modified files:
    sys/pci              if_dc.c if_dcreg.h 
  Log:
  Dynamically configure the width of the srom.  This code comes from
  OpenBSD who got the code (or the idea) from the NetBSD tlp driver.
  
  This gets some cardbus dc cards working (either completely or nearly
  so).  It also appears to get additional pci cards working, without
  breaking working ones.
  
  # Maybe some additional work is needed here.  Also, the cardbus attachment
  # might need to match on the CIS rather than on the vendor/device so we have
  # a finer level of detail as to what the card is.  Technically, the
  # vendor/device fields are undefined for CardBus (even though most cards are
  # using common silicon with pci models).
  
  Revision  Changes    Path
  1.80      +104 -14   src/sys/pci/if_dc.c
  1.27      +2 -1      src/sys/pci/if_dcreg.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?200210070526.g975QZN3045848>