Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 145168 - driver for Promise SuperTrack EX83x0/EX163x0 RAID controllers
Summary: driver for Promise SuperTrack EX83x0/EX163x0 RAID controllers
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-08-26 05:27 UTC by Sergey Belyashov
Modified: 2007-06-16 06:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
sys-block/shasta-2.9.0.10-r1.ebuild (shasta-2.9.0.10-r1.ebuild,1004 bytes, text/plain)
2006-08-26 05:28 UTC, Sergey Belyashov
Details
files/shasta-2.9.0.10-x86_64.patch (shasta-2.9.0.10-x86_64.patch,532 bytes, patch)
2006-08-26 05:31 UTC, Sergey Belyashov
Details | Diff
sys-block/shasta-2.9.0.10.ebuild (shasta-2.9.0.10.ebuild,929 bytes, text/plain)
2006-08-26 23:20 UTC, Sergey Belyashov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Belyashov 2006-08-26 05:27:56 UTC
I write ebuild for shasta kernel module (driver for Promise ST EX163x0/EX83x0 SATA RAID Controllers).
It works fine for me on AMD64 with ST EX16350 (16 disks: RAID50: 3.5TB: BIOS v2.9.0.19).
Comment 1 Sergey Belyashov 2006-08-26 05:28:41 UTC
Created attachment 95126 [details]
sys-block/shasta-2.9.0.10-r1.ebuild
Comment 2 Sergey Belyashov 2006-08-26 05:31:23 UTC
Created attachment 95127 [details, diff]
files/shasta-2.9.0.10-x86_64.patch

I do not use this patch for me. Changes which it make here:
http://forums.gentoo.org/viewtopic-t-434288.html
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-08-26 12:07:59 UTC
Don't use unzip in src_unpack, no need to do such weird stuff. Just

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/shasta-2.9.0.10-x86_64.patch
}

will work fine. Also, remove virtual/modutils and virtual/linux-sources from dependencies, the eclasses already take care of this properly.

Comment 4 Sergey Belyashov 2006-08-26 23:20:30 UTC
Created attachment 95166 [details]
sys-block/shasta-2.9.0.10.ebuild

I keep mkdir ${S} because zip archive do not contain directory.
Comment 5 Sergey Belyashov 2007-06-16 06:26:57 UTC
Driver were build in to the linux kernel 2.6.20 and later.