summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1998-01-16 22:13:07 +0000
committerpst <pst@FreeBSD.org>1998-01-16 22:13:07 +0000
commit5b2d50825dde772d9ab907bf3fd560a27a6456da (patch)
tree35836f4b404a4c098795833ed45137fd4c68c7b8 /sys/amd64/conf
parentebfc352c099b88891f728b030dd325321646472a (diff)
downloadFreeBSD-src-5b2d50825dde772d9ab907bf3fd560a27a6456da.zip
FreeBSD-src-5b2d50825dde772d9ab907bf3fd560a27a6456da.tar.gz
Bring in IDE ATAPI floppy support.
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
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 14db321..c89dee9 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.101 1997/10/31 22:10:02 jseger Exp $
+# $Id: GENERIC,v 1.102 1998/01/11 02:16:38 jkh Exp $
machine "i386"
cpu "I386_CPU"
@@ -58,7 +58,8 @@ disk wd3 at wdc1 drive 1
options ATAPI #Enable ATAPI support for IDE bus
options ATAPI_STATIC #Don't do it as an LKM
-device wcd0 #IDE CD-ROM
+device wcd0 #IDE CD-ROM
+device wfd0 #IDE Floppy (e.g. LS-120)
# A single entry for any of these controllers (ncr, ahb, ahc, amd) is
# sufficient for any number of installed devices.
OpenPOWER on IntegriCloud