From owner-freebsd-questions@FreeBSD.ORG Fri Oct 17 08:08:10 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CE8B16A4B3 for ; Fri, 17 Oct 2003 08:08:10 -0700 (PDT) Received: from ctb-mesg4.saix.net (ctb-mesg4.saix.net [196.25.240.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42C0A43FA3 for ; Fri, 17 Oct 2003 08:08:07 -0700 (PDT) (envelope-from matt@databias.co.za) Received: from databias.co.za (wblv-241-89.telkomadsl.co.za [165.165.241.89]) by ctb-mesg4.saix.net (Postfix) with ESMTP id 1F158C198; Fri, 17 Oct 2003 17:08:04 +0200 (SAST) Received: from matt by databias.co.za with local (Exim 4.20) id 1AAY53-0004cz-Uq; Fri, 17 Oct 2003 17:08:01 +0000 Date: Fri, 17 Oct 2003 17:08:01 +0000 From: Matthew Faircliff To: maxim Message-ID: <20031017170801.GA736@databias.co.za> References: <002f01c3941d$42a1d390$4a1f320a@MMaslennikov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <002f01c3941d$42a1d390$4a1f320a@MMaslennikov> User-Agent: Mutt/1.4.1i cc: freebsd-questions@FreeBSD.ORG Subject: Re: PNP ISA Modem Motorola Premier 33.6 Internal can't install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Oct 2003 15:08:10 -0000 Howzit Maxim, I had problems with my FreeBSD 4.7 machine not seeing my generic ISA PNP K56 Flex fax/modem. Here is what I did to get it working: 1. Edit the /usr/src/sys/isa/sio.c file (as root, of course) 2. Insert the appropriate value for your modem in the file under the isa_pnp_id function (should be around line 700). So...just stick in the following line, remebering that the list is sorted alphebetically on your CSN (ie. MOT1580): {0x8015f435, NULL}, /* MOT1580 - My Mototola modem!! */ 3. Save the file and exit. 4. Rebuild your kernel Voila! It should register your ISA modem in dmesg when you reboot. Hope it works! You might have to use 0x19647968 as your id, not sure. Matthew Faircliff On Fri, Oct 17, 2003 at 01:39:48AM +0600, maxim wrote: From: "maxim" To: freebsd-questions@FreeBSD.ORG Date: Fri, 17 Oct 2003 01:39:48 +0600 X-Mailer: Microsoft Outlook, Build 10.0.2627 Subject: PNP ISA Modem Motorola Premier 33.6 Internal can't install Hello, I have PNP ISA modem, programe pnpinfo write out: Checking for Plug-n-Play devices... Card assigned CSN #1 Vendor ID MOT1580 (0x8015f435), Serial Number 0x19647968 PnP Version 1.0, Vendor Version 0 Device Description: Motorola Premier 33.6 Internal Logical Device ID: MOT1580 0x8015f435 #0 Device supports I/O Range Check TAG Start DF I/O Range 0x3e8 .. 0x3e8, alignment 0x8, len 0x8 [not 16-bit addr] IRQ: 3 4 5 7 - only one type (true/edge) TAG Start DF I/O Range 0x2e8 .. 0x2e8, alignment 0x8, len 0x8 [not 16-bit addr] IRQ: 3 4 5 7 - only one type (true/edge) TAG Start DF I/O Range 0x3f8 .. 0x3f8, alignment 0x8, len 0x8 [not 16-bit addr] IRQ: 4 - only one type (true/edge) TAG Start DF I/O Range 0x2f8 .. 0x2f8, alignment 0x8, len 0x8 [not 16-bit addr] IRQ: 3 - only one type (true/edge) TAG Start DF I/O Range 0x2e8 .. 0x2e8, alignment 0x8, len 0x8 [not 16-bit addr] IRQ: 10 11 12 15 - only one type (true/edge) TAG Start DF I/O Range 0x3e8 .. 0x3e8, alignment 0x8, len 0x8 [not 16-bit addr] IRQ: 10 11 12 15 - only one type (true/edge) TAG Start DF I/O Range 0x0 .. 0x3f8, alignment 0x8, len 0x8 [not 16-bit addr] IRQ: 3 4 5 7 - only one type (true/edge) TAG Start DF I/O Range 0x0 .. 0x3f8, alignment 0x8, len 0x8 [not 16-bit addr] IRQ: 10 11 12 15 - only one type (true/edge) TAG End DF End Tag Successfully got 28 resources, 1 logical fdevs -- card select # 0x0001 CSN MOT1580 (0x8015f435), Serial Number 0x19647968 Logical device #0 IO: 0x03e8 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 3 0 DMA 4 0 IO range check 0x00 activate 0x01 But I can't see new sio device. How can I solve the problem? How does FreeBSD configurate PNP isa devices? Kind Regards, Maxim Maslennikov. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"