From owner-freebsd-current@FreeBSD.ORG Sun Aug 22 08:10:10 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B03A16A532 for ; Sun, 22 Aug 2004 08:10:10 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5311A43D2D for ; Sun, 22 Aug 2004 08:10:10 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 4BEFA651EE; Sun, 22 Aug 2004 09:10:08 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 68567-05-3; Sun, 22 Aug 2004 09:10:07 +0100 (BST) Received: from empiric.dek.spc.org (adsl-67-121-94-141.dsl.snfc21.pacbell.net [67.121.94.141]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 7D499651EB; Sun, 22 Aug 2004 09:10:07 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 07D0662C8; Sun, 22 Aug 2004 01:10:05 -0700 (PDT) Date: Sun, 22 Aug 2004 01:10:04 -0700 From: Bruce M Simpson To: "Erik U." Message-ID: <20040822081004.GB1229@empiric.icir.org> References: <41284FDA.2060202@dnainternet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41284FDA.2060202@dnainternet.net> cc: current@freebsd.org Subject: Re: Changing irq's? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Aug 2004 08:10:10 -0000 On Sun, Aug 22, 2004 at 10:48:42AM +0300, Erik U. wrote: > So how can i build them on to the kernel. I tried these but i got syntax > errors: > device rl at pci? irq 10 # RealTek 8129/8139 > device pcm at pci? irq 5 This method of device configuration (and indeed /boot/kernel.conf) was deprecated after FreeBSD 4.x. Please try the procedures outlined in the manual page device.hints(5). BMS