add hp ilo driver

directly backported from linus tree,
this driver replaces the old hprsm packages.

svn path=/dists/trunk/linux-2.6/; revision=11890
This commit is contained in:
Maximilian Attems 2008-07-23 22:23:01 +00:00
parent b779dc6b34
commit afb53ee287
4 changed files with 1019 additions and 0 deletions

1
debian/changelog vendored
View File

@ -74,6 +74,7 @@ linux-2.6 (2.6.26-1~experimental.1) UNRELEASED; urgency=low
* atl1e driver for Atheros(R) L1e Fast Ethernet. (closes: #492029)
* [ALSA] hda - Add ICH9 controller support (8086:2911)
* [ALSA] hda - support intel DG33 motherboards
* HP iLO driver
[ Martin Michlmayr ]
* [arm/orion5x] Update the config to reflect upstream renaming this

View File

@ -893,6 +893,7 @@ CONFIG_FUJITSU_LAPTOP=m
CONFIG_MSI_LAPTOP=m
CONFIG_SONY_LAPTOP=m
CONFIG_ENCLOSURE_SERVICES=m
CONFIG_HP_ILO=m
##
## file: drivers/mmc/card/Kconfig

File diff suppressed because it is too large Load Diff

View File

@ -59,3 +59,4 @@
+ features/all/drivers-net-atl1e.patch
+ bugfix/all/sound_hda_ich9.patch
+ bugfix/all/sound_hda_intel_dg33.patch
+ features/all/drivers-hp_ilo.patch