Date: Sun, 5 Jul 1998 19:13:15 +0000 (GMT) From: Terry Lambert <tlambert@primenet.com> To: wjw@hobby.digiware.nl (Willem Jan Withagen) Cc: hackers@FreeBSD.ORG Subject: Re: adding to sysctl env. Message-ID: <199807051913.MAA27026@usr08.primenet.com> In-Reply-To: <199807042215.AAA00277@hobby.digiware.nl> from "Willem Jan Withagen" at Jul 5, 98 00:15:22 am
next in thread | previous in thread | raw e-mail | index | archive | help
> make a debug.switch for the vlink module. > So I added: > ---- > /* > * For the vlink module debugging > */ > static int vlinkxlatedebug = 0; > SYSCTL_INT(_debug, OID_AUTO, vlinkxlate, CTLFLAG_RW, &vlinkxlatedebug, 0, > ""); > ---- > expecting to see it apear in my sysctl -a output. > > But guess what: I didn't. :-{ You are using "options DEBUG", right? Also: you are staticaly linking this driver, not loading it as an LKM, right? Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807051913.MAA27026>