From owner-freebsd-hackers Mon Oct 7 19:31:29 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA23022 for hackers-outgoing; Mon, 7 Oct 1996 19:31:29 -0700 (PDT) Received: from alpo.whistle.com (s204m38.isp.whistle.com [207.76.204.38]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA23016 for ; Mon, 7 Oct 1996 19:31:24 -0700 (PDT) Received: from current1.whistle.com (current1.whistle.com [207.76.205.22]) by alpo.whistle.com (8.7.5/8.7.3) with SMTP id TAA22992; Mon, 7 Oct 1996 19:29:00 -0700 (PDT) Message-ID: <3259BBF7.2781E494@whistle.com> Date: Mon, 07 Oct 1996 19:27:03 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0b6 (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: rhh@ct.picker.com CC: hackers@freebsd.org Subject: Re: Driver debugging ? -- CMOS hosed by outw loop References: <199610080142.VAA27292@elmer.ct.picker.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Randall Hopper wrote: > > I'm in the process of trying to port a Linux driver. Got it linked in > and probing OK, but it's losing it when it tries to initialize the voice > channels on the synth chip. I'm presuming that you noticed that linux has the arguments the other way around in "outb()" julian