Subject: Bug in atapi driver
To: None <port-i386@NetBSD.ORG>
From: Manuel Bouyer <bouyer@ensta.fr>
List: port-i386
Date: 06/09/1996 14:07:22
Jeff Thieleke found a nice bug in the ATAPI driver I made available
last week. I coorected this bug some time ago, but for some reasons it
didn't get commited to my cvs tree, so it rappared again :(

In file aya/atapi/acd.c, at line 1003, please remplace the line
size = ntohl(size);
with
size = ntohl(rdcap.size);

This could cause really big problems to read the CD's if size was >100.

--
Manuel Bouyer, Ecole Nationale Superieure de Techniques Avancees, Paris
email: bouyer@ensta.fr
--