]> Zhao Yanbai Git Server - minix.git/commit
etc/usr/rc: fix argument passing for net drivers 06/2906/1
authorDavid van Moolenbroek <david@minix3.org>
Mon, 1 Dec 2014 17:35:21 +0000 (17:35 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Thu, 4 Dec 2014 12:10:46 +0000 (12:10 +0000)
commitcb796b755139385df69f1f6762784b3edbaa7651
tree14e197ac2ca7a9b5da394f2962e33db3fd521cb5
parentcc5b19887567732f27be7a3d212b073999f5804f
etc/usr/rc: fix argument passing for net drivers

The expected argument name would include the instance number, which
is not only redundant in many cases (FOOETHn_n=arg.., "n" being the
instance number) and conflicted with what netconf(8) does, but some
drivers need to be able to see the arguments for all instances of its
driver type--for example, dp8390 needs to know how many earlier
instances have been configured to use PCI.

Change-Id: I4830b823352722f554a032979464aba8b08fc166
etc/usr/rc