Date: Mon, 17 Mar 2003 22:29:51 -0800 (PST) From: Mike Silbersack <silby@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xl.c if_xlreg.h Message-ID: <200303180629.h2I6TpNk060373@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
silby 2003/03/17 22:29:51 PST FreeBSD src repository Modified files: sys/pci if_xl.c if_xlreg.h Log: Instead of relying on a compile time define to determine whether the xl driver should use port or memory based IO, determine it dynamically at runtime, preferring MMIO where possible. This helps us support newer arches which dislike port based access better. Tested on i386 & sparc64, with 3c900, 905, 905b, and 905C cards. (in varying combinations by both jake and myself) Revision Changes Path 1.132 +33 -37 src/sys/pci/if_xl.c 1.45 +1 -0 src/sys/pci/if_xlreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303180629.h2I6TpNk060373>