summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-01-24 02:54:56 +0000
committereivind <eivind@FreeBSD.org>1998-01-24 02:54:56 +0000
commit71ddd313905625e7a30459009de6972aa2fd42a2 (patch)
tree6d6142bad3e6171bba77304251f69f1a8ab13c2d /sys/pci
parent71161cca1452c50ca0ea535bae82c1df9c67663c (diff)
downloadFreeBSD-src-71ddd313905625e7a30459009de6972aa2fd42a2.zip
FreeBSD-src-71ddd313905625e7a30459009de6972aa2fd42a2.tar.gz
Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.
This introduce an xxxFS_BOOT for each of the rootable filesystems. (Presently not required, but encouraged to allow a smooth move of option *FS to opt_dontuse.h later.) LFS is temporarily disabled, and will be re-enabled tomorrow.
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/brooktree848.c1
-rw-r--r--sys/pci/meteor.c1
-rw-r--r--sys/pci/pci.c4
3 files changed, 5 insertions, 1 deletions
diff --git a/sys/pci/brooktree848.c b/sys/pci/brooktree848.c
index 38ae10a..17fba20 100644
--- a/sys/pci/brooktree848.c
+++ b/sys/pci/brooktree848.c
@@ -209,6 +209,7 @@
#ifdef __FreeBSD__
#include "bktr.h"
+#include "opt_devfs.h"
#include "pci.h"
#endif /* __FreeBSD__ */
diff --git a/sys/pci/meteor.c b/sys/pci/meteor.c
index a434e21..ac24de7 100644
--- a/sys/pci/meteor.c
+++ b/sys/pci/meteor.c
@@ -146,6 +146,7 @@
#include "meteor.h"
#if NMETEOR > 0
+#include "opt_devfs.h"
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/pci/pci.c b/sys/pci/pci.c
index f94498d..6ecd4b7 100644
--- a/sys/pci/pci.c
+++ b/sys/pci/pci.c
@@ -23,13 +23,15 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: pci.c,v 1.79 1997/09/14 03:19:36 peter Exp $
+ * $Id: pci.c,v 1.80 1997/11/07 08:53:28 phk Exp $
*
*/
#include "pci.h"
#if NPCI > 0
+#include "opt_devfs.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>
OpenPOWER on IntegriCloud