Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2002 16:00:52 -0700 (PDT)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/cardbus cardbus.c
Message-ID:  <200210072300.g97N0qBL099946@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

imp         2002/10/07 16:00:52 PDT

  Modified files:
    sys/dev/cardbus      cardbus.c 
  Log:
  o Add routines to return the location and pnpinfo for this card.
    Note, we return the PCI pnp info, but in fact that's wrong to do
    since that data is not defined for CardBus cards.  CardBus says that
    these registers are undefined and one should use the CIS to do
    device matching.  To date, all CardBus cards have had these
    registered defined, no doubt because they are using common silicon
    to produce both the PCI cards and the CardBus cards.  However, it isn't
    any worse than the rest of the system, so just note it in passing and
    move on.
  o Also sort prototypes while I'm here.
  
  Revision  Changes    Path
  1.24      +83 -46    src/sys/dev/cardbus/cardbus.c

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?200210072300.g97N0qBL099946>