Re: 2.1.81 floppy driver suffering from i386 IRQ changes

Trevor Johnson (trevor@jpj.net)
Sat, 24 Jan 1998 21:17:21 -0800 (PST)


Alan Modra wrote:

> For lazy people, I've updated my patch set on
> mullet.levels.unisa.edu.au/pub/linux/kernel/linux-2.1.81.diff.gz

Thanks; with your patch I had no problem loading the floppy module on my
uniprocessor Intel(tm) F00Fium Classic system. The driver seems to work,
too:

# fdformat /dev/fd0H1440
Double-sided, 80 tracks, 18 sec/track. Total capacity 1440 kB.
Formatting ... done
Verifying ... done
# mkswap /dev/fd0H1440
Setting up swapspace, size = 1470464 bytes
# swapon /dev/fd0H1440
Adding Swap: 1436k swap-space (priority -2)
# swapoff /dev/fd0H1440
# fdformat /dev/fd0H1722
Double-sided, 82 tracks, 21 sec/track. Total capacity 1722 kB.
Formatting ... done
Verifying ... done
# mkswap /dev/fd0H1722
Setting up swapspace, size = 1757184 bytes
# swapon /dev/fd0H1722
Adding Swap: 1716k swap-space (priority -3)

I'm curious, though, why the swap signature is apparently so large. 6 kB
seems like more space than is needed to store the phrase "SWAP-SPACE" in.
___
Trevor Johnson