diff options
author | jkh <jkh@FreeBSD.org> | 1998-08-08 19:26:08 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-08-08 19:26:08 +0000 |
commit | e06e9def27545b5976a299a93770825c31ae234d (patch) | |
tree | 58e4efd60572b579f5d69e986254aa8921ced777 /sys/pci | |
parent | 993b274d0375fe6121794409bc94d2f0438211e6 (diff) | |
download | FreeBSD-src-e06e9def27545b5976a299a93770825c31ae234d.zip FreeBSD-src-e06e9def27545b5976a299a93770825c31ae234d.tar.gz |
A few misc changes to get the spigot and meteor board working in 3.0.
Submitted by: Jim Lowe <james@miller.cs.uwm.edu>
Diffstat (limited to 'sys/pci')
-rw-r--r-- | sys/pci/meteor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pci/meteor.c b/sys/pci/meteor.c index 8603018..65824ca 100644 --- a/sys/pci/meteor.c +++ b/sys/pci/meteor.c @@ -147,6 +147,7 @@ #if NMETEOR > 0 #include "opt_devfs.h" +#include "opt_meteor.h" #include <sys/param.h> #include <sys/systm.h> |