Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/20/1997 01:20:05
lukem
Sun Oct 19 18:10:40 PDT 1997
Update of /cvsroot/src/usr.bin/tty
In directory netbsd1:/var/slash-tmp/cvs-serv27866

Modified Files:
	tty.1 tty.c 
Log Message:
WARNSify, fix .Nm usage

thorpej
Sun Oct 19 18:15:57 PDT 1997
Update of /cvsroot/src/sys/dev/pci
In directory netbsd1:/var/slash-tmp/cvs-serv27679

Modified Files:
	if_fxp.c if_fxpreg.h if_fxpvar.h 
Log Message:
Port the latest FreeBSD "fxp" driver to NetBSD-current.  Changes include:
- Work around a bug in the 82557 that causes the receiver to lock up
  in certain conditions by kicking the multicast address filter if we
  haven't heard anything come down the wire for some period of time.
- Fix a bug that could cause TxCB descriptor chains to cross page boundaries
  on the Alpha.
- Remove some unneeded register masking.
- Fix a bug where too much data was copied from the config template, causing
  memory corruption.
- Fix handing of if_timer (it was be cleared too early in some cases).
- Attempt to reduce the chances of receiver overrun by doubling the
  number of receive DMA segments, and processing receive interrupts
  before transmit interrupts.
- Remove a gratuitous assignment.
- Fix a bug where incoming packets were counted twice.