scottl
7605c12c0f
Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will
...
use to synchornize and protect all data objects that are used for that
SIM. Drivers that are not yet MPSAFE register Giant and operate as
usual. RIght now, no drivers are MPSAFE, though a few will be changed
in the coming week as this work settles down.
The driver API has changed, so all CAM drivers will need to be recompiled.
The userland API has not changed, so tools like camcontrol do not need to
be recompiled.
2007-04-15 08:49:19 +00:00
jhb
9081d44243
Use pause() rather than tsleep() on stack variables and function pointers.
2007-02-27 17:23:29 +00:00
piso
6a2ffa86e5
o break newbus api: add a new argument of type driver_filter_t to
...
bus_setup_intr()
o add an int return code to all fast handlers
o retire INTR_FAST/IH_FAST
For more info: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=465712+0+current/freebsd-current
Reviewed by: many
Approved by: re@
2007-02-23 12:19:07 +00:00
jhb
2cd5f6bd1c
- Use a regular mutex rather than a spin mutex. This driver doesn't need
...
a spin mutex since it doesn't have an INTR_FAST interrupt handler.
Beyond that the driver is still under Giant anyway.
- Remove unneeded locking during attach across operations that can't be
called with locks held (such as bus_dma_tag_create()).
MFC after: 1 week
Not objected to by: scottl
2007-01-04 20:28:17 +00:00
phk
ef310efff8
Since DELAY() was moved, most <machine/clock.h> #includes have been
...
unnecessary.
2006-05-16 14:37:58 +00:00
scottl
c97e09528c
Remove some header polution.
2006-04-30 16:44:41 +00:00
ru
522e9c2b7b
Fix -Wundef.
2005-12-04 02:12:43 +00:00
schweikh
fd806854c9
Don't augment the DRIVER_VERSION "v1.12" with __DATE__ and __TIME__.
...
This is the only file of > 1700 files in a buildkernel here doing that.
It makes reproducible builds (same source => same binary) impossible.
Spotted by: devel/ccache
2005-11-13 10:13:31 +00:00
scottl
28cd9f9628
Fix a typo that broke LINT.
2005-09-08 14:13:36 +00:00
scottl
2a42f59489
Import new version of the HPTMV driver from Highpoint. The major change
...
here is the support for amd64, as well as possible support for PAE. Many
thanks to Highpoint for continuing to support FreeBSD.
Obtained from: Steve Chang @ Highpoint
MFC After: 3 days.
2005-09-07 23:33:26 +00:00
nyan
0fce92f5c4
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
...
and amd64. The optimization is a trivial on recent machines.
Reviewed by: -arch (imp, marcel, dfr)
2005-05-29 04:42:30 +00:00
sam
0f37f556b7
check copyin return value (and while we're at it copyout too)
...
Noticed by: Coverity Prevent analysis tool
2005-03-31 05:15:27 +00:00
sam
fd379eb29a
plug resource leak
...
Noticed by: Coverity Prevent analysis tool
2005-03-29 01:46:25 +00:00
das
64406ce1fb
Don't read past the end of pVDevice[]. (Previously, we would iterate
...
twice as many times as there were entries in the array.)
Spotted by: Ted Unangst using the Coverity Prevent static analysis tool
Reviewed by: scottl
2005-03-18 05:43:34 +00:00
das
caf92f76fe
Don't write past the end of the VendorId field (and into the ProductId
...
field).
Spotted by: Ted Unangst using the Coverity Prevent static analysis tool
Reviewed by: scottl
2005-03-18 05:43:31 +00:00
scottl
4d2ae547ed
Clean up the botching of the previous repo-copy. Reference the included
...
headers from the correct location.
Submitted by: Tai-hwa Liang
2005-03-02 15:13:37 +00:00
scottl
234c4487a0
Move all of the hptmv files to /sys/dev/hptmv so that they won't be mistaken
...
for being on a CVS vendor branch. The files were moved via a repo-copy.
2005-03-02 05:14:28 +00:00
obrien
f2b675e741
Add FreeBSD ID.
2005-02-28 00:53:29 +00:00
sam
95526fd399
avoid sneaky double free
...
Noticed by: Coverity Prevent analysis tool
Reviewed by: scottl
2005-02-25 00:16:53 +00:00
sam
a2dc045488
plug resource leak
...
Noticed by: Coverity Prevent analysis tool
Reviewed by: scottl
2005-02-24 02:24:24 +00:00
imp
4b319958e7
Start each of the license/copyright comments with /*-, minor shuffle of lines
2005-01-06 01:43:34 +00:00
njl
ae7f7772e5
Move launching the worker thread from a SYSINIT to the first device's
...
attach. This fixes the previous behavior where systems without hptmv
hardware always had a worker thread running.
2004-12-19 19:42:54 +00:00
scottl
3f4ffafdb8
Fix some warnings that only triggered in LINT.
2004-10-24 09:23:07 +00:00
scottl
16c58cc2c4
Embed the correct name.
2004-10-24 08:48:32 +00:00
scottl
3fd282d467
Clean up some messy Makefile stuff so that this can be built into the
...
kernel.
2004-10-24 08:38:29 +00:00
scottl
7a9167aadd
Import the HighPoint RocketRAID 182x driver. Thanks to HighPoint for
...
providing the original driver, and thanks to IronSystems for providing
hardware for testing.
2004-10-24 05:37:23 +00:00