From: Paul M. <le...@us...> - 2002-04-21 20:02:48
|
Update of /cvsroot/linux-mips/linux/drivers/ide In directory usw-pr-cvs1:/tmp/cvs-serv3535/drivers/ide Modified Files: ide-pci.c Log Message: More OSS syncing.. Index: ide-pci.c =================================================================== RCS file: /cvsroot/linux-mips/linux/drivers/ide/ide-pci.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- ide-pci.c 2 Dec 2001 19:05:31 -0000 1.13 +++ ide-pci.c 21 Apr 2002 20:01:14 -0000 1.14 @@ -742,14 +742,6 @@ memcpy(hwif->io_ports, hwif->hw.io_ports, sizeof(hwif->io_ports)); hwif->noprobe = !hwif->io_ports[IDE_DATA_OFFSET]; } -#ifdef CONFIG_COBALT_MICRO_SERVER - /* This is an unglorified hack.. bad, bad, bad */ - { - int i; - for (i=0; i < IDE_NR_PORTS; i++) - hwif->io_ports[i] += 0x10000000; - } -#endif hwif->chipset = ide_pci; hwif->pci_dev = dev; hwif->pci_devid = d->devid; |