Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jul 2002 22:20:43 -0700 (PDT)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/pccard card_if.m pccard_common.c pccardvar.h
Message-ID:  <200207170520.g6H5KiWg078059@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2002/07/16 22:20:43 PDT

  Modified files:
    sys/dev/pccard       card_if.m pccardvar.h 
  Removed files:
    sys/dev/pccard       pccard_common.c 
  Log:
  Eliminate the need for pccard_common.c by moving the function inline
  in the .h file.  Make it static __inline to make sure that it doesn't
  wind up defined in any files.
  
  Also, fix a typo that said null_do_attach instead of null_do_probe.
  
  Revision  Changes    Path
  1.19      +6 -5      src/sys/dev/pccard/card_if.m
  1.2       +0 -60     src/sys/dev/pccard/pccard_common.c (dead)
  1.33      +13 -5     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?200207170520.g6H5KiWg078059>