Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



briggs
Mon Nov  4 13:20:03 PST 1996
Update of /cvsroot/src/sys/arch/mac68k/dev
In directory netbsd1:/var/slash-tmp/cvs-serv11595

Modified Files:
        esp.c 
Log Message:
- Move offset for 2nd scsi controller (Q900/Q950/WGS95) to 0x402
  instead of 0x400.
- Restructure interrupt handling for more performance--continue to
  read/write data as long as the device keeps us in a data xfer phase.
  There is still a lot of room for speed improvement here.  Perhaps it
  lies is speeding up the interrupt path in general?


christos
Mon Nov  4 16:29:47 EST 1996
Update of /cvsroot/src/include/protocols
In directory netbsd1:/var/slash-tmp/cvs-serv12984

Modified Files:
        routed.h 
Log Message:
Fix RIP-V1 netinfo structure to be sizeof(sockaddr) + sizeof(u_int32_t) by
adding the missing RIP-V2 fields. This structure *must* always be the correct
size, otherwise programs that parse rip packets will break! (e.g.
tcpdump -s 1024 -vv broadcast would not parse rip packets correctly and
would fail after the first entry).




Home | Main Index | Thread Index | Old Index