summaryrefslogtreecommitdiff
path: root/sys/dev/ips
AgeCommit message (Expand)Author
2025-01-02Remove now-redundant calls to device_delete_childJohn Baldwin
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-13kerneldump: remove physical argument from d_dumperMitchell Horne
2022-05-06ips: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-02-26Fix "set but not used" in the ips driver. Dead code.Scott Long
2020-02-07Ever since the block layer expanded its command syntax beyond justScott Long
2019-05-29Add the likely missing braces in ips(4). This is found by gcc warning thatLi-Wen Hsu
2019-05-20Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2014-11-13- Use the existing driver lock in cdevsw methods and remove D_NEEDGIANT.John Baldwin
2013-08-12Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long
2013-04-17Improving r249461 by providing a better way to handle the clang warning.Hiren Panchasara
2013-04-14Fixing a clang warning indicating uninitialized variable usage.Hiren Panchasara
2012-03-12Convert a number of drivers to obtaining their parent DMA tag from theirScott Long
2009-12-17Fix argument order in a call to mtx_init.Matt Jacob
2009-10-21Check pointer for NULL before dereferencing it, not after.Christian Brueffer
2009-08-20Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin
2009-08-02Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-10-05o Add Adaptec ServeRAID 7x IDs. IDs taken from Linux.Maxim Konovalov
2006-08-17while (0); -> while (0) in multi-line macrosWarner Losh
2006-05-16Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp
2006-01-03Shuffle some definitions so that this can be included from userland.Scott Long
2006-01-03Add some more data structures and definitions for communicating with theScott Long
2005-11-29Separate the hardware definitions into ipsreg.h so they can be used byScott Long
2005-09-27Fix build.Gleb Smirnoff
2005-09-27Report status in hex, not decimal.Scott Long
2005-09-25Overhaul error handling in the IPS driver. Don't use a magic value forScott Long
2005-05-29Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi
2005-04-26Remove an extra mutex unlock in the morpheus interrupt handler.Scott Long
2005-03-05Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh
2005-01-30Add crashdump support to the ips driver. It only works for the more modernScott Long
2005-01-28Remove all of the spl() markers.Scott Long
2005-01-28Lock the IPS driver and bring it out from under Giant. Also do someScott Long
2004-06-16Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp
2004-06-14Change the return value of sema_timedwait() so it returns 0 onJohn Polstra
2004-05-30Add missing <sys/module.h> includesPoul-Henning Kamp
2004-05-30Use a unique malloc type rather than M_DEVBUF.Scott Long
2004-03-27Fix typo in the device id for the new cards.Scott Long
2004-03-19Add generic support for the recent Adaptec flavors of ServeRAID.Scott Long
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-02-28Switch from using mutexes to using semaphores to protect against earlyScott Long
2004-02-21Device megapatch 4/6:Poul-Henning Kamp
2004-02-18Change the disk(9) API in order to make device removal more robust.Poul-Henning Kamp