Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 5 Feb 2003 18:49:24 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 5 Feb 2003 18:49:24 -0500 Received: from smtp4.us.dell.com ([143.166.148.135]:54225 "EHLO smtp4.us.dell.com") by vger.kernel.org with ESMTP id ; Wed, 5 Feb 2003 18:49:22 -0500 Date: Wed, 5 Feb 2003 17:58:57 -0600 (CST) From: Matt Domsch X-X-Sender: mdomsch@humbolt.us.dell.com Reply-To: Matt Domsch To: torvalds@transmeta.com cc: linux-kernel@vger.kernel.org Subject: [PATCH] EDD fixups for 2.5.x Message-ID: <20BF5713E14D5B48AA289F72BD372D6803072879-100000@AUSXMPC122.aus.amer.dell.com> X-GPG-Fingerprint: 17A4 17D0 81F5 4B5F DB1C AEF8 21AB EEF7 92F0 FC09 X-GPG-Key: http://domsch.com/mdomsch_pub.asc MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1809 Lines: 57 Linus, please do a bk pull http://mdomsch.bkbits.net/linux-2.5-edd This will update the following files: arch/i386/kernel/edd.c | 298 ++++++++++++++++++++++++----------------------- arch/i386/kernel/setup.c | 2 include/asm-i386/edd.h | 2 3 files changed, 155 insertions, 147 deletions through these ChangeSets: (03/01/21 1.952.1.5) EDD: don't over-allocate EDD data block Found by Kevin Lawton. (03/01/21 1.952.1.4) EDD: until SCSI layer sysfs is fixed, don't use it for raw_data either. (03/01/16 1.952.1.2) EDD: Until scsi layer is fixed, don't make symlink to scsi disk (03/01/07 1.879.29.1) EDD: fix raw_data file and edd_has_edd30(), misc cleanups * Update copyright date * s/driverfs/sysfs in comments * bump version * bug fix: raw_data file was always printing device 0's info. * bug fix: edd_has_edd30 was always returning device 0's info. * always print the report info at the end of raw_data * edd_dev_is_type() should return boolean * edd_match_scsidev() should return boolean * remove duplicate calls to pci_find_slot, use edd_get_pci_dev(). * attribute tests should return boolean * add edd_release() * work if !CONFIG_SCSI=[ym] * use new find_bus() and bus_for_each_dev() to match SCSI devices Thanks, Matt -- Matt Domsch Sr. Software Engineer, Lead Engineer, Architect Dell Linux Solutions www.dell.com/linux Linux on Dell mailing lists @ http://lists.us.dell.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/