http://avos.satgate.net/skystar1/ss1fbsd6_x_7_x.tar.bz2
при компиляции выдает
Код: Выделить всё
kharkovnet# make
@ -> /usr/src/sys
machine -> /usr/src/sys/i386/include
cc -O2 -fno-strict-aliasing -pipe -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c skystar.c
skystar.c:27:55: error: machine/bus_memio.h: No such file or directory
In file included from skystar.c:59:
@/../sys/dev/skystar/arm.h:32:9: warning: multi-line comment
skystar.c: In function 'getMAC':
skystar.c:616: error: 'struct arpcom' has no member named 'ac_enaddr'
skystar.c:618: error: 'struct arpcom' has no member named 'ac_enaddr'
skystar.c:619: error: 'struct arpcom' has no member named 'ac_enaddr'
skystar.c:620: error: 'struct arpcom' has no member named 'ac_enaddr'
skystar.c: In function 'net_ipmpe':
skystar.c:686: error: 'struct arpcom' has no member named 'ac_if'
skystar.c:726: warning: assignment from incompatible pointer type
skystar.c:688: warning: unused variable 'n'
skystar.c: In function 'init_net':
skystar.c:772: error: 'struct arpcom' has no member named 'ac_if'
skystar.c:779: error: 'struct arpcom' has no member named 'ac_enaddr'
skystar.c:807: error: 'struct arpcom' has no member named 'ac_enaddr'
skystar.c:773: warning: unused variable 'bpf'
skystar.c: In function 'release_net':
skystar.c:816: error: 'struct arpcom' has no member named 'ac_if'
skystar.c: In function 'skystar_attach':
skystar.c:1010: error: 'PCIR_MAPS' undeclared (first use in this function)
skystar.c:1010: error: (Each undeclared identifier is reported only once
skystar.c:1010: error: for each function it appears in.)
skystar.c:1098: warning: passing argument 4 of 'bus_setup_intr' from incompatible pointer type
skystar.c:1098: warning: passing argument 5 of 'bus_setup_intr' from incompatible pointer type
skystar.c:1098: error: too few arguments to function 'bus_setup_intr'
skystar.c: In function 'skystar_detach':
skystar.c:1242: error: 'PCIR_MAPS' undeclared (first use in this function)
skystar.c: At top level:
skystar.c:1644: warning: no previous prototype for 'skystar_poll'
*** Error code 1
Stop in /dist/skystar/module.
kharkovnet#