From owner-freebsd-questions@FreeBSD.ORG Mon Jun 11 12:32:38 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5E1F216A46B for ; Mon, 11 Jun 2007 12:32:38 +0000 (UTC) (envelope-from nejc@skoberne.net) Received: from svarun.infrax.si (84-255-241-13.static.dsl.t-2.net [84.255.241.13]) by mx1.freebsd.org (Postfix) with ESMTP id 1B66513C447 for ; Mon, 11 Jun 2007 12:32:38 +0000 (UTC) (envelope-from nejc@skoberne.net) Received: from localhost (localhost [127.0.0.1]) by svarun.infrax.si (Postfix) with ESMTP id DD994DA844 for ; Mon, 11 Jun 2007 14:08:09 +0200 (CEST) Received: from svarun.infrax.si ([127.0.0.1]) by localhost (Svarun.infrax.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23266-07 for ; Mon, 11 Jun 2007 14:07:59 +0200 (CEST) Received: from [192.168.15.2] (unknown [192.168.15.2]) by svarun.infrax.si (Postfix) with ESMTP id A8441DA894 for ; Mon, 11 Jun 2007 14:07:59 +0200 (CEST) Message-ID: <466D3B1E.5090301@skoberne.net> Date: Mon, 11 Jun 2007 14:07:58 +0200 From: =?ISO-8859-2?Q?Nejc_=A9koberne?= User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: User Questions Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at infrax.si Subject: NetMos NM9805 problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2007 12:32:38 -0000 Hello, I have FreeBSD 6.2 system with MosChip NM9805 card (additional parallel port): puc0@pci7:4:0: class=0x078000 card=0x00101000 chip=0x98059710 rev=0x01 hdr=0x00 vendor = 'MosChip Semiconductors (Was: Netmos Technology)' device = 'Nm9805 Parallel Port Adapter' class = simple comms I have enabled the 'puc' driver in loader.conf and at boot, I can see this: puc0: port 0x1010-0x1017,0x1018-0x101f, 0x1020-0x1027,0x1028-0x102f,0x1030-0x1037,0x1000-0x100f irq 20 at device 4.0 on pci7 However, it seems that the puc driver doesn't glue the port with the ppc subsystem, because I can only see ppc lines for the built-in parallel port: ppc1: port 0x378-0x37f,0x778-0x77d irq 7 drq 3 on acpi0 ppc1: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc1: FIFO with 16/16/13 bytes threshold ppbus0: on ppc1 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 So the question is: how can I use my NetMos card with FreeBSD? Thanks, Nejc