Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jan 2010 12:24:12 +0000 (UTC)
From:      Attilio Rao <attilio@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r202441 - head/sys/conf
Message-ID:  <201001161224.o0GCOCOI094360@svn.freebsd.org>

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



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