From owner-freebsd-hardware Tue Oct 31 12:13:18 2000 Delivered-To: freebsd-hardware@freebsd.org Received: from sos1.sos.com.pl (sos1.sos.com.pl [195.117.212.2]) by hub.freebsd.org (Postfix) with ESMTP id 530B637B479 for ; Tue, 31 Oct 2000 12:13:12 -0800 (PST) Received: from internet.pl (pb7.warszawa.cvx.ppp.tpnet.pl [213.76.97.7]) by sos1.sos.com.pl (8.9.3/8.9.3) with ESMTP id VAA15417 for ; Tue, 31 Oct 2000 21:13:02 +0100 Message-ID: <39FF29F8.5D595911@internet.pl> Date: Tue, 31 Oct 2000 21:22:16 +0100 From: Adam Szeliga Organization: XSoftware X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-hardware@FreeBSD.org Subject: Lava driver Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Does somebody could help me ? I have to write driver for pci serial card: Lava Quattro. It has 4 serial ports working on single interrupt. I'm tring to use driver sio for this. In kernel config file I have: device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 and Lava port I want configure: device sio4 at pci? device sio5 at pci? device sio6 at pci? device sio7 at pci? But in my attach function for Lava I receive unit number 0. I have no idea how and where to change it. I would like to use flags options. I don't known how I can read them. Best Regards Adam Szeliga To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message