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
32 lines
922 B
Text
32 lines
922 B
Text
service rtl8139
|
|
{
|
|
type net;
|
|
descr "Realtek 8139 based card";
|
|
system
|
|
UMAP # 14
|
|
IRQCTL # 19
|
|
DEVIO # 21
|
|
;
|
|
pci device 10ec/8139;
|
|
pci device 02ac/1012;
|
|
pci device 1065/8139;
|
|
pci device 1113/1211;
|
|
pci device 1186/1300;
|
|
pci device 1186/1340;
|
|
pci device 11db/1234;
|
|
pci device 1259/a117;
|
|
pci device 1259/a11e;
|
|
pci device 126c/1211;
|
|
pci device 13d1/ab06;
|
|
pci device 1432/9130;
|
|
pci device 14ea/ab06;
|
|
pci device 14ea/ab07;
|
|
pci device 1500/1360;
|
|
pci device 1743/8139;
|
|
pci device 4033/1360;
|
|
ipc
|
|
SYSTEM pm rs log tty ds vm
|
|
pci inet lwip amddev
|
|
;
|
|
};
|
|
|