Date: Sun, 10 Dec 2006 03:41:48 +0000 (UTC) From: Matt Jacob <mjacob@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_pci.c isp_sbus.c Message-ID: <200612100341.kBA3fmVo058509@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612100341.kBA3fmVo058509>