Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/29/1997 08:00:01
thorpej
Tue Oct 28 23:57:54 PST 1997
Update of /cvsroot/src/sys/dev/ic
In directory netbsd1:/var/slash-tmp/cvs-serv1696

Modified Files:
	ne2000.c 
Log Message:
When probing for a dp8390 in ne2000_detect(), check for RST being set
in the ISR (from the ISA "ed" driver's generic 8390 probe routine).
Also, add a big comment describing exactly what we're checking when
probing for the dp8390 (also lifted from the ISA "ed" driver).

The RST check should help weed-out non-matches before they get to the
fairly invasive memory check.


thorpej
Tue Oct 28 23:59:43 PST 1997
Update of /cvsroot/src/sys/dev/ic
In directory netbsd1:/var/slash-tmp/cvs-serv1898

Modified Files:
      Tag: netbsd-1-3
	ne2000.c 
Log Message:
Pull up from trunk: make the check for a dp8390 in ne2000_detect()
slightly more robust, and comment it.