Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Feb 2000 14:25:50 -0800
From:      Mike Smith <msmith@freebsd.org>
To:        Clifton Royston <cliftonr@lava.net>
Cc:        Nik Clayton <nik@freebsd.org>, "Charles N. Owens" <owensc@enc.edu>, questions@freebsd.org, stable@freebsd.org
Subject:   Re: FreeBSD 3.4, Samba, HP LaserJet 5N, delays, reboots 
Message-ID:  <200002142225.OAA03806@mass.cdrom.com>
In-Reply-To: Your message of "Mon, 14 Feb 2000 12:06:19 -1000." <20000214120619.B5378@lava.net> 

next in thread | previous in thread | raw e-mail | index | archive | help
>   If the Epson printer is a pure output device and never tries to
> "talk" on the parallel port, presumably it never generates some of the
> interrupts which are being caught by the net driver in FreeBSD and
> causing the problem here.

I'd avoid making wild-assed assumptions like this, which have no basis at 
all in fact and only spread disinformation.

The simple fact is that the 'net' and 'tty' interrupt masks prevent 
interrupts during critical regions in the respective code sections, and a 
driver which is going to call into those regions needs an appropriate 
mask to avoid corrupting them.  "It works for me" means "I have been 
lucky so far", and nothing more.  

Note also that the entire problem is meant to be addressed in the most 
recent ppc work, but I don't hear anyone here reporting the results of 
their testing of it...

-- 
\\ Give a man a fish, and you feed him for a day. \\  Mike Smith
\\ Tell him he should learn how to fish himself,  \\  msmith@freebsd.org
\\ and he'll hate you for a lifetime.             \\  msmith@cdrom.com




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002142225.OAA03806>