edd.c (239060b93bb30a4ad55f1ecaa512464a035cc5ba) | edd.c (631dd1a885b6d7e9f6f51b4e5b311c2bb04c323c) |
---|---|
1/* 2 * linux/drivers/firmware/edd.c 3 * Copyright (C) 2002, 2003, 2004 Dell Inc. 4 * by Matt Domsch <Matt_Domsch@dell.com> 5 * disk signature by Matt Domsch, Andrew Wilks, and Sandeep K. Shandilya 6 * legacy CHS by Patrick J. LoPresti <patl@users.sourceforge.net> 7 * 8 * BIOS Enhanced Disk Drive Services (EDD) 9 * conformant to T13 Committee www.t13.org 10 * projects 1572D, 1484D, 1386D, 1226DT 11 * 12 * This code takes information provided by BIOS EDD calls 13 * fn41 - Check Extensions Present and 14 * fn48 - Get Device Parameters with EDD extensions 15 * made in setup.S, copied to safe structures in setup.c, 16 * and presents it in sysfs. 17 * | 1/* 2 * linux/drivers/firmware/edd.c 3 * Copyright (C) 2002, 2003, 2004 Dell Inc. 4 * by Matt Domsch <Matt_Domsch@dell.com> 5 * disk signature by Matt Domsch, Andrew Wilks, and Sandeep K. Shandilya 6 * legacy CHS by Patrick J. LoPresti <patl@users.sourceforge.net> 7 * 8 * BIOS Enhanced Disk Drive Services (EDD) 9 * conformant to T13 Committee www.t13.org 10 * projects 1572D, 1484D, 1386D, 1226DT 11 * 12 * This code takes information provided by BIOS EDD calls 13 * fn41 - Check Extensions Present and 14 * fn48 - Get Device Parameters with EDD extensions 15 * made in setup.S, copied to safe structures in setup.c, 16 * and presents it in sysfs. 17 * |
18 * Please see http://linux.dell.com/edd30/results.html for | 18 * Please see http://linux.dell.com/edd/results.html for |
19 * the list of BIOSs which have been reported to implement EDD. 20 * 21 * This program is free software; you can redistribute it and/or modify 22 * it under the terms of the GNU General Public License v2.0 as published by 23 * the Free Software Foundation 24 * 25 * This program is distributed in the hope that it will be useful, 26 * but WITHOUT ANY WARRANTY; without even the implied warranty of --- 775 unchanged lines hidden --- | 19 * the list of BIOSs which have been reported to implement EDD. 20 * 21 * This program is free software; you can redistribute it and/or modify 22 * it under the terms of the GNU General Public License v2.0 as published by 23 * the Free Software Foundation 24 * 25 * This program is distributed in the hope that it will be useful, 26 * but WITHOUT ANY WARRANTY; without even the implied warranty of --- 775 unchanged lines hidden --- |