aboutsummaryrefslogtreecommitdiff
path: root/etc/disktab
Commit message (Collapse)AuthorAgeFilesLines
* Move disktab to sbin/bsdlabel/Brad Davis2018-09-181-204/+0
| | | | | | | | | | This leverages CONFS to handle the install. Approved by: re (blanket, pkgbase), will (mentor) Differential Revision: https://reviews.freebsd.org/D17217 Notes: svn path=/head/; revision=338759
* 10 years too late add support for "2.88MB 3.5in Extra High Density"Eitan Adler2012-11-021-0/+6
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=242462
* Replace duplicate and not quite accurate capabilitiesRuslan Ermilov2006-10-141-27/+1
| | | | | | | | | description with a reference to the disktab(5) manpage. PR: doc/48105 Notes: svn path=/head/; revision=163354
* Removed whitespace at BOF, EOL & EOF.Jens Schweikhardt2004-06-061-2/+2
| | | | Notes: svn path=/head/; revision=130151
* Drop the silly notion that fd* entries have both `a' and `b'Ruslan Ermilov2003-04-021-11/+0
| | | | | | | partitions; this does nothing except upsetting disklabel(8). Notes: svn path=/head/; revision=112986
* Add an entry for the Zip 250.Murray Stokely2001-08-311-0/+6
| | | | | | | | PR: i386/29639 Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=82703
* Added "minimum3": spare room for multilingual installer and driver floppy.Tatsumi Hosokawa2000-10-261-0/+5
| | | | | | | The size is 3 x 1.44MB. Notes: svn path=/head/; revision=67631
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Blindly commit an entry for a 'Castlewood ORB2-E', which is a 2.2gigBill Fumerola1999-06-041-1/+6
| | | | | | | | | removable disk. Submitted by: Troy Settle <st@i-Plus.net> Notes: svn path=/head/; revision=47724
* add minimum2 entryJordan K. Hubbard1999-01-121-1/+6
| | | | Notes: svn path=/head/; revision=42544
* Doh! Change the correct version of disktab and backout the change toDoug Rabson1998-10-061-6/+1
| | | | | | | the i386 disktab. Notes: svn path=/head/; revision=40002
* Add a 2880k disk prototype for building MFS install images.Doug Rabson1998-10-061-1/+6
| | | | Notes: svn path=/head/; revision=40001
* Add Id keywordsBrian Somers1998-09-021-0/+2
| | | | Notes: svn path=/head/; revision=38738
* Bring in IDE ATAPI floppy support.Paul Traina1998-01-161-0/+9
| | | | | | | | | | | | | | This is Junichi's v1.0 driver. NOTE: Major device numbers have been changed to avoid conflict with other FreeBSD 3.0 devices. The new numbers should be considered "official." This driver is still considered "beta" quality, although we have been playing with it. Please submit bugs to junichi and myself. Submitted by: junichi@astec.co.jp Notes: svn path=/head/; revision=32578
* add a disktab entry for those people who need abit of helpJulian Elischer1997-02-101-0/+7
| | | | | | | | | | | | with ZIP drives.. use with: disklabel -r -w -B sdx zip100 Submitted by: dave blizzard <dblizzar@sprynet.com> Notes: svn path=/head/; revision=22528
* 1.2 -> 1.44MB floppies.Jordan K. Hubbard1997-02-091-8/+3
| | | | Notes: svn path=/head/; revision=22517
* by popular request I submit the following disktab entry for inclusion inJoerg Wunsch1997-01-171-0/+5
| | | | | | | | | /etc/disktab Submitted by: lada@ws2301.gud.siemens.co.at (Hr.Ladavac) Notes: svn path=/head/; revision=21822
* Add an entry for minimum - that's a lot easier.Jordan K. Hubbard1996-11-091-0/+5
| | | | Notes: svn path=/head/; revision=19558
* Add an entry for MTA-3230 3.5" magneto-optical drives.Jordan K. Hubbard1996-01-151-0/+6
| | | | | | | Submitted by: jbryant@argus.flash.net Notes: svn path=/head/; revision=13439
* Make the options for newfs'ing floppies more specific; the prviousJoerg Wunsch1995-10-021-2/+15
| | | | | | | | | | example without optios would create floppies that waste half of their space in i-node areas. :) (Comment only) Add a sample entry for a Sony 650 MB MOD. Notes: svn path=/head/; revision=11137
* This is a purely cosmetic clean up. Fix many cut and paste problems thatRodney W. Grimes1995-04-091-4/+4
| | | | | | | had turned tabs into spaces. Notes: svn path=/head/; revision=7708
* Correction so old alias floppy and floppy5 work.Rodney W. Grimes1994-02-201-2/+2
| | | | Notes: svn path=/head/; revision=1182
* rm# for 5.25 driver changed per Bruce suggestionAndrey A. Chernov1994-02-111-1/+1
| | | | Notes: svn path=/head/; revision=1144
* Add floppy entries for new fd driverAndrey A. Chernov1994-02-101-12/+65
| | | | | | | (from Poul-Henning Kamp) slightly fixed Notes: svn path=/head/; revision=1141
* >From: Drew Hess <dhess@CS.Stanford.EDU>Rodney W. Grimes1993-09-181-1/+1
| | | | | | | | | | | | | | >Date: Thu, 16 Sep 1993 23:35:48 -0700 (PDT) There is a typo in disktab in the NetBSD-0.9 distribution. This may be already fixed in NetBSD-current, but it's not in any of the source that I've sup'ed. line 9 reads: # sc #sectors/cylinder, nc*nt default should read: # sc #sectors/cylinder, ns*nt default Notes: svn path=/head/; revision=476
* Fixed some errors in disktab (from NetBSD), floppy 5 corrected, and CP3100.Rodney W. Grimes1993-07-191-1/+19
| | | | | | | | Fixed some errors in disktab (from NetBSD), floppy 5 corrected, and CP3100. MAKEDEV script from 0.1.2.4 system. Notes: svn path=/head/; revision=145
* Initial import of 386BSD 0.1 othersrc/etcRodney W. Grimes1993-06-201-0/+101
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=37