Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 1999 20:10:14 -0700 (PDT)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pccard pccard.c pccard_nbk.c pccard_nbk.h
Message-ID:  <199910150310.UAA90319@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         1999/10/14 20:10:14 PDT

  Modified files:
    sys/pccard           pccard.c pccard_nbk.c pccard_nbk.h 
  Log:
  Make it easier to have completely new bus attachment points for pccard
  devices.  There may still be problems with said drivers, if so please
  let me know.
  
  o Move attach-like functionality to the nbk attach compatibility code.
  o Smarter probe code: for the compatibility code probe succeeds if
    strcmp succeeds, for noncompatibility you can do anything you like.
  o Get rid of some compiler warnings introduced in last commit.
  
  Revision  Changes    Path
  1.88      +8 -29     src/sys/pccard/pccard.c
  1.6       +61 -5     src/sys/pccard/pccard_nbk.c
  1.3       +4 -1      src/sys/pccard/pccard_nbk.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?199910150310.UAA90319>