05 Jun, 2008
1 commit
-
Updating copyright statement to include the year 2008
Signed-off-by: Sathya Prakash
Signed-off-by: James Bottomley
13 Oct, 2007
1 commit
-
Recently LSI Logic Corp was renamed as LSI Corp, so whereever there is
a reference of LSI Logic, it is changed to LSI in mpt fusion driver
code.signed-off-by: Sathya Prakash
Acked-by: Eric Moore
Signed-off-by: James Bottomley
18 Jun, 2007
1 commit
-
Update assocated fusion sources with new support email address.
Signed-off-by: Eric Moore
Signed-off-by: James Bottomley
03 Feb, 2007
1 commit
-
bump version, and fix email addr for lsi support
Signed-off-by: Eric Moore
Signed-off-by: James Bottomley
06 Jan, 2007
1 commit
-
* Add modinfo driver version support.
* Change copyright year to 2007.Signed-off-by: Eric Moore
Signed-off-by: James Bottomley
13 Jul, 2006
1 commit
-
* removing obsolete 1066, 1066E from Kconfig
* initializing aen_event_read_flag after host reset
* remove oem references
* remove obsolete mpt_pq_filter command line optionSigned-off-by: Eric Moore
Signed-off-by: James Bottomley
05 Feb, 2006
1 commit
-
Add bus_type recognization in ioctl path for SAS.
Signed-off-by: Eric Moore
Signed-off-by: James Bottomley
09 Nov, 2005
1 commit
-
This patch removes almost all inclusions of linux/version.h. The 3
#defines are unused in most of the touched files.A few drivers use the simple KERNEL_VERSION(a,b,c) macro, which is
unfortunatly in linux/version.h.There are also lots of #ifdef for long obsolete kernels, this was not
touched. In a few places, the linux/version.h include was move to where
the LINUX_VERSION_CODE was used.quilt vi `find * -type f -name "*.[ch]"|xargs grep -El '(UTS_RELEASE|LINUX_VERSION_CODE|KERNEL_VERSION|linux/version.h)'|grep -Ev '(/(boot|coda|drm)/|~$)'`
search pattern:
/UTS_RELEASE\|LINUX_VERSION_CODE\|KERNEL_VERSION\|linux\/\(utsname\|version\).hSigned-off-by: Olaf Hering
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
21 May, 2005
1 commit
-
(1) mptctl.c: Remove credits and update copyright
(2) mptctl.c: cleanup in get_iocinfoSigned-off-by: Eric Moore
Signed-off-by: James Bottomley
17 Apr, 2005
1 commit
-
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.Let it rip!