Re: 2.88Mb floppies

1999-10-29 Thread Wilko Bulte
As J Wunsch wrote ... > Wilko Bulte <[EMAIL PROTECTED]> wrote: > > > Just having installed a 2.88Mb floppy drive in one of my axp boxes > > I wonder if FreeBSD can do 2.88Mb floppy disks. From the looks > > of the contents of /sys/i386/isa/fd.c: > > > it appears it cannot. > > It cannot. I

Re: 2.88Mb floppies

1999-10-28 Thread J Wunsch
Oliver Fromme <[EMAIL PROTECTED]> wrote: > I once programmed low-level FDC stuff under DOS, so I'm a bit I under CP/M, that's why i wrote the floppy formatter for 386BSD. ;-) > familiar with this... The difference between 1.44 and 2.88 Mb > floppies is that the latter use 36 sectors per track

Re: 2.88Mb floppies

1999-10-28 Thread J Wunsch
Wilko Bulte <[EMAIL PROTECTED]> wrote: > Just having installed a 2.88Mb floppy drive in one of my axp boxes > I wonder if FreeBSD can do 2.88Mb floppy disks. From the looks > of the contents of /sys/i386/isa/fd.c: > it appears it cannot. It cannot. I once tried to hack support for 2.88 MB

Re: 2.88Mb floppies

1999-10-28 Thread J Wunsch
Warner Losh <[EMAIL PROTECTED]> wrote: > The BIOS will report a different value for the 2.88MB drives to the > probe routines... Actually one out of two possible different values (forgot the actual once), depending on what BIOS you've got... -- cheers, J"org [EMAIL PROTECTED] -- http://www.sax

Re: 2.88Mb floppies

1999-10-20 Thread Wilko Bulte
As Wilko Bulte wrote ... > As Warner Losh wrote ... > > The BIOS will report a different value for the 2.88MB drives to the > > probe routines... You may need to do some touchup there as well. > > As you seem to have used these 2.88 drives before: do I need to do something > special when I inst

Re: 2.88Mb floppies

1999-10-20 Thread Wilko Bulte
As Warner Losh wrote ... > In message <[EMAIL PROTECTED]> Oliver Fromme >writes: > : Beware, I have not actually tried this with FreeBSD, and there > : might be bugs that prevent using 2.88 Mb floppies. > > The BIOS will report a different value for the 2.88MB drives to the > probe routines...

Re: 2.88Mb floppies

1999-10-07 Thread Warner Losh
In message <[EMAIL PROTECTED]> Oliver Fromme writes: : Beware, I have not actually tried this with FreeBSD, and there : might be bugs that prevent using 2.88 Mb floppies. The BIOS will report a different value for the 2.88MB drives to the probe routines... You may need to do some touchup there a

Re: 2.88Mb floppies

1999-10-02 Thread Wilko Bulte
As Oliver Fromme wrote ... > Wilko Bulte wrote in list.freebsd-hackers: > > As Oliver Fromme wrote ... > > > I once programmed low-level FDC stuff under DOS, so I'm a bit > > > familiar with this... The difference between 1.44 and 2.88 Mb > > > floppies is that the latter use 36 sectors per t

Re: 2.88Mb floppies

1999-10-02 Thread Oliver Fromme
Wilko Bulte wrote in list.freebsd-hackers: > As Oliver Fromme wrote ... > > I once programmed low-level FDC stuff under DOS, so I'm a bit > > familiar with this... The difference between 1.44 and 2.88 Mb > > floppies is that the latter use 36 sectors per track and twice > > the data rate (1

Re: 2.88Mb floppies

1999-09-30 Thread Wilko Bulte
82,3444,1,FDC_500KBPS,2,0x0C,2 }, /* 1.72M in HD 3.5in */ > > > > { 18,2,0xFF,0x1B,82,2952,1,FDC_500KBPS,2,0x6C,1 }, /* 1.48M in HD 3.5in */ > > > > { 18,2,0xFF,0x1B,80,2880,1,FDC_500KBPS,2,0x6C,1 }, /* 1.44M in HD 3.5in */ > > > > > > I have no idea whet

Re: 2.88Mb floppies

1999-09-29 Thread Oliver Fromme
*/ > > > { 18,2,0xFF,0x1B,82,2952,1,FDC_500KBPS,2,0x6C,1 }, /* 1.48M in HD 3.5in */ > > > { 18,2,0xFF,0x1B,80,2880,1,FDC_500KBPS,2,0x6C,1 }, /* 1.44M in HD 3.5in */ > > > > I have no idea whether that driver can cope with 2.88mb floppies to be > > honest. Th

Re: 2.88Mb floppies

1999-09-28 Thread Wilko Bulte
00KBPS,2,0x6C,1 }, /* 1.44M in HD 3.5in */ > > > > it appears it cannot. > > > > Is this true? Is there anything that stops one from adding an appropriate > > line to this struct? And to dev/MAKEDEV of course? > > I have no idea whether that driver can co

Re: 2.88Mb floppies

1999-09-28 Thread Doug Rabson
s true? Is there anything that stops one from adding an appropriate > line to this struct? And to dev/MAKEDEV of course? I have no idea whether that driver can cope with 2.88mb floppies to be honest. There is only one way to find out... -- Doug Rabson

2.88Mb floppies

1999-09-27 Thread Wilko Bulte
Hi there, Just having installed a 2.88Mb floppy drive in one of my axp boxes I wonder if FreeBSD can do 2.88Mb floppy disks. From the looks of the contents of /sys/i386/isa/fd.c: static struct fd_type fd_types[NUMTYPES] = { { 21,2,0xFF,0x04,82,3444,1,FDC_500KBPS,2,0x0C,2 }, /* 1.72M in HD 3.5in