Messages in this thread |  | | Date | Tue, 17 Dec 1996 04:27:47 +0100 (MEZ) | From | Kai Schulte <> | Subject | pre-16 |
| |
pre-2.1.16 is up and running here but with a few problems:
arp_start_resolution() in arp.c will not compile with arp daemon support because the arp_table struct has no "dev".
The scc driver will not compile due to various changes.
When executing the setserial program during startup, something seems to be setting the xmit_fifo_size to 0 and then calling rs_wait_until_sent() which tries to divide by this size:
>>EIP: c0179d21 <rs_wait_until_sent+85/118> in serial.c: char_time = (info->timeout - HZ/50) / info->xmit_fifo_size;
Trace: c0183523 <tty_wait_until_sent+ef/124> Trace: c0179bd4 <rs_close+144/20c> Trace: c017c02b <release_dev+25f/4a0> Trace: c017c422 <tty_release+a/10> Trace: c01225e8 <__fput+1c/40> Trace: c0122658 <close_fp+4c/5c> Trace: c01226ac <sys_close+44/50> Trace: c010a7f8 <system_call+38/40>
Kai
|  |