- Correct a comment made bogus by my last commit.
- Use __FBSDID.
This commit is contained in:
parent
202f4add57
commit
f1b1ca3a92
@ -23,7 +23,6 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -38,6 +37,9 @@
|
||||
* Thanks are going to Steve Bauer and Jason Wright.
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/sockio.h>
|
||||
@ -241,7 +243,7 @@ epic_attach(dev)
|
||||
ifp->if_baudrate = 10000000;
|
||||
ifp->if_snd.ifq_maxlen = TX_RING_SIZE - 1;
|
||||
|
||||
/* Enable ports, memory and busmastering */
|
||||
/* Enable busmastering */
|
||||
pci_enable_busmaster(dev);
|
||||
|
||||
rid = EPIC_RID;
|
||||
|
Loading…
Reference in New Issue
Block a user