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
..
1995-02-03 21:49:18 +00:00
1996-05-01 00:47:05 +00:00
1996-09-21 14:59:43 +00:00
1996-03-11 06:48:57 +00:00
1996-09-21 14:59:43 +00:00
1996-05-31 01:08:08 +00:00
1995-05-30 08:16:23 +00:00
1996-05-04 08:42:14 +00:00
1996-08-02 21:16:13 +00:00
1996-05-04 08:42:14 +00:00
1995-12-08 11:19:42 +00:00
1996-09-21 14:59:43 +00:00
1996-06-25 20:02:16 +00:00
1996-09-24 17:47:59 +00:00
1996-01-30 23:02:38 +00:00
1996-02-06 18:51:28 +00:00
1995-12-03 10:40:16 +00:00
1995-02-12 08:31:31 +00:00
1994-09-24 21:37:01 +00:00
1994-09-20 22:26:37 +00:00
1996-01-30 23:02:38 +00:00
1996-09-21 14:59:43 +00:00
1996-01-30 23:02:38 +00:00
1996-05-23 20:11:48 +00:00
1996-09-21 14:59:43 +00:00
1996-09-21 14:59:43 +00:00
1996-09-21 14:59:43 +00:00
1996-09-21 14:59:43 +00:00
1995-02-03 21:49:18 +00:00
1996-09-21 14:59:43 +00:00
1996-07-01 18:12:24 +00:00
1994-09-09 11:27:50 +00:00
1995-11-04 17:08:13 +00:00
1996-05-03 21:01:54 +00:00
1996-09-21 14:59:43 +00:00
1996-07-31 12:36:11 +00:00
1996-09-21 14:59:43 +00:00
1996-09-21 14:59:43 +00:00
1996-09-08 16:57:53 +00:00
1996-04-10 05:27:11 +00:00
1996-08-28 20:15:32 +00:00
1996-01-30 23:02:38 +00:00
1996-01-24 18:51:48 +00:00
1996-05-04 07:05:55 +00:00
1996-09-21 14:59:43 +00:00
1996-01-30 23:02:38 +00:00
1994-08-21 04:55:31 +00:00
1996-01-30 23:02:38 +00:00
1995-11-28 02:07:36 +00:00
1995-06-28 02:14:13 +00:00
1996-09-21 14:59:43 +00:00
1996-09-21 14:59:43 +00:00
1996-06-03 19:37:38 +00:00
1996-09-21 14:59:43 +00:00
1996-07-01 20:16:10 +00:00
1995-01-24 16:22:52 +00:00
1996-08-11 17:29:39 +00:00
1996-01-30 23:02:38 +00:00
1996-03-11 02:23:56 +00:00
1996-01-30 23:02:38 +00:00
1996-05-02 14:21:14 +00:00
1996-02-22 00:31:49 +00:00