Date: Sat, 1 Dec 2001 19:47:33 -0800 (PST) From: Scott Long <scottl@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aac aac.c aac_debug.c aac_disk.c aac_ioctl.h aac_pci.c aac_tables.h aacreg.h aacvar.h Message-ID: <200112020347.fB23lXg59578@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
scottl 2001/12/01 19:47:33 PST Modified files: sys/dev/aac aac.c aac_debug.c aac_disk.c aac_ioctl.h aac_pci.c aac_tables.h aacreg.h aacvar.h Log: Add functionality and fix bugs so the driver will work with soon-to-be released management apps. 1. Implement poll(). This will check for queued aif's so that a subsequent ioctl call to retrieve the next aif will not block. 2. Don't catch signals when sleeping on a fib sent from userland. This causes a race and panic due to the pthread context switcher waking up the tsleep at inopportune times. 3. Fix some whitespace nits. MFC after: 3 days Revision Changes Path 1.30 +169 -26 src/sys/dev/aac/aac.c 1.8 +3 -3 src/sys/dev/aac/aac_debug.c 1.17 +2 -2 src/sys/dev/aac/aac_disk.c 1.8 +1 -1 src/sys/dev/aac/aac_ioctl.h 1.15 +5 -1 src/sys/dev/aac/aac_pci.c 1.3 +3 -2 src/sys/dev/aac/aac_tables.h 1.9 +23 -2 src/sys/dev/aac/aacreg.h 1.10 +17 -10 src/sys/dev/aac/aacvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112020347.fB23lXg59578>