On Wednesday 15 October 2003 01:28, Andreas Roedl wrote:
> Hello!
>
> Am Dienstag, 14. Oktober 2003 20:16 schrieb Mark Knecht:
> > I think someone must be using this board? Have you had good results? Easy
> > or difficult to install Gentoo?
>
> I just bought an Asus A7V600 SATA board where the SATA controller is
> included in the southbridge and realized that its impossible to get it
> working under Linux. The day after I bought the Asus A7N8X Deluxe which is
> equipped with a Silicon Image 3112 Chip and it works pretty well.
>
> If you have the chance to get rid of the A7V600 and exchange it against the
> A7N8X Deluxe, do it!
I've bought an A7V600. It supports SATA so I guess it must be the A7V600 SATA.
Correct me if I'm wrong.
After installing the board, I couldn't boot with mandrake anymore and windows
booted on 320x200 without mouse or keyboard but gentoo (on an ATA card, not
on the board's ide controller) booted without problem. I had just lost DMA
control and that sort of thing.
I patched the my kernels for vt8237 support (manually, because gentoo-sources
don't handle the patch) and now everything is fine like before. Except
windows but I wasn't using it anyway ;-) I also patched my mandrake's kernel
and could boot mandrake too.
Note: I have not tried sata, the via sound interface or the 3com gigaethernet.
But everything else work fine. (almost: my kernel always complains about irq
routing conflicts during boot).
--
mathieu
[EMAIL PROTECTED], 2003-05-16 10:46:58+02:00, [EMAIL PROTECTED]
Support for VIA vt8237 IDE.
drivers/ide/pci/via82cxxx.c | 10 ++++------
include/linux/pci_ids.h | 7 ++++---
2 files changed, 8 insertions(+), 9 deletions(-)
diff -Nru a/drivers/ide/pci/via82cxxx.c b/drivers/ide/pci/via82cxxx.c
--- a/drivers/ide/pci/via82cxxx.c Fri May 16 10:47:10 2003
+++ b/drivers/ide/pci/via82cxxx.c Fri May 16 10:47:10 2003
@@ -1,12 +1,12 @@
/*
*
- * Version 3.36
+ * Version 3.37
*
* VIA IDE driver for Linux. Supported southbridges:
*
* vt82c576, vt82c586, vt82c586a, vt82c586b, vt82c596a, vt82c596b,
* vt82c686, vt82c686a, vt82c686b, vt8231, vt8233, vt8233c, vt8233a,
- * vt8235
+ * vt8235, vt8237
*
* Copyright (c) 2000-2002 Vojtech Pavlik
*
@@ -74,9 +74,7 @@
u8 rev_max;
u16 flags;
} via_isa_bridges[] = {
-#ifdef FUTURE_BRIDGES
- { "vt8237", PCI_DEVICE_ID_VIA_8237, 0x00, 0x2f, VIA_UDMA_133 },
-#endif
+ { "vt8237", PCI_DEVICE_ID_VIA_8237, 0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST },
{ "vt8235", PCI_DEVICE_ID_VIA_8235, 0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST },
{ "vt8233a", PCI_DEVICE_ID_VIA_8233A, 0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST },
{ "vt8233c", PCI_DEVICE_ID_VIA_8233C_0, 0x00, 0x2f, VIA_UDMA_100 },
@@ -148,7 +146,7 @@
via_print("----------VIA BusMastering IDE Configuration"
"----------------");
- via_print("Driver Version: 3.36");
+ via_print("Driver Version: 3.37");
via_print("South Bridge: VIA %s",
via_config->name);
diff -Nru a/include/linux/pci_ids.h b/include/linux/pci_ids.h
--- a/include/linux/pci_ids.h Fri May 16 10:47:10 2003
+++ b/include/linux/pci_ids.h Fri May 16 10:47:10 2003
@@ -1026,10 +1026,11 @@
#define PCI_DEVICE_ID_VIA_8233C_0 0x3109
#define PCI_DEVICE_ID_VIA_8361 0x3112
#define PCI_DEVICE_ID_VIA_8233A 0x3147
-#define PCI_DEVICE_ID_VIA_P4X333 0x3168
-#define PCI_DEVICE_ID_VIA_8235 0x3177
-#define PCI_DEVICE_ID_VIA_8377_0 0x3189
+#define PCI_DEVICE_ID_VIA_8237_SATA 0x3149
+#define PCI_DEVICE_ID_VIA_P4X333 0x3168
+#define PCI_DEVICE_ID_VIA_8235 0x3177
#define PCI_DEVICE_ID_VIA_8377_0 0x3189
+#define PCI_DEVICE_ID_VIA_8237 0x3227
#define PCI_DEVICE_ID_VIA_86C100A 0x6100
#define PCI_DEVICE_ID_VIA_8231 0x8231
#define PCI_DEVICE_ID_VIA_8231_4 0x8235
--
[EMAIL PROTECTED] mailing list