From owner-freebsd-hackers@FreeBSD.ORG Wed Feb 18 21:28:45 2009 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 891D21065673 for ; Wed, 18 Feb 2009 21:28:45 +0000 (UTC) (envelope-from sean.bruno@dsl-only.net) Received: from iron2.pdx.net (iron2.pdx.net [69.64.224.71]) by mx1.freebsd.org (Postfix) with ESMTP id 6FEEF8FC0A for ; Wed, 18 Feb 2009 21:28:45 +0000 (UTC) (envelope-from sean.bruno@dsl-only.net) Received: (qmail 30349 invoked from network); 18 Feb 2009 13:01:03 -0800 Received: from 069-064-235-060.pdx.net (HELO ?192.168.1.51?) (69.64.235.60) by iron2.pdx.net with SMTP; 18 Feb 2009 13:01:03 -0800 From: Sean Bruno To: hackers@freebsd.org Content-Type: text/plain Date: Wed, 18 Feb 2009 13:02:03 -0800 Message-Id: <1234990923.20261.26.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.24.3 (2.24.3-1.fc10) Content-Transfer-Encoding: 7bit Cc: Subject: Module Dependencies X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2009 21:28:45 -0000 I'm messing around with dev/firewire/sbp_targ at home this week and wanted to know if there was a way to warn or notify when trying to run config against a kernel configuration file that has "device sbp_targ" but doesn't have "device targbh". Is there such a mechanism? Sean