Date: Thu, 29 Sep 2005 14:56:30 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/en if_en_pci.c Message-ID: <200509291456.j8TEuUmG028724@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509291456.j8TEuUmG028724>