Date: Tue, 18 Oct 2005 13:42:47 -0700 From: Evgeny Piven <pegas@pegas.no-ip.org> To: freebsd-amd64@freebsd.org Subject: Re: [PATCH] remove 'device atpic' Message-ID: <43555E47.20001@pegas.no-ip.org> In-Reply-To: <20051018160447.GA92576@dragon.NUXI.org> References: <20051018160447.GA92576@dragon.NUXI.org>
next in thread | previous in thread | raw e-mail | index | archive | help
David O'Brien wrote: > I think we can remove this from GENERIC in HEAD (and RELENG_6) since > we've changed to using the lapic timer vs. using irq0. > > Can people please test this patch on there systems and report back to the > _list_ the results? > > Index: sys/amd64/conf/GENERIC > =================================================================== > RCS file: /home/ncvs/src/sys/amd64/conf/GENERIC,v > retrieving revision 1.442 > diff -u -r1.442 GENERIC > --- sys/amd64/conf/GENERIC 8 Sep 2005 03:29:18 -0000 1.442 > +++ sys/amd64/conf/GENERIC 18 Oct 2005 16:02:35 -0000 > @@ -76,9 +76,6 @@ > # Make an SMP-capable kernel by default > options SMP # Symmetric MultiProcessor Kernel > > -# Workarounds for some known-to-be-broken chipsets (nVidia nForce3-Pro150) > -device atpic # 8259A compatability > - > # Linux 32-bit ABI support > options LINPROCFS # Cannot be a module yet. > > Works fine both in HEAD and RELENG_6. However, for some reason machine would not boot (neither in HEAD nor in RELENG_6) when MAXMEM option is used. Is this reasonable behavior? Best regards, Evgeny Piven
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43555E47.20001>