From owner-freebsd-current Mon Jan 5 17:26:49 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA07582 for current-outgoing; Mon, 5 Jan 1998 17:26:49 -0800 (PST) (envelope-from owner-freebsd-current) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA07529 for ; Mon, 5 Jan 1998 17:26:09 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id MAA16752; Tue, 6 Jan 1998 12:15:21 +1100 Date: Tue, 6 Jan 1998 12:15:21 +1100 From: Bruce Evans Message-Id: <199801060115.MAA16752@godzilla.zeta.org.au> To: andreas@klemm.gtn.com, current@FreeBSD.ORG Subject: Re: LINT is missing examples for sio1-3 ? GENERIC does so Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >I'm missing these entries in LINT: > >device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr >device sio2 at isa? disable port "IO_COM3" tty irq 5 vector siointr >device sio3 at isa? disable port "IO_COM4" tty irq 9 vector siointr > >Am I allowed to make the change ? No. LINT is suppose to have the minimal number of entries to give an instance of each type. Only a few bogus entries breake this rule (grep for [a-z]1). Bruce