cvs commit: src/sys/dev/ral if_ral_pccard.c
Warner Losh
imp at FreeBSD.org
Mon Aug 22 00:20:29 GMT 2005
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
More information about the cvs-src
mailing list