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
15 lines
298 B
Text
15 lines
298 B
Text
service atl2
|
|
{
|
|
type net;
|
|
descr "Attansic/Atheros L2 FastEthernet";
|
|
system
|
|
UMAP # 14
|
|
IRQCTL # 19
|
|
;
|
|
pci device 1969/2048;
|
|
ipc
|
|
SYSTEM pm rs tty ds vm
|
|
pci inet lwip
|
|
;
|
|
};
|
|
|