Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 1998 11:07:22 -0600 (MDT)
From:      "Kenneth D. Merry" <ken@plutotech.com>
To:        eivind@yes.no (Eivind Eklund)
Cc:        scsi@FreeBSD.ORG
Subject:   Re: Fixing LINT
Message-ID:  <199809181707.LAA10835@panzer.plutotech.com>
In-Reply-To: <19980918184204.00622@follo.net> from Eivind Eklund at "Sep 18, 98 06:42:04 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809181707.LAA10835>