|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include <linux/mm.h>#include <linux/interrupt.h>#include <linux/blkdev.h>#include <linux/delay.h>#include <linux/ide.h>#include <linux/module.h>#include <asm/macintosh.h>#include <asm/macints.h>#include <asm/mac_baboon.h>Go to the source code of this file.
Macros | |
| #define | IDE_BASE 0x50F1A000 /* Base address of IDE controller */ |
| #define | IDE_CONTROL 0x38 /* control/altstatus */ |
| #define | IDE_IFR |
Functions | |
| int | macide_test_irq (ide_hwif_t *hwif) |
| module_init (macide_init) | |
| MODULE_LICENSE ("GPL") | |
Variables | |
| volatile unsigned char * | ide_ifr = (unsigned char *) (IDE_BASE + IDE_IFR) |
| #define IDE_BASE 0x50F1A000 /* Base address of IDE controller */ |
| #define IDE_IFR |
| int macide_test_irq | ( | ide_hwif_t * | hwif | ) |
| module_init | ( | macide_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2