From owner-freebsd-hackers Fri Apr 18 07:07:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA07886 for hackers-outgoing; Fri, 18 Apr 1997 07:07:19 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA07879 for ; Fri, 18 Apr 1997 07:07:16 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id IAA20846; Fri, 18 Apr 1997 08:07:04 -0600 (MDT) Date: Fri, 18 Apr 1997 08:07:04 -0600 (MDT) Message-Id: <199704181407.IAA20846@rocky.mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Bruce Evans Cc: eivind@nic.follonett.no, joerg_wunsch@uriah.heep.sax.de, hackers@freebsd.org Subject: Re: Installation In-Reply-To: <199704181317.XAA14402@godzilla.zeta.org.au> References: <199704181317.XAA14402@godzilla.zeta.org.au> X-Mailer: VM 6.27 under 19.15 XEmacs Lucid Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > >> Add flags 0x1 to the device npx0. This will turn of the optimized > >> pentium bcopy(), IIRC. > > > >However, it will also make config not accept your kernel description file - > >at least, this happened for a RELENG_2_2 build I attempted from the > >sourcetree as of Thursday early morning (4 AM) GMT. > > That's probably because you added the flags in a non-syntactical place. > The syntax for `vector ...' is at best obscure. I'm only sure that > putting `vector xxxintr' last works. See LINT for a correct place to > put the npx0 flags. See GENERIC in RELENG_2_2 for an incorrect place. I just fixed this in RELENG_2_2. Nate