From owner-freebsd-current Sat Apr 24 12:40:39 1999 Delivered-To: freebsd-current@freebsd.org Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (Postfix) with ESMTP id 64E5314E4E for ; Sat, 24 Apr 1999 12:40:26 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (Postfix) with ESMTP id A6C111F58; Sun, 25 Apr 1999 03:40:21 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.0.2 2/24/98 To: chris@calldei.com Cc: current@FreeBSD.ORG Subject: Re: Heads up! config(8) changes.. In-reply-to: Your message of "Sat, 24 Apr 1999 14:38:02 EST." <19990424143801.B11941@holly.dyndns.org> Date: Sun, 25 Apr 1999 03:40:21 +0800 From: Peter Wemm Message-Id: <19990424194023.A6C111F58@spinner.netplex.com.au> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Chris Costello wrote: > On Sat, Apr 24, 1999, Peter Wemm wrote: > > This shouldn't cause much in the way of trouble, but it will complain > > about old lint in your config files. That includes 'net/tty/bio/cam' > > mask indicators, and 'vector xxxintr' as well as some of the wierder > > workarounds for the poor 'options' parsing. > > > > So: things like: > > device sio1 at isa? tty port "IO_COM2" tty irq 3 > > become: > > device sio1 at isa? port IO_COM2 irq3 > > > > options "VM86" -> options VM86 > > options "_KPOSIX_FOO=12345L" -> options _KPOSIX_FOO=12345L > > etc. > > Excellent! Why wasn't this done before? Probably because the code was a nightmare.. :-) Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message