patch-2.1.124 linux/include/asm-sparc/floppy.h
Next file: linux/include/asm-sparc/hardirq.h
Previous file: linux/include/asm-sparc/fcntl.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Sun Oct 4 10:22:44 1998
- Orig file:
v2.1.123/linux/include/asm-sparc/floppy.h
- Orig date:
Sun Nov 10 14:28:45 1996
diff -u --recursive --new-file v2.1.123/linux/include/asm-sparc/floppy.h linux/include/asm-sparc/floppy.h
@@ -73,10 +73,6 @@
#define FLOPPY_MOTOR_MASK 0x10
-/* It's all the same... */
-#define virt_to_bus(x) (x)
-#define bus_to_virt(x) (x)
-
/* XXX This isn't really correct. XXX */
#define get_dma_residue(x) (0)
@@ -320,6 +316,8 @@
"floppy",
fd_regs[0].which_io,
0x0);
+ release_region((long)sun_fdc & PAGE_MASK,
+ (((long)sun_fdc & ~PAGE_MASK) + fd_regs[0].reg_size + PAGE_SIZE - 1) & PAGE_MASK);
/* Last minute sanity check... */
if(sun_fdc->status_82072 == 0xff) {
sun_fdc = NULL;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov