[vortex] Mini-pci 3c555
    Andrew Morton 
    andrewm@uow.edu.au
    Thu, 12 Oct 2000 01:30:31 +1100
    
    
  
Fred Maciel wrote:
> 
> Dear David,
> 
> > I have a Micron (Transport NX) with a base station that includes a built
> in
> > network card (a mini-pci 3c555).
erm...  Fred, I think you told me that the 3c555 needs EEPROM_8BIT. So
this patch:
--- 3c59x.c.orig	Thu Oct 12 01:27:24 2000
+++ 3c59x.c	Thu Oct 12 01:27:41 2000
@@ -275,7 +275,7 @@
 	{"3cSOHO100-TX Hurricane", { 0x764610B7, 0xffffffff },
 	 PCI_IOTYPE, CYCLONE_SIZE, IS_CYCLONE, },
 	{"3c555 Laptop Hurricane", { 0x505510B7, 0xffffffff },
-	 PCI_IOTYPE, CYCLONE_SIZE, IS_CYCLONE, },
+	 PCI_IOTYPE, CYCLONE_SIZE, IS_CYCLONE|EEPROM_8BIT, },
 	{"3c556 Laptop Tornado",{ 0x605510B7, 0xffffffff },
 	 PCI_IOTYPE, CYCLONE_SIZE, IS_TORNADO|HAS_NWAY|EEPROM_8BIT, },
 	{"3c556 series Laptop Tornado",{ 0x605510B7, 0xf0ffffff },
Should be enough to get David going?