svn commit: r202441 - head/sys/conf

[ Available lists | Index of svn-src-head | Month of Jan 2010 | Week of 16 Jan 2010 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Attilio Rao <attilio@FreeBSD.org>
Date
16 Jan 2010 12:24:12
Subject
svn commit: r202441 - head/sys/conf
Message-ID
201001161224.o0GCOCOI094360@svn.freebsd.org


[ Hide this part ]
Author: attilio
Date: Sat Jan 16 12:24:12 2010
New Revision: 202441
URL: http://svn.freebsd.org/changeset/base/202441

Log:
Unbreak the build for pc98. Specify the newly introduced, for ia32,
DEV_ATPIC also for pc98.

Pointy hat to: me

Modified:
head/sys/conf/options.pc98

Modified: head/sys/conf/options.pc98
==============================================================================
--- head/sys/conf/options.pc98 Sat Jan 16 12:20:26 2010 (r202440)
+++ head/sys/conf/options.pc98 Sat Jan 16 12:24:12 2010 (r202441)
@@ -90,6 +90,7 @@ PC98 opt_global.h

# Device options
DEV_APIC opt_apic.h
+DEV_ATPIC opt_atpic.h
DEV_MECIA opt_mecia.h
DEV_NPX opt_npx.h



Elapsed time: 0.201 seconds