[parisc-linux-cvs] linux rhirst

Richard Hirst rhirst@puffin.external.hp.com
Wed, 14 Feb 2001 11:33:06 -0700


CVSROOT:	/home/cvs/parisc
Module name:	linux
Changes by:	rhirst	01/02/14 11:33:06

Modified files:
	drivers/net    : Space.c 

Log message:
Alan wont accept these entries to Space.c because drivers should work
via init_etherdev() now.  In our case the entries didn't serve any
useful purpose anyway, and probing is initiated from drivers/gsc/lan.c.
When probed via Space.c entries, dev->irq would be zero and the 82596
probe function would simply exit.  We have an asp_i82596_probe()
function also, which wasn't in Space.c anyway.