From owner-freebsd-hackers Mon Sep 27 15: 9:17 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (Postfix) with ESMTP id 592BB154A5 for ; Mon, 27 Sep 1999 15:09:10 -0700 (PDT) (envelope-from wilko@yedi.iaf.nl) Received: from yedi.iaf.nl (uucp@localhost) by uni4nn.gn.iaf.nl (8.9.2/8.9.2) with UUCP id AAA22149 for FreeBSD-hackers@freebsd.org; Tue, 28 Sep 1999 00:04:14 +0200 (MET DST) Received: (from wilko@localhost) by yedi.iaf.nl (8.9.3/8.9.3) id WAA04128 for FreeBSD-hackers@freebsd.org; Mon, 27 Sep 1999 22:39:06 +0200 (CEST) (envelope-from wilko) From: Wilko Bulte Message-Id: <199909272039.WAA04128@yedi.iaf.nl> Subject: 2.88Mb floppies To: FreeBSD-hackers@freebsd.org (FreeBSD hackers list) Date: Mon, 27 Sep 1999 22:39:06 +0200 (CEST) X-Organisation: Private FreeBSD site - Arnhem, The Netherlands X-pgp-info: PGP public key at 'finger wilko@freefall.freebsd.org' X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 */ { 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 */ 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? TIA Wilko -- | / o / / _ Arnhem, The Netherlands - Powered by FreeBSD - |/|/ / / /( (_) Bulte WWW : http://www.tcja.nl http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message