patch-2.4.1 linux/arch/ppc/kernel/apus_setup.c
Next file: linux/arch/ppc/kernel/chrp_pci.c
Previous file: linux/arch/ppc/kernel/Makefile
Back to the patch index
Back to the overall index
- Lines: 36
- Date:
Mon Jan 22 15:41:15 2001
- Orig file:
v2.4.0/linux/arch/ppc/kernel/apus_setup.c
- Orig date:
Sun Oct 8 09:33:07 2000
diff -u --recursive --new-file v2.4.0/linux/arch/ppc/kernel/apus_setup.c linux/arch/ppc/kernel/apus_setup.c
@@ -647,25 +647,6 @@
return 0;
}
-int
-apus_ide_check_region(ide_ioreg_t from, unsigned int extent)
-{
- return 0;
-}
-
-void
-apus_ide_request_region(ide_ioreg_t from,
- unsigned int extent,
- const char *name)
-{
-}
-
-void
-apus_ide_release_region(ide_ioreg_t from,
- unsigned int extent)
-{
-}
-
void
apus_ide_fix_driveid(struct hd_driveid *id)
{
@@ -1131,9 +1112,6 @@
ppc_ide_md.outsw = apus_ide_outsw;
ppc_ide_md.default_irq = apus_ide_default_irq;
ppc_ide_md.default_io_base = apus_ide_default_io_base;
- ppc_ide_md.ide_check_region = apus_ide_check_region;
- ppc_ide_md.ide_request_region = apus_ide_request_region;
- ppc_ide_md.ide_release_region = apus_ide_release_region;
ppc_ide_md.fix_driveid = apus_ide_fix_driveid;
ppc_ide_md.ide_init_hwif = apus_ide_init_hwif_ports;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)