Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Sep 2002 13:26:59 -0700 (PDT)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pccard cardinfo.h i82365.h pccard.c pccard_nbk.c pccard_nbk.h pcic.c pcic_pci.c pcic_pci.h pcicvar.h slot.h
Message-ID:  <200209222026.g8MKQxlm057331@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2002/09/22 13:26:59 PDT

  Modified files:        (Branch: RELENG_4)
    sys/pccard           cardinfo.h i82365.h pccard.c pccard_nbk.c 
                         pccard_nbk.h pcic.c pcic_pci.c pcic_pci.h 
                         pcicvar.h slot.h 
  Log:
  MFC: Lots of stuff:
    1) Provide slots to pass the CIS Vendor, CIS Version, OEM ID, Product ID,
       and Product EXT by taking space from the largely unused misc field.
    2) Cardbus voltages now work, so use them for cardbus bridges.  This
       should fix toshiba bridges and 3.3V cards.
    3) Add support for CardBus bridges mapping PC Card memory into high
       memory (> 16M).
    4) Attempt to sanely setup the TI MFUNC register on those bridges that
       have it.
    5) Maybe support routing 6729 bridges via PCI bus.
    6) ID name length reduction.
    7) Better verbage in the sysctl doc strings.
    8) Add ability for 6722 users to specify how, if at all, they want to
       try to detect 3.3V cards.
    9) Minor formatting nits
  
  Approved by:    re@
  
  Revision    Changes    Path
  1.16.2.6    +25 -18    src/sys/pccard/cardinfo.h
  1.10.2.9    +16 -0     src/sys/pccard/i82365.h
  1.106.2.14  +5 -1      src/sys/pccard/pccard.c
  1.15.2.11   +20 -4     src/sys/pccard/pccard_nbk.c
  1.4.2.2     +3 -1      src/sys/pccard/pccard_nbk.h
  1.89.2.27   +61 -16    src/sys/pccard/pcic.c
  1.54.2.21   +244 -167  src/sys/pccard/pcic_pci.c
  1.23.2.11   +12 -0     src/sys/pccard/pcic_pci.h
  1.15.2.11   +2 -1      src/sys/pccard/pcicvar.h
  1.25.2.5    +10 -6     src/sys/pccard/slot.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?200209222026.g8MKQxlm057331>