diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-01-16 01:42:28 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-01-16 01:42:28 +0000 |
commit | 774ad1f41925bc383eee80769c5985aa45aeaccf (patch) | |
tree | 3a03d3550c410292b0dbe3a505a1618106c8ba48 /drivers/block | |
parent | 0f1b0cf270c3d03270032f04d81559a873f34003 (diff) |
Don't bother Origins with stupid floppy controller oub()'s.
Diffstat (limited to 'drivers/block')
-rw-r--r-- | drivers/block/ll_rw_blk.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/block/ll_rw_blk.c b/drivers/block/ll_rw_blk.c index bc7ef4803..0114dd8ec 100644 --- a/drivers/block/ll_rw_blk.c +++ b/drivers/block/ll_rw_blk.c @@ -830,10 +830,10 @@ int __init blk_dev_init(void) #ifdef CONFIG_BLK_DEV_FD floppy_init(); #else -#if !defined(CONFIG_SGI_IP22) && !defined (__mc68000__) && \ - !defined(CONFIG_PPC) && !defined(__sparc__) && !defined(CONFIG_APUS) \ - && !defined(CONFIG_DECSTATION) && !defined(CONFIG_BAGET_MIPS) \ - && !defined(__sh__) +#if !defined(CONFIG_SGI_IP22) && !defined(CONFIG_SGI_IP27) && \ + !defined (__mc68000__) && !defined(CONFIG_PPC) && !defined(__sparc__) && \ + !defined(CONFIG_APUS) && !defined(CONFIG_DECSTATION) && \ + !defined(CONFIG_BAGET_MIPS) && !defined(__sh__) outb_p(0xc, 0x3f2); #endif #endif |