david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

CONFIG_PCI and CONFIG_ISA no longer exist

This commit is contained in:
Michael Brown 2005-04-18 10:18:38 +00:00
parent 2c36f5e6c7
commit a0c5430749
1 changed files with 1 additions and 3 deletions

View File

@ -694,7 +694,6 @@ static void ide_disable(struct dev *dev)
ide_software_reset(info->ctrl);
}
#ifdef CONFIG_PCI
static int ide_pci_probe(struct dev *dev, struct pci_device *pci)
{
struct disk *disk = (struct disk *)dev;
@ -832,12 +831,11 @@ static struct pci_driver ide_driver __pci_driver = {
.id_count = sizeof(ide_controllers)/sizeof(ide_controllers),
.class = PCI_CLASS_STORAGE_IDE,
};
#endif
/* The isa driver works but it causes disks to show up twice.
* comment it out for now.
*/
#if 0 && defined(CONFIG_ISA)
#if 0
static int ide_isa_probe(struct dev * dev, unsigned short *probe_addrs)
{
struct disk *disk = (struct disk *)dev;