1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Use C comments instead of C++ comments.

Spotted out by:	gonzo (thanks, man)
This commit is contained in:
Olivier Houchard 2012-12-20 00:50:04 +00:00
parent f8405bc4bf
commit c3ab874c8d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244473

View File

@ -197,8 +197,10 @@ static void free_bounce_page(bus_dma_tag_t dmat, struct bounce_page *bpage);
/* Default tag, as most drivers provide no parent tag. */
bus_dma_tag_t arm_root_dma_tag;
//----------------------------------------------------------------------------
// Begin block of code useful to transplant to other implementations.
/*
* ----------------------------------------------------------------------------
* Begin block of code useful to transplant to other implementations.
*/
static uma_zone_t dmamap_zone; /* Cache of struct bus_dmamap items */
@ -275,8 +277,10 @@ busdma_init(void *dummy)
*/
SYSINIT(busdma, SI_SUB_KMEM, SI_ORDER_THIRD, busdma_init, NULL);
// End block of code useful to transplant to other implementations.
//----------------------------------------------------------------------------
/*
* End block of code useful to transplant to other implementations.
* ----------------------------------------------------------------------------
*/
/*
* Return true if a match is made.