Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Nov 1999 22:42:56 -0800 (PST)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/pccard pccard.c pccard_cis.c pccardchip.h pccardvar.h
Message-ID:  <199911290642.WAA07336@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         1999/11/28 22:42:56 PST

  Modified files:
    sys/dev/pccard       pccard.c pccard_cis.c pccardchip.h 
                         pccardvar.h 
  Log:
  Flesh out the pccard bus_ methods with either the generic one (where
  it would work), or a specialized one.  Most of these have been
  creatively stolen from pccard_nkb, which in turn stole from isa
  showing that generic bus_ versions of bus_{set,get,delete}_resource
  might be profitable.
  
  Fix a couple of minor bugs introduced in the last round of updates
  from NetBSD.
  
  Start on the pccard_ivar structure which will hold the resources and
  slot number.
  
  Add tcic as a possible attachment for pccard and rename the attachment
  for pcicx to pcic since the name has changed since I originally wrote
  this stuff.
  
  Next up:
  	stringing together the various memory and I/O
  allocation/mapping primitives in i82365.c, final touches on the isa
  attach routine and other fun stuff in that line of attach.
  
  Revision  Changes    Path
  1.3       +120 -10   src/sys/dev/pccard/pccard.c
  1.3       +3 -3      src/sys/dev/pccard/pccard_cis.c
  1.3       +2 -2      src/sys/dev/pccard/pccardchip.h
  1.2       +5 -8      src/sys/dev/pccard/pccardvar.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?199911290642.WAA07336>