Re: ISDN4BSD (HPS version) is going into ports

Hans Petter Selasky <[email protected]> Mon, 5 Mar 2012 19:00:08 +0100
Newsgroups gmane.os.freebsd.devel.isdn
Message-ID <[email protected]>
On Monday 05 March 2012 11:13:31 Michael Reifenberger wrote:
> On Wed, 29 Feb 2012, Hans Petter Selasky wrote:
> ...
> 
> > kldload i4b
> 
> Here I get under -current(r230808):
> (fs)(root) kldload i4b
> kldload: can't load i4b: Exec format error
> 
> dmesg shows:
> ...
> link_elf_obj: symbol dss1_lite_process undefined
> linker_load_file: Unsupported file type
> ...

Could you try the following patch:

Index: module/Makefile
===================================================================
--- module/Makefile     (revision 2219)
+++ module/Makefile     (working copy)
@@ -84,8 +84,11 @@
 SRCS+= iloop.c
 .endif
 
-.if !defined(HAVE_YEALINK_DRIVER)
+.if defined(HAVE_YEALINK_DRIVER)
 SRCS+= yealink.c
+.endif
+
+.if defined(HAVE_ISDN_LOOP_DRIVER) || defined(HAVE_YEALINK_DRIVER)
 SRCS+= dss1_lite.c dss1_lite_l1if.c
 .endif

--HPS
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isdn
To unsubscribe, send any mail to "[email protected]"