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

next in thread | raw e-mail | index | archive | help
imp         2002/10/07 16:05:33 PDT

  Modified files:
    sys/dev/pccard       pccard.c 
  Log:
  o Add a nomatch routine so we whine when we don't know what to attach to
    the card.
  o Add comments about how we're doing the CIS activation.
  o Add location and pnp info functions.
  o Add better code to hopefully deal with ata cards better (and other drivers
    that allocate resources that we didn't preallocate from the CIS).  OLDCARD
    used to allow it, but NEWCARD was pickier.  I'm not 100% sure this works,
    but it doesn't break anything.
  
  Revision  Changes    Path
  1.67      +90 -19    src/sys/dev/pccard/pccard.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?200210072305.g97N5XmJ004644>