cvs commit: src/sys/dev/isp isp_pci.c isp_sbus.c
Matt Jacob
mjacob at FreeBSD.org
Sat Dec 9 19:41:49 PST 2006
mjacob 2006-12-10 03:41:48 UTC
FreeBSD src repository
Modified files:
sys/dev/isp isp_pci.c isp_sbus.c
Log:
Remove dependency on ispfw and firmware as modules.
Either they're there early and the ispfw sets have
registered themselves, or they're not.
The module dependency stuff isn't quite what we want
anyway. If the user doesn't want the load placed on
system memory by loading the firmware, they don't
specify it to be loaded (either by being linked in
or via being a module to be loaded and then hooked
in with firmware(9)). It doesn't then make sense to
then override what they want by pulling it in anyway.
This might be able to work if we were able to pull in
just exactly what we needed for the card we have- but
that's an optimization left for the future.
Revision Changes Path
1.128 +1 -4 src/sys/dev/isp/isp_pci.c
1.24 +1 -3 src/sys/dev/isp/isp_sbus.c
More information about the cvs-src
mailing list