Date: Fri, 18 Apr 2003 17:21:34 -0700 (PDT) From: Maxime Henrion <mux@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/tx if_tx.c Message-ID: <200304190021.h3J0LYHn062913@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mux 2003/04/18 17:21:34 PDT FreeBSD src repository Modified files: sys/dev/tx if_tx.c Log: Various cleanups: - Don't initialize if_output, ether_ifattach() does this for us. - Use pci_enable_busmaster() instead of using pci_read_config() and pci_write_config() directly. - Don't try to enable I/O, bus_alloc_resource() does this for us. Revision Changes Path 1.67 +1 -20 src/sys/dev/tx/if_tx.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304190021.h3J0LYHn062913>