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
22 lines
510 B
Text
22 lines
510 B
Text
|
|
service fxp
|
|
{
|
|
type net;
|
|
descr "Intel PRO/100";
|
|
system
|
|
UMAP # 14
|
|
IRQCTL # 19
|
|
DEVIO # 21
|
|
;
|
|
pci device 8086/1031;
|
|
pci device 8086/1032;
|
|
pci device 8086/103d;
|
|
pci device 8086/1064;
|
|
pci device 8086/1229;
|
|
pci device 8086/2449;
|
|
ipc
|
|
SYSTEM pm rs log tty ds vm
|
|
pci inet lwip amddev
|
|
;
|
|
};
|
|
|