Slight change to formatting so that 'ctags' doesn't

give up on teh file half way through.. Might have been my
mistake earlier anyhow. No actual code change

MFC after:	5 days
This commit is contained in:
Julian Elischer 2004-12-18 01:20:18 +00:00
parent 26f67c9cae
commit 53d4f8518a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139000

View file

@ -2332,6 +2332,7 @@ printf("status=%08x toggle=%d\n", epipe->sqh->qh.qh_qtd.qtd_status,
EHCI_QTD_NBUFFERS * EHCI_PAGE_SIZE) {
/* we can handle it in this QTD */
curlen = len;
}
#elif defined(__FreeBSD__)
/* XXX This is pretty broken: Because we do not allocate
* a contiguous buffer (contiguous in physical pages) we
@ -2341,8 +2342,9 @@ printf("status=%08x toggle=%d\n", epipe->sqh->qh.qh_qtd.qtd_status,
*/
if (dataphyspage == dataphyslastpage) {
curlen = len;
}
#endif
} else {
else {
#if defined(__NetBSD__) || defined(__OpenBSD__)
/* must use multiple TDs, fill as much as possible. */
curlen = EHCI_QTD_NBUFFERS * EHCI_PAGE_SIZE -