K 10 svn:author V 7 weongyo K 8 svn:date V 27 2010-09-20T23:17:26.884268Z K 7 svn:log V 383 Adds a variable `npage' to struct usb_page_cache which points the number of DMA pages for a usb_page_cache structure. In the previous it just pointed a pointer of the array for page_start variable so USB stack explicitly didn't know how many array could be accessed by bus_dmamap_load(9) callback. Only a developer of the host controller driver knows it in their mind not in code. END