Mercurial > flash_v2
diff packages/devs/eth/smsc/lan91cxx/current/ChangeLog @ 181:d61da071934c
Merge from eCos master repository on 2001-08-22-06:38:55-BST
| author | jlarmour |
|---|---|
| date | Wed, 22 Aug 2001 06:27:14 +0000 |
| parents | aa8364213009 |
| children | 920b9b754b53 |
line wrap: on
line diff
--- a/packages/devs/eth/smsc/lan91cxx/current/ChangeLog +++ b/packages/devs/eth/smsc/lan91cxx/current/ChangeLog @@ -1,3 +1,12 @@ +2001-08-17 Hugo Tyson <hmt@redhat.com> + + * src/if_lan91cxx.c (lan91cxx_poll): The interrupt acknowledge + call only occurs in the ISR for this driver because the interrupt + via GPIO is edge triggered. We now also acknowledge the interrupt + within the poll() routine - otherwise RedBoot net use never acks! + Which doesn't matter if the app uses the net, but in a net-free + app, it near enough wedges in the resulting interrupt loop. + 2001-08-13 Hugo Tyson <hmt@redhat.com> * src/smsc_lan91cxx.h (get_att,put_att): Condition out the inline
