Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Nov 2012 00:17:30 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r242462 - head/etc
Message-ID:  <201211020017.qA20HU9k005284@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Fri Nov  2 00:17:30 2012
New Revision: 242462
URL: http://svn.freebsd.org/changeset/base/242462

Log:
  10 years too late add support for "2.88MB 3.5in Extra High Density"
  floppies.
  
  Its unlikely that anyone actually uses these or cares about these
  anymore, since we support other floppy types and this change doesn't
  hurt - just add it.
  
  PR:		conf/40777
  Submitted by:	Antti Kantee <pooka@cubical.fi>
  Arrival-Date:	Fri Jul 19 08:50:02 PDT 2002
  Approved by:	cperciva (implicit)
  MFC after:	1 week

Modified:
  head/etc/disktab

Modified: head/etc/disktab
==============================================================================
--- head/etc/disktab	Thu Nov  1 22:51:44 2012	(r242461)
+++ head/etc/disktab	Fri Nov  2 00:17:30 2012	(r242462)
@@ -42,6 +42,12 @@ fd1440|floppy|floppy3|3in|3.5in High Den
 	:pa#2880:oa#0:ba#4096:fa#512:\
 	:pc#2880:oc#0:bc#4096:fc#512:
 
+fd2880|2.88MB 3.5in Extra High Density Floppy:\
+	:ty=floppy:se#512:nt#2:rm#300:ns#36:nc#80:\
+	:pa#5760:oa#0:ba#4096:fa#512:\
+	:pb#5760:ob#0:bb#4096:fa#512:\
+	:pc#5760:oc#0:bb#4096:fa#512:
+
 #
 # Stressed floppy-formats.  No guarantees given.
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211020017.qA20HU9k005284>