diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-09-09 06:30:28 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-09-09 06:30:28 +0000 |
commit | c547af3061d799ad5a787e473ebde0e080eb44fc (patch) | |
tree | 981500bcec1cdb85db935e5124444c01505868d0 /ChangeLog | |
parent | 6e2013d5c5ca77d97b6d1cdbefe8cd226a405ec3 (diff) |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +1999-09-09 Thomas Bushnell, BSG <tb@mit.edu> + + * linux/src/drivers/net/rtl8139.c (RX_BUF_LEN_IDX): Reduce from 3 + to 2. (64K exceeds the limits in linux/dev/glue/kmem.c:kmalloc.) + (rtl8129_open): If we fail to get the memory we need, then free + the IRQ before returning. + Reported by Daniel Kobras <daniel.kobras@student.uni-tuebingen.de>. + 1999-09-07 Thomas Bushnell, BSG <tb@mit.edu> * linux/src/drivers/net/yellowfin.c (yellowfin_probe): Return |