/* $NetBSD: flushok.c,v 1.5 2008/04/28 20:23:01 martin Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Julian Coleman. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ #include #ifndef lint __RCSID("$NetBSD: flushok.c,v 1.5 2008/04/28 20:23:01 martin Exp $"); #endif /* not lint */ #include "curses.h" #include "curses_private.h" /* * flushok -- * Turn on and off Fflush(stdout) after refresh for the given window. */ int flushok(WINDOW *win, bool bf) { if (bf) win->flags |= __FLUSH; else win->flags &= ~__FLUSH; return (OK); } ion>
path: root/sys/dev/microcode/isp
AgeCommit message (Expand)Author
2011-02-28Update firmware sets for the (rare) 2322, 2400 and 2500. In particular themjacob
2009-06-25Update 2400 firmware to latest (to match 2500 firmware)mjacob
2009-05-07update firmwaremjacob
2009-05-07Add firmware set for 8Gb card.mjacob
2008-05-11Update 2400 f/w to something more akin to what is current.mjacob
2008-03-11Checkpoint of some fairly major isp(4) rototilling.mjacob
2008-03-09Remove files that have no apparent immediate use.mjacob
2007-05-24Major update to isp(4) driver to bring it in line with external sources.mjacob
2005-12-11merge ktrace-lwp.christos
2005-05-31remove bogus cast.christos
2005-03-01revert the whitespace kill -- these are binaries.perry
2005-02-27nuke trailing whitespaceperry
2004-08-01Add binary versions of firmware images, which will be used Soon.mycroft
2004-05-02Revert ISP2100 firmware to Qlogic revision 1.19.16 (the version that shippedtls
2004-01-21Updated firmware from QLogic via Matt Jacob (from his Jan 14 distribution).briggs
2003-02-09Roll to latest f/w. Supposed to correct some nasty f/w bugs.mjacob
2002-10-18Update to the latest Fibre Channel f/w from the QLogic intranet site.mjacob
2002-03-22Cast for now non-const in ispdv structure.mjacob
2002-02-19Update 2300 firmware to latest release level.mjacob
2001-12-14Roll f/w to latest level, correcting several, ah, interesting bugs.mjacob
2001-10-20Update to latest 12160 initiator firmware.mjacob
2001-08-31Ulp! Open Wide! Another Firmware Enchilada!mjacob
2001-04-11Only install headers which are actually used by our userland. Thisjdolecek
2001-02-12update to latest f/wmjacob
2000-12-28roll to 2.01.26 f/wmjacob