Poul-Henning Kamp
c40da00ca3
Since DELAY() was moved, most <machine/clock.h> #includes have been
...
unnecessary.
2006-05-16 14:37:58 +00:00
Jens Schweikhardt
b49a9e5bab
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
Scott Long
e1ab829ad2
Fix a typo that broke LINT.
2005-09-08 14:13:36 +00:00
Scott Long
d2bd3ab995
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
Sam Leffler
72bd2eaecb
plug resource leak
...
Noticed by: Coverity Prevent analysis tool
2005-03-29 01:46:25 +00:00
David Schultz
844b51308e
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
Scott Long
f7f3900b9f
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
Sam Leffler
183551b925
plug resource leak
...
Noticed by: Coverity Prevent analysis tool
Reviewed by: scottl
2005-02-24 02:24:24 +00:00
Warner Losh
098ca2bda9
Start each of the license/copyright comments with /*-, minor shuffle of lines
2005-01-06 01:43:34 +00:00
Nate Lawson
6e0e5d3623
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
Scott Long
7d9aed9c4c
Fix some warnings that only triggered in LINT.
2004-10-24 09:23:07 +00:00
Scott Long
1713e81b9c
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