diff options
author | maximilian attems <maks@debian.org> | 2006-03-04 00:06:59 +0100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2006-03-04 00:06:59 +0100 |
commit | 17ffd2765842d306dd1b7c996adf839b6a23d6ab (patch) | |
tree | 9c15c2533531efcd6112b736190453cbffbd0153 | |
parent | 8e676d49ba216a80ca3294c9d1deb2c1cbb873af (diff) | |
download | initramfs-tools-17ffd2765842d306dd1b7c996adf839b6a23d6ab.tar.gz initramfs-tools-17ffd2765842d306dd1b7c996adf839b6a23d6ab.zip |
add dac960 for alpha
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | hook-functions | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 7872991..1f673bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,7 +5,9 @@ initramfs-tools (0.54) unstable; urgency=low * debian/copyright: Meniton current bzr archive. (closes: #352738) - -- maximilian attems <maks@sternwelten.at> Tue, 28 Feb 2006 17:43:57 +0100 + * hook-function: Add dac960 scsi driver for alpha arch. (closes: #355162) + + -- maximilian attems <maks@sternwelten.at> Sat, 4 Mar 2006 00:05:35 +0100 initramfs-tools (0.53) unstable; urgency=high diff --git a/hook-functions b/hook-functions index 040aea2..bdb657a 100644 --- a/hook-functions +++ b/hook-functions @@ -156,6 +156,12 @@ auto_add_modules() for x in 3w-9xxx 3w-xxxx a100u2x aacraid advansys ahci aic79xx aic7xxx ata_piix atari_scsi atp870u BusLogic cciss ch dc395x dmx3191d dpt_i2o eata fdomain ibmvscsic initio ipr ips isp1020 lpfc max_scsi mac53c94 megaraid megaraid_mbox megaraid_mm mesh mptfc mptscsih mptsas mptspi nsp32 osst qla1280 qla2100 qla2200 qla2300 qla2322 qla2xxx qla6312 qlogicfas408 qlogicfc sata_promise sata_nv sata_qstor sata_sil sata_sis sata_svw sata_sx4 sata_uli sata_via sata_vsc scsi_mod scsi_transport_fc scsi_transport_iscsi scsi_transport_spi sd_mod sym53c8xx tmscsim; do manual_add_modules "${x}" done + case "${DPKG_ARCH}" in + alpha) + for x in dac960; do + manual_add_modules "${x}" + done + esac ;; ieee1394) for x in ohci1394 sbp2; do |