Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 09/18/2000 23:51:16
Module Name:	syssrc
Committed By:	bjh21
Date:		Mon Sep 18 20:51:16 UTC 2000

Modified Files:
	syssrc/sys/arch/arm26/conf: files.arm26
	syssrc/sys/arch/arm26/podulebus: if_ea.c if_eareg.h
	syssrc/sys/conf: files
Added Files:
	syssrc/sys/dev/ic: seeq8005.c seeq8005reg.h seeq8005var.h

Log Message:
Split the arm26 Ether3 (ea) driver into an MI driver for the SEEQ 8005 chip,
and a front-end driver for the Ether3.  Only semantic change is to remove
ea_claimirq() and ea_releaseirq() on the grounds that the seem too spurious
to warrant a callback to the front-end.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/arm26/conf/files.arm26
cvs rdiff -r1.18 -r1.19 syssrc/sys/arch/arm26/podulebus/if_ea.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/arm26/podulebus/if_eareg.h
cvs rdiff -r1.388 -r1.389 syssrc/sys/conf/files
cvs rdiff -r0 -r1.1 syssrc/sys/dev/ic/seeq8005.c \
    syssrc/sys/dev/ic/seeq8005reg.h syssrc/sys/dev/ic/seeq8005var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.