From owner-freebsd-hackers Fri Jan 13 18:08:28 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id SAA24628 for hackers-outgoing; Fri, 13 Jan 1995 18:08:28 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id SAA24621 for ; Fri, 13 Jan 1995 18:08:27 -0800 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.9/8.6.9) with SMTP id SAA00152; Fri, 13 Jan 1995 18:07:53 -0800 X-Authentication-Warning: time.cdrom.com: Host localhost didn't use HELO protocol To: Peter da Silva cc: hackers@FreeBSD.org Subject: Re: Soundcards and interruptless drivers and lost characters, oh my! In-reply-to: Your message of "Fri, 13 Jan 95 10:49:40 CST." <199501131649.KAA01975@bonkers.taronga.com> Date: Fri, 13 Jan 1995 18:07:53 -0800 Message-ID: <151.790049273@time.cdrom.com> From: "Jordan K. Hubbard" Sender: hackers-owner@FreeBSD.org Precedence: bulk > OK, so I set my soundcard to IRQ 7 and selected > > device lpt0 at isa? port? tty > device snd2 at isa? port 0x220 irq 7 drq 1 vector sbintr > > which should have run the driver interruptless and did a config and a I'll bet you your parallel port card is still sharing IRQ 7 though. I'm not surprised. Don't do this - it's evil! Jordan