summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1999-04-19 11:06:08 +0000
committerkato <kato@FreeBSD.org>1999-04-19 11:06:08 +0000
commit193b16e006d0b60eaa2beffc5201ba7c00212b4a (patch)
tree5f2c65e3180f0a0b662f04445710cc8f3eeeabb1 /sys/pc98
parent5e79bb76b509549b8860a653777e51cbf6c77dfe (diff)
downloadFreeBSD-src-193b16e006d0b60eaa2beffc5201ba7c00212b4a.zip
FreeBSD-src-193b16e006d0b60eaa2beffc5201ba7c00212b4a.tar.gz
Sync with sys/i386/i386/userconfig.c revision 1.135.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/i386/userconfig.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/pc98/i386/userconfig.c b/sys/pc98/i386/userconfig.c
index a74a529..a832f69 100644
--- a/sys/pc98/i386/userconfig.c
+++ b/sys/pc98/i386/userconfig.c
@@ -46,7 +46,7 @@
** (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: userconfig.c,v 1.71 1999/04/10 04:44:33 kato Exp $
+ ** $Id: userconfig.c,v 1.72 1999/04/18 14:42:16 kato Exp $
**/
/**
@@ -133,7 +133,9 @@
#include <i386/isa/pnp.h>
#endif
+#if NPCI > 0
#include <pci/pcivar.h>
+#endif
static MALLOC_DEFINE(M_DEVL, "isa_devlist", "isa_device lists in userconfig()");
@@ -2531,7 +2533,7 @@ visuserconfig(void)
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: userconfig.c,v 1.71 1999/04/10 04:44:33 kato Exp $
+ * $Id: userconfig.c,v 1.72 1999/04/18 14:42:16 kato Exp $
*/
#include "scbus.h"
OpenPOWER on IntegriCloud