cvs commit: src/sys/dev/ed if_ed_cbus.c
Bruce Evans
bde at FreeBSD.org
Wed Aug 6 11:06:32 PDT 2003
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
More information about the cvs-src
mailing list