diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-09-12 01:29:55 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-09-12 01:29:55 +0000 |
commit | 545f435ebcfd94a1e7c20b46efe81b4d6ac4e698 (patch) | |
tree | e9ce4bc598d06374bda906f18365984bf22a526a /include/asm-mips/floppy.h | |
parent | 4291a610eef89d0d5c69d9a10ee6560e1aa36c74 (diff) |
Merge with Linux 2.1.55. More bugfixes and goodies from my private
CVS archive.
Diffstat (limited to 'include/asm-mips/floppy.h')
-rw-r--r-- | include/asm-mips/floppy.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-mips/floppy.h b/include/asm-mips/floppy.h index 4409b538e..412057a0b 100644 --- a/include/asm-mips/floppy.h +++ b/include/asm-mips/floppy.h @@ -6,6 +6,8 @@ * for more details. * * Copyright (C) 1995 + * + * $Id:$ */ #ifndef __ASM_MIPS_FLOPPY_H #define __ASM_MIPS_FLOPPY_H @@ -95,6 +97,8 @@ static int FDC2=-1; #define N_FDC 1 /* do you *really* want a second controller? */ #define N_DRIVE 8 +#define FLOPPY_MOTOR_MASK 0xf0 + /* * The DMA channel used by the floppy controller cannot access data at * addresses >= 16MB |