freebsd-skq/sys/i386
Nate Williams 68c4406a91 A minor bugfix for my audio driver and pcaudio. The problem is with
signals delivered to a process writing to the audio device the
system: if you try

        cat /dev/zero > /dev/dsp (or cat /dev/zero > /dev/pcaudio)

and press Ctrl-C : for a second or two the system appears to freeze
(e.g. the cursor will disappear if you move the mouse, xclock
blocks, etc.). I think that interrupts etc. still run so the problem
is not too terrible, but still annoying

[ The problems appears to also be in isa/pcaudio.c, though that is ignored ]

Submitted by:	Luigi Rizzo <luigi@labinfo.iet.unipi.it>
1998-02-21 17:51:39 +00:00
..
apm Staticize. 1998-02-09 06:11:36 +00:00
bios Staticize. 1998-02-09 06:11:36 +00:00
boot Make bootblock building independent of /usr/include if relative 1998-02-15 21:38:19 +00:00
conf Make TUNE_1542 a new-style option, and enable this option in LINT. It 1998-02-21 10:11:43 +00:00
eisa Removed unused #includes. 1998-02-20 13:11:54 +00:00
i386 Replace TOD clock code with more systematic approach. 1998-02-20 16:36:17 +00:00
ibcs2 De-staticize enough to make all the LKMs work again. Add comments where 1998-02-11 01:46:50 +00:00
include Replace TOD clock code with more systematic approach. 1998-02-20 16:36:17 +00:00
isa A minor bugfix for my audio driver and pcaudio. The problem is with 1998-02-21 17:51:39 +00:00
linux Staticized. 1998-02-13 07:34:52 +00:00
pci Make the class code checks in function pci_cfgcheck less strict. 1997-12-20 09:04:25 +00:00
scsi Don't depend on "implicit int". 1998-02-20 13:37:40 +00:00
Makefile Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00