From owner-freebsd-questions Sat Dec 18 11:43:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from holmes.infopro.spb.su (holmes.infopro.spb.su [195.242.2.2]) by hub.freebsd.org (Postfix) with ESMTP id AAD7014F3C for ; Sat, 18 Dec 1999 11:42:28 -0800 (PST) (envelope-from avm@webclub.ru) Received: from barrymore.peterlink.ru (barrymore.peterlink.ru [195.242.2.8]) by holmes.infopro.spb.su (8.9.1/8.9.1) with ESMTP id WAA12939 for ; Sat, 18 Dec 1999 22:42:26 +0300 (MSK) Received: from 192.168.0.3 (spb-1-204.dialup.peterlink.ru [195.242.1.204]) by barrymore.peterlink.ru (8.9.1/8.9.1) with ESMTP id WAA06455 for ; Sat, 18 Dec 1999 22:42:24 +0300 (MSK) Date: Sat, 18 Dec 1999 22:42:23 +0300 From: "Alexey V. Meledin" X-Mailer: The Bat! (v1.36) S/N F29DEE5D / Educational Reply-To: "Alexey V. Meledin" Organization: InterForge Developers Group, Spb X-Priority: 3 (Normal) Message-ID: <2946.991218@webclub.ru> To: freebsd-questions@FreeBSD.ORG Subject: Plug&Play ISA, JVC Class 1 Modem Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! I have been deeply discouraged whith internal JVC,ISA,Class 1,Rockwell Chipset modem. I'm not so familar with Plug&Play, so I'll try to describe situation: 1. i486DX 2. I have both WinNT4.0 & FreeBSD 3.3. on it. 3. WinNT has detect with pnpisa my internal modem as on "Rockwell bases" after some time and drivers where instaled. To detect my modem under BSD I must do the following: 1. Power on (reset) 2. Start WinNT 3. Open COM port, Initialize modem. 4. Correctly restart without "reset" or "power". 5. Than BSD says: ---------------------- /kernel: Probing for PnP devices: /kernel: CSN 1 Vendor ID: GVC0303 [0x0303c31e] Serial 0x00000001 Comp ID: @@@0000 [0x00000000] /kernel: Probing for devices on the ISA bus /kernel: sc0 on isa Oct 31 14:30:35 salmon /kernel: sc0: ..... /kernel: sio0 at 0x3f8-0x3ff irq 4 flags 0x10 /kernel: sio0: type 16550A /kernel: sio1 at 0x2f8-0x2ff irq 3 flags 0x1 on isa /kernel: sio1: type 16550A --------------------------- Modem is on /dev/cuaa1 and works properly. In other way BSD doesn't recognize my modem as PNP device and can't configure sio1. Kernel configuration is: controller isa0 controller eisa0 options "AUTO_EOI_1" #Hmmm - gives speed on each interrapt!?! controller pnp0 .... device sio0 at isa? port "IO_COM1" tty flags 0x10 irq 4 device sio1 at isa? port "IO_COM2" tty flags 0x0 irq 3 PS: I've tries to change FLAGS, but nothing happens :( Regards, Alexey V. Meledin Interforge Developers Group To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message