Hello All, I've been trying to turn off option PCI and several other options in the configuration file when I build my 8.0 kernel. For things like "option INET", I see a bunch of link errors and after looking at the head of the tree realized that the latest source code has some of the functions wrapped in ifdef INET and include the proper headers. For option PCI, nexus.c and some of the pci device functionalily call functions that are defined in msi.c which is optional while the files that call these functions are defined "standard". Is there an easy way to cleanly compile the kernel with option pci turned off?
Thanks Ravi _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

