Date: Wed, 9 Nov 2005 08:43:18 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/em if_em.c if_em.h if_em_hw.h if_em_osdep.h Message-ID: <200511090843.jA98hIT2010128@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2005-11-09 08:43:18 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c if_em.h if_em_hw.h if_em_osdep.h Log: Make em(4) work on big-endian architectures. - disable jumbo frame support on strict alignment architectures due to the limitation of hardware. The driver needs a fix-up code for RX side. The fix will show up in near future. - fix endian issue for 82544 on PCI-X bus. I couldn't test this as I don't have the NIC/hardware. - prefer PCIR_BAR to hardcoded EM_MMBA. - Properly checks for for 64bit BAR [1] - replace inl/outl with bus_space(9) [1] - fix endian issue on VLAN handling. - reorder header files and remove unnecessary one. Reviewed by: cognet No response from: pdeuskar, tackerman Obtained from: OpenBSD [1] Revision Changes Path 1.83 +41 -38 src/sys/dev/em/if_em.c 1.36 +10 -14 src/sys/dev/em/if_em.h 1.17 +9 -2 src/sys/dev/em/if_em_hw.h 1.15 +15 -12 src/sys/dev/em/if_em_osdep.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511090843.jA98hIT2010128>