349a158056
. rc script and service know to look in /usr/pkg/.. for extra binaries and conf files . service split into parsing config and doing RS request so that a new utility (printconfig) can just print the config in machine-parseable format for netconf integration . converted all base system eth drivers/netconf
14 lines
283 B
Text
14 lines
283 B
Text
|
|
service lance
|
|
{
|
|
type net;
|
|
descr "AMD LANCE (also emulated by VMWare and VirtualBox)";
|
|
system
|
|
UMAP # 14
|
|
IRQCTL # 19
|
|
DEVIO # 21
|
|
;
|
|
pci device 1022/2000;
|
|
uid 0;
|
|
};
|
|
|