Subject: Re: Not for the faint of heart....
To: Allen Briggs <briggs@puma.bevd.blacksburg.va.us>
From: Ken Nakata <kenn@remus.rutgers.edu>
List: port-mac68k
Date: 09/01/1995 22:15:32
> I have just checked in a copy of a new scsi driver for the 5380-based
> computers (the only ones that run right now ;-). It seems to work fine
> on my IIsi and my IIcx.
>
> I would like some more people to try pounding on it. If you do, simply
> replace scsi.c with mac68k5380.c in your conf/files.mac68k file,
> re-config and build.
I commented out scsi.c line and put mac68k5380.c instead in my
files.mac68k, copied my main config file to a new one, ran config,
ran make depend, and finally ran make. During compiling mac68k5380.c,
make exited with the following error:
/usr/bin/cc [bunch of options] ../../../../arch/mac68k/dev/mac68k5380.c
../../../../arch/mac68k/dev/mac68k5380.c:95: warning: `SCSI_5380' redefined
../../../../arch/atari/dev/ncr5380reg.h:43: warning: this is the location of the previous definition
In file included from ../../../../arch/mac68k/dev/mac68k5380.c:450:
../../../../arch/atari/dev/ncr5380.c:41: machine/iomap.h: No such file or directory
../../../../arch/atari/dev/ncr5380.c:42: machine/mfp.h: No such file or directory
*** Error code 1
Stop.
I guess this is because atari part of my source tree is out of date,
is it? From what I can tell, arch/atari/include/{iomap,mfp}.h files
have nothing to do with mac68k (mac even doesn't have an MFP ;-)
I'll ftp arch/atari/dev/ncr5380* from sun-lamp and try again.
Just trying to keep someone else from tripping this over as I did :-)
Er... wait. Can't we just use sys/dev/ic/ncr5380*, instead of
sys/arch/atari/dev/ncr5380*?
kenn