Luoqi Chen wrote:
>
> I've ported it to -stable, but I don't have a machine to test it, please
> if you could. The code is in http://www.freebsd.org/~luoqi/aic/stable,
> apply patch files.diff, copy aic_isa.c to i386/isa, the rest goes to dev/aic.
>
I cannot compile a kernel. It reports the following errors:
loading kernel
aic_isa.o: In function `aic_isa_probe':
aic_isa.o(.text+0x51): undefined reference to `aic_unit'
aic_isa.o(.text+0x6c): undefined reference to `aic_probe'
aic_isa.o(.text+0xeb): undefined reference to `aic_unit'
aic_isa.o(.text+0xf4): undefined reference to `aic_unit'
aic_isa.o: In function `aic_isa_attach':
aic_isa.o(.text+0x125): undefined reference to `aic_softcs'
aic_isa.o(.text+0x12b): undefined reference to `aic_softcs'
aic_isa.o(.text+0x13e): undefined reference to `aic_attach'
aic_isa.o: In function `aic_isa_intr':
aic_isa.o(.text+0x15f): undefined reference to `aic_softcs'
aic_isa.o(.text+0x165): undefined reference to `aic_intr'
*** Error code 1
Stop.
It looks as though aic.c is not compiled in. B.T.W., in fist line of
aic.c a reference to aic.h is placed, but that file is not present in
your directory.
TIA
Koen.
--
Dr. K.R.A.M. Schreel | Eindhoven University of Technology
| Faculty of Mechanical Engineering
Combustion Research | Section Energy Technology
| P. O. Box 513
[EMAIL PROTECTED] | 5600 MB Eindhoven, The Netherlands
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message