Bruce Evans 388dfa7112 Fixed a few hundred warnings (2400 in LINT) for signed vs unsigned
comparisons in the inb() and outb() macros.  I decided that int args
are OK here.  Any type that can hold a u_int16_t without overflow
is correct, and 32-bit types are optimal.

Introduced a few tens of warnings (100 in LINT) for use of pessimized
(short) types for the port arg.  Only a few drivers are affected by
this.  u_short pessimizations aren't detected.

Added `__extension__' before the statement-expression in inb() so
that it can be compiled without warnings by gcc -pedantic.
1996-09-24 17:47:59 +00:00
..
1996-06-25 20:02:16 +00:00
1996-04-10 05:27:11 +00:00
1994-08-21 04:55:31 +00:00
1994-08-02 07:55:43 +00:00
1994-08-02 07:55:43 +00:00
1996-05-02 14:21:14 +00:00