Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Oct 1999 11:16:17 -0700
From:      Edwin Culp <eculp@MexComUSA.NET>
To:        "current@FreeBSD.ORG" <current@FreeBSD.ORG>
Subject:   kernel compile problem at ed0
Message-ID:  <38076F71.C87D36E8@MexComUSA.NET>
References:  <199910151749.KAA51327@local-27.local.net>

next in thread | previous in thread | raw e-mail | index | archive | help
I seem to have a problem compiling a kernel on my laptop with the ed0
driver that I use for my D-link 660 pcmcia card.

Running current, cvsup this morning.  Make world finished with no problems
but my attempt at kernel compilation yielded:

> if_ed_isa.o: In function `ed_isa_attach':
> if_ed_isa.o(.text+0xef): undefined reference to `ed_alloc_port'
> if_ed_isa.o(.text+0x109): undefined reference to `ed_alloc_memory'
> if_ed_isa.o(.text+0x11a): undefined reference to `ed_alloc_irq'
> if_ed_isa.o(.text+0x127): undefined reference to `edintr'
> if_ed_isa.o(.text+0x152): undefined reference to `ed_attach'
> if_ed_isa.o(.text+0x15a): undefined reference to `ed_release_resources'
> *** Error code 1
>
> Stop in /usr/src/sys/compile/LAPTOP.

From my cvsup of this morning

 Edit src/sys/dev/ed/if_ed.c
  Add delta 1.164 99.10.15.03.12.46 mdodd
 Edit src/sys/dev/ed/if_ed_isa.c
  Add delta 1.2 99.10.15.03.12.47 mdodd
 Edit src/sys/dev/ed/if_ed_pci.c
  Add delta 1.22 99.10.15.03.12.47 mdodd
 Edit src/sys/dev/ed/if_edvar.h
  Add delta 1.3 99.10.15.03.12.47 mdodd

Maybe I just need to wait for the rest of the changes.

Thanks,

ed



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38076F71.C87D36E8>