mtd/drivers/mtd/maps scb2_flash.c,1.6,1.7
David Woodhouse
dwmw2 at infradead.org
Mon Jul 12 10:41:00 EDT 2004
Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv24840
Modified Files:
scb2_flash.c
Log Message:
Merge from 2.6: spelling, __devinitdata
Index: scb2_flash.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/scb2_flash.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- scb2_flash.c 21 May 2003 12:45:20 -0000 1.6
+++ scb2_flash.c 12 Jul 2004 14:40:58 -0000 1.7
@@ -31,17 +31,17 @@
*
* The actual BIOS layout has been mostly reverse engineered. Intel BIOS
* updates for this board include 10 related (*.bio - &.bi9) binary files and
- * another seperate (*.bbo) binary file. The 10 files are 64k of data + a
+ * another separate (*.bbo) binary file. The 10 files are 64k of data + a
* small header. If the headers are stripped off, the 10 64k files can be
* concatenated into a 640k image. This is your BIOS image, proper. The
- * seperate .bbo file also has a small header. It is the 'Boot Block'
+ * separate .bbo file also has a small header. It is the 'Boot Block'
* recovery BIOS. Once the header is stripped, no further prep is needed.
* As best I can tell, the BIOS is arranged as such:
* offset 0x00000 to 0x4ffff (320k): unknown - SCSI BIOS, etc?
* offset 0x50000 to 0xeffff (640k): BIOS proper
* offset 0xf0000 ty 0xfffff (64k): Boot Block region
*
- * Intel's BIOS update program flashes the BIOS and Boot Block in seperate
+ * Intel's BIOS update program flashes the BIOS and Boot Block in separate
* steps. Probably a wise thing to do.
*/
@@ -218,7 +218,7 @@
pci_set_drvdata(dev, NULL);
}
-static struct pci_device_id scb2_flash_pci_ids[] __devinitdata = {
+static struct pci_device_id scb2_flash_pci_ids[] = {
{
.vendor = PCI_VENDOR_ID_SERVERWORKS,
.device = PCI_DEVICE_ID_SERVERWORKS_CSB5,
More information about the linux-mtd-cvs
mailing list