search for: bus_width

Displaying 3 results from an estimated 3 matches for "bus_width".

Did you mean: buf_width
2003 Jun 23
1
STABLE regression with AIC-7902 controller.
...that can be cured by building a kernel without eisa support). With STABLE (as of 19 June) the system locks up hard (no response to the keboard) during the boot. The last messages to appear on the console screen before the hang (with boot_verbose set) are the following: (ahd0:A:1:0): Sending PPR bus_width 1, period 8, offset 7f, ppr_options bf (ahd0:A:1:0): Received PPR width 1, period 8, offset 3f,options bf Filtered to width 1, period 8, offset 3f, options bf ahd0: target 1 using 16bit transfers ahd0: target 1 synchronous with period = 0x8, offset = 0x3f(RDSTRM|DT|IU|QAS) As far as I can...
2012 Nov 19
0
[PATCH 247/493] drivers/block: remove use of __devinit
...c int ace_setup(struct ace_device *ace) { u16 version; u16 val; @@ -1092,7 +1092,7 @@ static void __devexit ace_teardown(struct ace_device *ace) iounmap(ace->baseaddr); } -static int __devinit +static int ace_alloc(struct device *dev, int id, resource_size_t physaddr, int irq, int bus_width) { @@ -1151,7 +1151,7 @@ static void __devexit ace_free(struct device *dev) * Platform Bus Support */ -static int __devinit ace_probe(struct platform_device *dev) +static int ace_probe(struct platform_device *dev) { resource_size_t physaddr = 0; int bus_width = ACE_BUS_WIDTH_16; /* FIXM...
2012 Nov 19
0
[PATCH 247/493] drivers/block: remove use of __devinit
...c int ace_setup(struct ace_device *ace) { u16 version; u16 val; @@ -1092,7 +1092,7 @@ static void __devexit ace_teardown(struct ace_device *ace) iounmap(ace->baseaddr); } -static int __devinit +static int ace_alloc(struct device *dev, int id, resource_size_t physaddr, int irq, int bus_width) { @@ -1151,7 +1151,7 @@ static void __devexit ace_free(struct device *dev) * Platform Bus Support */ -static int __devinit ace_probe(struct platform_device *dev) +static int ace_probe(struct platform_device *dev) { resource_size_t physaddr = 0; int bus_width = ACE_BUS_WIDTH_16; /* FIXM...