Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Aug 2005 00:20:28 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ral if_ral_pccard.c
Message-ID:  <200508220020.j7M0KSN7081317@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2005-08-22 00:20:28 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ral          if_ral_pccard.c 
  Log:
  if_ral_pccard does not depend on pccard module directly, but rather
  depends, like all other pccard drivers, indirectly through kobj on
  pccard.  Therefore, it is not appropriate to force pccard to be loaded
  when if_ral.ko is loaded.  This makes it possible to load if_ral w/o
  loading pccard.ko on, eg, pci only systems.
  
  Revision  Changes    Path
  1.3       +0 -1      src/sys/dev/ral/if_ral_pccard.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508220020.j7M0KSN7081317>