02/10/08 21:05.net
>>60
全然コンパイルできる事すらチェックしてないけど
これ試して見て。
RCS file: /home/ncvs/src/sys/dev/usb/umass.c,v
retrieving revision 1.65
diff -u -r1.65 umass.c
--- umass.c 8 Aug 2002 12:05:50 -0000 1.65
+++ umass.c 8 Oct 2002 12:10:08 -0000
@@ -977,9 +977,11 @@
/* Get the maximum LUN supported by the device.
*/
+#if 0
if ((sc->proto & UMASS_PROTO_WIRE) == UMASS_PROTO_BBB)
sc->maxlun = umass_bbb_get_max_lun(sc);
else
+#endif
sc->maxlun = 0;
if ((sc->proto & UMASS_PROTO_SCSI) ||