Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 May 1999 20:07:39 +0200
From:      Ollivier Robert <roberto@keltia.freenix.fr>
To:        "FreeBSD Current Users' list" <freebsd-current@FreeBSD.ORG>
Subject:   config(8) changes and i4b
Message-ID:  <19990509200739.A8341@keltia.freenix.fr>

next in thread | raw e-mail | index | archive | help
Anyone very -CURRENT and running i4b ? I just upgraded to the new config
syntax and it seems that it doesn't grok pseudo-devices with numbers in the
name correctly...

With this config(8) works but some dependencies are not generated and "make"
fails.
-=-=-
# Q.921 / layer 2 - i4b passive cards D channel handling
pseudo-device	"i4bq921"

# Q.931 / layer 3 - i4b passive cards D channel handling
pseudo-device	"i4bq931"

# layer 4 - i4b common passive and active card handling
pseudo-device	"i4b
pseudo-device   "i4btrc"		4
pseudo-device   "i4bctl"
pseudo-device   "i4brbch"   	4
pseudo-device   "i4btel"    	2
pseudo-device   "i4bipr"		4
pseudo-device	"i4bisppp"		4
-=-=-

-=-=-
loading kernel.debug
i4b_l2.o: In function `i4b_dl_data_req':
/sys/compile/KELTIA_T/../../i4b/layer2/i4b_l2.c(.text+0x16f): undefined reference to `i4b_Dfreembuf'
i4b_l2.o: In function `i4b_l2_unit_init':
/sys/compile/KELTIA_T/../../i4b/layer2/i4b_l2.c(.text+0x2aa): undefined reference to `i4b_Dfreembuf'
i4b_l2.o: In function `i4b_ph_data_ind':
/sys/compile/KELTIA_T/../../i4b/layer2/i4b_l2.c(.text+0x5b2): undefined reference to `i4b_Dfreembuf'
i4b_l2fsm.o: In function `F_AE01':
/sys/compile/KELTIA_T/../../i4b/layer2/i4b_l2fsm.c(.text+0x609): undefined reference to `i4b_Dcleanifq'
i4b_l2fsm.o: In function `F_AE05':
/sys/compile/KELTIA_T/../../i4b/layer2/i4b_l2fsm.c(.text+0x64d): undefined reference to `i4b_Dcleanifq'
i4b_l2fsm.o: In function `F_AE06':
...
-=-=-

Without the "" around the names, config(8) complains with "Syntax error".

Any idea ?
-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr
FreeBSD keltia.freenix.fr 4.0-CURRENT #2: Fri Apr 16 22:37:03 CEST 1999



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?19990509200739.A8341>