Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 1995 22:35:49 -0500 (EST)
From:      Chuck Robey <chuckr@glue.umd.edu>
To:        bah6f@server.cs.virginia.edu
Cc:        hackers@FreeBSD.org
Subject:   Re: -current kernel not compiling
Message-ID:  <Pine.SUN.3.91.951114223122.9076A-100000@espresso.eng.umd.edu>
In-Reply-To: <9511141809.AA07983@mamba.cs.Virginia.EDU>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 14 Nov 1995 bah6f@server.cs.virginia.edu wrote:

> I just sup'ed the latest -current, and now my kernel won't compile:
> 
> cc -c -O2 -pipe -m486 -W -Wreturn-type -Wcomment -Wredundant-decls
> -Wimplicit  -Wnested-externs  -nostdinc -I. -I../.. -I../../sys
> -I../../../include -DI586_CPU -DPROBE_VERBOSE -DMAXCONS=6 -DXSERVER
> -DBOUNCE_BUFFERS -DNSWAPDEV=4 -DMFS_ROOT=10 -DMFS -DFFS -DMROUTING
> -DINET -DUCONSOLE -DSYSVMSG -DSYSVSEM -DSYSVSHM -DDDB -DCOMPAT_43
> -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'
> ./ioconf.h:13: previous declaration of `ahcintr'
> ../../i386/scsi/aic7xxx.h:220: warning: redundant redeclaration of
> `ahcintr' in same scope 
> ./ioconf.h:13: warning: previous declaration of `ahcintr'
> *** Error code 1
> 
> Is there anything I can do to help it along, or should I just sit and
> wait?  I did a 'make all install' on the rest of the OS, so I have
> problems with 'w', 'who', 'ps' and the like because they're new, but
> the kernel isn't.

I just got hit with the same thing.  Justin Gibbs explained to me that 
the ahc driver is now classed as an EISA device, because it uses an EISA 
register to identify itself, so you need to add one line to your config file:

controller      eisa0

and change your ahc line to look like:

controller      ahc0 

It now gets all it's  info from probing.  This works, too, because I'm 
using a non-standard place for my controller, but this finds it fine.

> 
> Thanks,
> Paco
> -- 
> Brian "Paco" Hope              Research Assistant, Technical Support Staff
> email: paco@virginia.edu                    Department of Computer Science
> WWW: http://www.cs.virginia.edu/~bah6f/             University of Virginia
> 

==========================================================================
Chuck Robey chuckr@eng.umd.edu, I run FreeBSD-current on n3lxx + Journey2
 
     Here's OJ's internet address in hex code: 
           00 2F 2F 2F 2F 5C 7F 2D 0D 15 1B 19 24 24 24 18 
           If you can't recall the translation, here it is: 
           null character, slash, slash, slash, slash, backslash, rubout, dash, 
           carriage return, negative acknowledgement, escape, end of media, 
           dollar sign, dollar sign, dollar sign, cancel 





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SUN.3.91.951114223122.9076A-100000>