jhb 2005-09-29 14:56:30 UTC
FreeBSD src repository
Modified files:
sys/dev/en if_en_pci.c
Log:
- Use PCIR_BAR macro rather than hardcoding 0x10.
- Use pci_enable_busmaster() rather than doing it by hand.
- Remove duplicate if_free().
Revision Changes Path
1.40 +2 -6 src/sys/dev/en/if_en_pci.c