Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67468 - Alpha experimental 2004.2 livecd DAC960 driver not patched for OEM DAC960
Summary: Alpha experimental 2004.2 livecd DAC960 driver not patched for OEM DAC960
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Everything (show other bugs)
Hardware: Alpha Linux
: High enhancement (vote)
Assignee: Alpha Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-13 14:37 UTC by Brian Parkhurst
Modified: 2005-03-28 07:49 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Parkhurst 2004-10-13 14:37:35 UTC
The DAC960 driver included in the 2004.2 livecd doesn't not include the patch for handling the OEM DAC960 SWXCR (2.73 is looked for OEM is 2.70).



Reproducible: Always
Steps to Reproduce:
1. Boot the liveCD on a system with OEM DAC960 raidcontroller installed.
2.
3.

Actual Results:  
System detected the DAC960 loaded the generic driver and Kernel Panic.

Expected Results:  
Have the DAC960 patch applied for the OEM'd version.

The 2.6 Kernel native DAC960.c driver fixes this.

A simple patch of the DAC960.c block driver for 2.4 kernels will fix this for
the OEM SWXCR driver. My swxcr is running the latest Firmware from HP/Compaq
(from the firmware CD)

Edit the DAC960.c in the kernel source tree.

/usr/src/linux/drivers/block

Modify the firmware check from 2.73 to 2.70 and it will work fine.  Or
alternatively include the various OEM versions into the checking list.

OEM versions
2.16 
2.42
2.49
2.70

(Controller->FirmwareVersion[0] == '2' &&
strcmp(Controller->FirmwareVersion, "2.70") >= 0)))
{
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2005-03-28 07:49:50 UTC
This should be fixed in 2005.0