Thomas,
> Le 2002-10-31, Andy Sparrow �crivait :
>
> > Yup, that's probably it. I just (re)patched my src tree after a fresh
> > cvsup, and this file fails to patch with atapicam-STABLE-config-20020820.
> > diff. Here's sys/conf/files.rej:
>
> A patch is not needed anymore: I have MFCd ATAPI/CAM on the RELENG_4
> branch a few minutes ago.
thanx very much!
NB, I had to apply the following patch in order to compile
a kernel *without* ATAPICAM; I'm not 100% sure it's the
correct patch.
Have a nice weekend, Arno
Index: sys/dev/ata/ata-all.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/ata/ata-all.c,v
retrieving revision 1.50.2.41
diff -u -r1.50.2.41 ata-all.c
--- sys/dev/ata/ata-all.c 31 Oct 2002 23:10:33 -0000 1.50.2.41
+++ sys/dev/ata/ata-all.c 1 Nov 2002 17:50:12 -0000
@@ -595,7 +595,9 @@
#if NATAPICAM > 0
atapi_cam_attach_bus(ch);
#endif
+#if DEV_ATAPIALL
}
+#endif
splx(s);
}
--
Arno J. Klaassen
INSERM U483
UPMC, 9 quai St Bernard
75005 Paris, France
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message