Deleted Added
full compact
31c31
< __FBSDID("$FreeBSD: head/sys/dev/cxgb/common/cxgb_mc5.c 171471 2007-07-17 06:50:35Z kmacy $");
---
> __FBSDID("$FreeBSD: head/sys/dev/cxgb/common/cxgb_mc5.c 176472 2008-02-23 01:06:17Z kmacy $");
387c387
< /*
---
> /**
428,429c428,432
< /*
< * MC5 interrupt handler
---
> /**
> * t3_mc5_intr_handler - MC5 interrupt handler
> * @mc5: the MC5 handle
> *
> * The MC5 interrupt handler.
464a468,477
>
> /**
> * t3_mc5_prep - initialize the SW state for MC5
> * @adapter: the adapter
> * @mc5: the MC5 handle
> * @mode: whether the TCAM will be in 72- or 144-bit mode
> *
> * Initialize the SW state associated with MC5. Among other things
> * this determines the size of the attached TCAM.
> */