Date: Wed, 6 Aug 2003 03:52:16 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/dev/oltr if_oltr.c Message-ID: <200308061052.h76AqGNe027471@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2003/08/06 03:52:16 PDT FreeBSD src repository Modified files: sys/contrib/dev/oltr if_oltr.c Log: Broke the warning that this driver uses pessimal (u_short) types for i/o ports by calling the implementation-detail level below inb() and outb() instead of inb() and outb(). Unpessimizing the types is too hard since they are mainly used in microcode. Revision Changes Path 1.29 +2 -2 src/sys/contrib/dev/oltr/if_oltr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308061052.h76AqGNe027471>