From owner-freebsd-current Mon Nov 6 05:46:30 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA25387 for current-outgoing; Mon, 6 Nov 1995 05:46:30 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id FAA25382 ; Mon, 6 Nov 1995 05:46:26 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id AAA18581; Tue, 7 Nov 1995 00:45:59 +1100 Date: Tue, 7 Nov 1995 00:45:59 +1100 From: Bruce Evans Message-Id: <199511061345.AAA18581@godzilla.zeta.org.au> To: asami@cs.berkeley.edu, gibbs@freebsd.org Subject: Re: ahcintr type mismatch Cc: current@freebsd.org Sender: owner-current@freebsd.org Precedence: bulk >It has been this way for a few hours, so I guess I didn't catch you in >the middle of fixes or something. :) >Satoshi >------- >cc -c -O -pipe -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -nostdinc -I. -I../.. -I../../sys -I../../../include -DI586_CPU -DI486_CPU -DSYSVMSG -DSYSVSEM -DSYSVSHM -DMFS -DNCONS=4 -DSCSI_DELAY=15 -DFAT_CURSOR -DUCONSOLE -DCOMPAT_43 -DPROCFS -DCD9660 -DMSDOSFS -DFFS -DINET -DKERNEL -Di386 -DLOAD_ADDRESS=0xF0100000 ../../pci/aic7870.c >In file included from ../../pci/aic7870.c:35: >../../i386/scsi/aic7xxx.h:220: conflicting types for `ahcintr' >... ahc0 is now configured as eisa/pci device so you have to replace the bogus "controller ahc1 at isa?..." line from your config file and possibly add an eisa line (see GENERIC and LINT). Bruce