Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Nov 2008 07:59:55 -0800
From:      "Ravi Murty" <ravi.murty@gmail.com>
To:        freebsd-hackers@freebsd.org
Subject:   option pci
Message-ID:  <95b10a340811240759gf6eb4e9qd6fd06a92bc3bc63@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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



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