Date: Wed, 6 Aug 2003 11:06:30 -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/dev/ed if_ed_cbus.c Message-ID: <200308061806.h76I6Uha063669@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2003/08/06 11:06:30 PDT
FreeBSD src repository
Modified files:
sys/dev/ed if_ed_cbus.c
Log:
Don't use pessimal (u_short) types for i/o ports. This is mainly for
completenss. The pessimization is tiny compared with i/o port slowness
except on very old machines, but code that used signed short types for
i/o ports was unpessimized long ago, and the macro that detected it
recently started working for u_short types too. Use of bus space
should have made this moot long ago.
Not tested at runtime by: bde
Revision Changes Path
1.10 +1 -1 src/sys/dev/ed/if_ed_cbus.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308061806.h76I6Uha063669>
