FreeBSD Bugzilla – Attachment 84819 Details for
Bug 120876
[patch] net/etherboot doesn't compile with gcc4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-gcc40-3
patch-gcc40-3 (text/plain), 621 bytes, created by
Jeremie Le Hen
on 2008-02-20 11:30:01 UTC
(
hide
)
Description:
patch-gcc40-3
Filename:
MIME Type:
Creator:
Jeremie Le Hen
Created:
2008-02-20 11:30:01 UTC
Size:
621 bytes
patch
obsolete
>--- drivers/net/sis900.c.old 2008-02-20 11:33:10.000000000 +0100 >+++ drivers/net/sis900.c 2008-02-20 11:33:54.000000000 +0100 >@@ -1083,7 +1083,7 @@ > const char *p) /* Packet */ > { > u32 to, nstype; >- u32 tx_status; >+ volatile u32 tx_status; > > /* Stop the transmitter */ > outl(TxDIS | inl(ioaddr + cr), ioaddr + cr); >@@ -1122,7 +1122,7 @@ > > to = currticks() + TX_TIMEOUT; > >- while ((((volatile u32) tx_status=txd.cmdsts) & OWN) && (currticks() < to)) >+ while (((tx_status=txd.cmdsts) & OWN) && (currticks() < to)) > /* wait */ ; > > if (currticks() >= to) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 120876
:
84818
| 84819