From owner-freebsd-hackers Fri Apr 18 06:21:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA02030 for hackers-outgoing; Fri, 18 Apr 1997 06:21:28 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA02013 for ; Fri, 18 Apr 1997 06:21:20 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id XAA14402; Fri, 18 Apr 1997 23:17:34 +1000 Date: Fri, 18 Apr 1997 23:17:34 +1000 From: Bruce Evans Message-Id: <199704181317.XAA14402@godzilla.zeta.org.au> To: eivind@nic.follonett.no, joerg_wunsch@uriah.heep.sax.de Subject: Re: Installation Cc: hackers@freebsd.org 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. Bruce