From owner-freebsd-scsi Fri Sep 18 10:07:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA21967 for freebsd-scsi-outgoing; Fri, 18 Sep 1998 10:07:55 -0700 (PDT) (envelope-from owner-freebsd-scsi@FreeBSD.ORG) Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA21960 for ; Fri, 18 Sep 1998 10:07:53 -0700 (PDT) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.1/8.8.5) id LAA10835; Fri, 18 Sep 1998 11:07:23 -0600 (MDT) From: "Kenneth D. Merry" Message-Id: <199809181707.LAA10835@panzer.plutotech.com> Subject: Re: Fixing LINT In-Reply-To: <19980918184204.00622@follo.net> from Eivind Eklund at "Sep 18, 98 06:42:04 pm" To: eivind@yes.no (Eivind Eklund) Date: Fri, 18 Sep 1998 11:07:22 -0600 (MDT) Cc: scsi@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL28s (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Eivind Eklund wrote... > The following patch fix LINT to compile again. Anybody here that mind > if I commit it? A number of these are wrong: > =================================================================== > RCS file: /home/ncvs/src/sys/i386/conf/LINT,v > retrieving revision 1.470 > diff -u -r1.470 LINT > --- LINT 1998/09/18 00:46:41 1.470 > +++ LINT 1998/09/18 16:25:21 > @@ -879,19 +879,19 @@ > # > > controller bt0 at isa? port "IO_BT0" cam irq ? > -controller adv0 at isa? port ? cam irq ? AdvanSys controllers are supported under CAM. > -controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr The Adaptec 154x controllers are also supported under CAM. Also, the "#!CAM#" stuff is kinda tacky, IMO. I would suggest either taking the unsupported controllers out altogether, or else doing something like this: # The following controllers are not supported under CAM, but support may be # brough back someday. #controller aic0 at isa? port 0x340 bio irq 11 vector aicintr #controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr [ ...and so on... ] > @@ -1558,7 +1558,7 @@ > # ppc ISA-bus parallel port interfaces. > # > controller ppbus0 > -controller vpo0 at ppbus? > +#!CAM# controller vpo0 at ppbus? I believe this one will be brought back shortly. Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message