From owner-freebsd-hackers Mon Jun 23 14:30:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA01766 for hackers-outgoing; Mon, 23 Jun 1997 14:30:40 -0700 (PDT) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA01761 for ; Mon, 23 Jun 1997 14:30:36 -0700 (PDT) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id OAA23257; Mon, 23 Jun 1997 14:23:29 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd023255; Mon Jun 23 21:23:23 1997 Message-ID: <33AEE903.2781E494@whistle.com> Date: Mon, 23 Jun 1997 14:22:11 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: Simon Shapiro CC: FreeBSd-Hackers@FreeBSD.ORG Subject: Re: I/O Errors with PPP References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Simon Shapiro wrote: > > Hi Y'all, > > This is a continuation of a problem we encounter when running the new DPT > SCSI driver on a Pentium Pro machine. > > To make long stories short, here is what we did: > > * Setup kernel PPP session to our favorite ISP. We tried, V34, 64K ISDN > and 128Kb ISDN. Same result. > y'know one of the effects of running ppp is to OR together the interrupt masks for splimp() and spltty() so that they effectively are the same mask. I'm not sure if this is done at boot time or when ppp is started, but it might be worth checking out. (not that you are running at splimp or spltty, but there might be some side-effect that I'm not aware of) julian