From owner-freebsd-questions Wed Mar 1 01:02:01 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id BAA17097 for questions-outgoing; Wed, 1 Mar 1995 01:02:01 -0800 Received: from easynet.com (easyr.easynet.com [198.67.38.6]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id BAA17091 for ; Wed, 1 Mar 1995 01:01:55 -0800 Received: by easynet.com (Smail3.1.28.1 #7) id m0rjk9F-000rc0C; Wed, 1 Mar 95 00:52 WET Message-Id: From: brian@mediacity.com (Brian Litzinger) Subject: Why does SMC Ultra Elite, mess up MPEG decoder? To: freebsd-questions@FreeBSD.org Date: Wed, 1 Mar 1995 00:52:45 -0800 (PST) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1057 Sender: questions-owner@FreeBSD.org Precedence: bulk I'm porting a device driver I wrote from BSDI to FreeBSD. The driver is for the Talisman MPEG decoder card (based on C-Cube CL480). Output is in a VGA window, or straight NTSC (Composite or S-Video). Does both Video and Audio and takes MPEG Systems streams in directly and parses internally. I'm running 021095-SNAP. The driver is working quite well, except for some reason when I have an SMC Ultra Elite plugged in I can't read reliably from the IO of the MPEG Decoder card, though I can write to it fine. The SMC Ultra Elite seems to stumble also. ed1 at 0x300-0x31f irq 10 maddr 0xd8000 msize 16384 (SMC Ultra Elite) tm0 at 0x700 irq 11 on isa The Talisman uses io ports 0x700-0x703 and that is it. It uses 8bit io. It works fine with a NE2000 card in place of the SMC Ultra Elite. I experienced this same problem under BSDI, so I expect it has something to do with the SMC card. Any ideas? I'm planning to publish the driver for all to use, so if access to the source would help at this point, let me know. Brian Litzinger brian@easynet.com