Date: Fri, 1 Nov 2002 23:11:42 +0100 From: Thomas Quinot <thomas@cuivre.fr.eu.org> To: Holt Grendal <holtor@yahoo.com> Cc: stable@freebsd.org Subject: Re: -STABLE kernel compile broken Message-ID: <20021101221142.GB68016@melusine.cuivre.fr.eu.org> In-Reply-To: <20021101220916.13659.qmail@web11607.mail.yahoo.com>
index | next in thread | previous in thread | raw e-mail
Le 2002-11-01, Holt Grendal écrivait :
> Fresh cvsup, kernel compile fails with:
Fixed with rev. 1.50.2.42 of ata-all.c. You can update your sources
or apply this patch:
Index: 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
--- ata-all.c 31 Oct 2002 23:10:33 -0000 1.50.2.41
+++ ata-all.c 1 Nov 2002 19:12:57 -0000
@@ -591,11 +591,11 @@
atapi_attach(&ch->device[MASTER]);
if (ch->devices & ATA_ATAPI_SLAVE)
atapi_attach(&ch->device[SLAVE]);
-#endif
#if NATAPICAM > 0
atapi_cam_attach_bus(ch);
#endif
}
+#endif
splx(s);
}
Thomas.
--
Thomas.Quinot@Cuivre.FR.EU.ORG
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021101221142.GB68016>
