From owner-freebsd-hackers@FreeBSD.ORG Mon Aug 23 19:02:17 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DEFA16A4CE; Mon, 23 Aug 2004 19:02:17 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 080B743D2D; Mon, 23 Aug 2004 19:02:17 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i7NJ1kLC070566; Mon, 23 Aug 2004 13:01:46 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 23 Aug 2004 13:02:04 -0600 (MDT) Message-Id: <20040823.130204.00005737.imp@bsdimp.com> To: kyle@xraided.net From: "M. Warner Losh" In-Reply-To: <000001c48930$2dc3d1e0$150ba8c0@kyle> References: <000001c48930$2dc3d1e0$150ba8c0@kyle> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-hackers@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: Digi PCI / XEM 16-Port X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 19:02:17 -0000 In message: <000001c48930$2dc3d1e0$150ba8c0@kyle> "Kyle Mott" writes: : I have tried several times now to compile a GENERIC kernel on : 4.10-STABLE with dgm0 (Digi Ports/16em, PCI version!) enabled, and have : had no luck. Can anyone give me pointers? Right now, it's not showing up : in dmesg (no errors, no warnings, nothing). The config line I have been : using is below (but it's the one straight out of LINT). I've done a lot : of googling and maillist searching; most of the documentation is for the : ISA version, and not the PCI version. I've tried chaning 'at isa?' to : 'at pci?' with no luck. : : device dgm0 at isa? port 0x104 iomem 0xd0000 Try 'digi' instead. The various drivers were merged into digi. Warner