
Hello,
in message 200705071247.32202.repvik@kynisk.com you wrote:
This patch adds support for the QNAP Turbostation TS-101 and TS-201 device= s =
LINE WRAP!
(http://www.qnap.com.tw/pro_storage.asp). Applies to git tree.
Sorry, it does *not* apply:
error: patch fragment without header at line 4: @@ -0,0 +1,35 @@ Adds trailing whitespace. .dotest/patch:65: Adds trailing whitespace. .dotest/patch:89: error: patch fragment without header at line 113: @@ -0,0 +1,40 @@ Adds trailing whitespace. .dotest/patch:159: * Adds trailing whitespace. .dotest/patch:162: * Adds trailing whitespace. .dotest/patch:180: * fatal: corrupt patch at line 193 Patch failed at 0001.
See also here:
...
pci_read_config_dword (devbusfn, PCI_BASE_ADDRESS_0,
(u32 *) &ide_bus_offset[0]);
ide_bus_offset[0] &= 0xfffffffe;
ide_bus_offset[0] = pci_hose_bus_to_phys(&hose,
ide_bus_offset[0] & 0xfffffffe,
PCI_REGION_IO);
Strange superlong lines.
pci_read_config_dword (devbusfn, PCI_BASE_ADDRESS_2,
(u32 *) &ide_bus_offset[1]);
ide_bus_offset[1] &= 0xfffffffe;
ide_bus_offset[1] = pci_hose_bus_to_phys(&hose,
ide_bus_offset[1] & 0xfffffffe,
PCI_REGION_IO);
Ditto here.
...
+int checkboard (void) +{
- ulong busfreq = get_bus_freq(0);
- char buf[32];
- printf("Board: QNAP TS-101/TS-201 local bus at %s MHz\n", strmhz(buf, >
busfreq));
^^^^^^^^^^^^
LINEWRAP.
etc.
Please resubmit after cleaning up.
Best regards,
Wolfgang Denk