Bug #73
closed
Added by slynko almost 19 years ago.
Updated almost 12 years ago.
Description
Hi,
this patch fix warnings produced by macros like outb (see the comment to
outb macro in sys/i386/include/cpufunc.h)
Files
On Wed, Jan 18, 2006 at 08:52:27PM +0300, Alexey Slynko wrote:
Hi,
this patch fix warnings produced by macros like outb (see the comment to
outb macro in sys/i386/include/cpufunc.h)
Please don't do this, this warnings are a good reminder that the code is
archaic and MUST be converted to newbus. Beside that is this fix
incorrect since ports are 16bit integers, aka shorts. The choosen type
is perfectly valid.
Joerg
On Wed, Jan 18, 2006 at 08:55:14PM +0100, joerg@britannica.bec.de wrote:
Please don't do this, this warnings are a good reminder that the code is
archaic and MUST be converted to newbus.
So, is anyone working on converting them to newbus? :)
- File deleted (
if_sr.outb.diff)
- File deleted (
if_rdp.outb.diff)
- File deleted (
if_ie.outb.diff)
- File deleted (
cronyx.outb.diff)
- Description updated (diff)
- Status changed from New to Feedback
- Assignee deleted (
0)
Hi,
Does somebody have more information on this 'newbus conversion' stuff?
If so, either update this ticket or add it to the 'Projects page' and close this ticket.
Best regards,
Antonio Huete
- Status changed from Feedback to Closed
There are no warnings anymore in the files affected by the two leftover patches (the rest were already removed some months ago). I guess this is due to compiler differences (GCC 4.4 and 4.7 both seem to get along fine with the current code).
Also available in: Atom
PDF