Hi,
> Linux 2.5.64-ac3
> o Bring core IDE code into sync with the latest (me)
> 2.4.21pre5-ac code base. The drivers are not
> quite current with it yet.
There's a typo that breaks compiling ide-default.c
Here's the patch:
--- linux-2.5.60/drivers/ide/ide-default.c~ 2003-03-07 20:32:32.000000000 +0100
+++ linux-2.5.60/drivers/ide/ide-default.c 2003-03-07 21:30:01.000000000 +0100
@@ -51,7 +51,7 @@
.name = "ide-default",
.version = IDEDEFAULT_VERSION,
.attach = idedefault_attach,
- .supports_dma = 1.
+ .supports_dma = 1,
.drives = LIST_HEAD_INIT(idedefault_driver.drives)
};
This archive was generated by hypermail 2b29 : Fri Mar 07 2003 - 22:00:39 EST