Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 440 → Rev 457

/shark/trunk/drivers/newpci/pci.c
1,5 → 1,5
/*
* $Id: pci.c,v 1.4 2004-01-30 18:30:24 giacomo Exp $
* $Id: pci.c,v 1.5 2004-02-23 14:23:57 giacomo Exp $
*
* PCI Bus Services, see include/linux/pci.h for further explanation.
*
724,7 → 724,7
pci_fixup_device(PCI_FIXUP_FINAL, dev);
}
 
dev = pci_find_class(PCI_CLASS_NETWORK_ETHERNET,NULL);
dev = pci_find_class(PCI_CLASS_NETWORK_ETHERNET << 8,NULL);
 
printk("Find %x\n",(int)(dev));