Date: Wed, 6 Oct 1999 09:46:59 -0600 (MDT) From: "Kenneth D. Merry" <ken@kdm.org> To: spork@super-g.com (spork) Cc: freebsd-scsi@FreeBSD.ORG Subject: Re: Applying CAM patches to 2.2-stable Message-ID: <199910061546.JAA87517@panzer.kdm.org> In-Reply-To: <Pine.BSF.4.00.9910061041090.8253-100000@super-g.inch.com> from spork at "Oct 6, 1999 10:45:52 am"
next in thread | previous in thread | raw e-mail | index | archive | help
spork wrote... > Hello, > > I've massaged the CAM patchkit into applying cleanly to a 2.2-stable > source tree from 9/1/99. Most changes were cosmetic, white space, or > "$id" mismatches, nothing beyond that... > > Anyhow, on doing a make depend (after config'ing using config from the > same tree) I get the following: > > ../../pci/aic7870.c:63: aic7xxx_reg.h: No such file or directory > > Of course, it's not there. It seems it's supposed to be created during > the config step, as I don't see it anywhere but the compile/KERNEL > directory on other machines. Can anyone point me to some info on how this > file is created? I'd love to fix this, as I've spent some serious time on > trying to get these patches going (and learned way too much about the > patch format) in the past few days... aic7870.c was the PCI attach code for the ahc driver in the old SCSI layer. It has been replaced by ahc_pci.c in CAM. My guess is that you've still got some things to clean up. Ken -- Kenneth Merry ken@kdm.org 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?199910061546.JAA87517>