summaryrefslogtreecommitdiff
path: root/sys/dev/ips/ips.c
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-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-02-26Fix "set but not used" in the ips driver. Dead code.Scott 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-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
2006-10-05o Add Adaptec ServeRAID 7x IDs. IDs taken from Linux.Maxim Konovalov
2006-05-16Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp
2005-11-29Separate the hardware definitions into ipsreg.h so they can be used byScott Long
2005-09-25Overhaul error handling in the IPS driver. Don't use a magic value forScott Long
2005-04-26Remove an extra mutex unlock in the morpheus interrupt handler.Scott Long
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-05-30Use a unique malloc type rather than M_DEVBUF.Scott Long
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-14Remove the static major assignment for ips(4).Scott Long
2004-02-14Use same style for cdevsw as the rest of our drivers.Poul-Henning Kamp
2004-01-18Fixed a memory leak.Ruslan Ermilov
2003-11-27ServeRaid (at least 5i) didn't initialize correctly. To getMartin Blapp
2003-08-24Use __FBSDID().David E. O'Brien
2003-07-01Mega busdma API commit.Scott Long
2003-06-27Fix pointer/int warnings so this compiles on amd64. The driver wantsPeter Wemm
2003-06-26- Zero the buffers used to hold configuration data from the card. Not doingScott Long
2003-05-11Add the 'ips' driver for the IBM (now Adaptec) ServeRAID controllerScott Long