summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1999-04-19 08:56:38 +0000
committerdfr <dfr@FreeBSD.org>1999-04-19 08:56:38 +0000
commit5d0d9feb9e5728707d38fa1788c6c322b0a2b8fc (patch)
treefca2dac51fad5e02c887fc58db5f38940407fb39 /sys/alpha
parent383d09639e452d41993288933f38822461a76c9f (diff)
downloadFreeBSD-src-5d0d9feb9e5728707d38fa1788c6c322b0a2b8fc.zip
FreeBSD-src-5d0d9feb9e5728707d38fa1788c6c322b0a2b8fc.tar.gz
Add commented out entries for ata driver now that it works on the alpha.
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/conf/GENERIC15
-rw-r--r--sys/alpha/conf/NOTES15
2 files changed, 28 insertions, 2 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index 5b6a4d6..15f2551 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/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.18 1999/04/01 02:09:37 wpaul Exp $
+# $Id: GENERIC,v 1.19 1999/04/08 17:42:48 wpaul Exp $
machine "alpha"
cpu "EV4"
@@ -75,6 +75,19 @@ device sa0
device pass0
device cd0
+#
+# ATA and ATAPI devices
+# This is work in progress, use at your own risk.
+# It currently reuses the majors of wd.c and friends.
+# It cannot co-exist with the old system in one kernel.
+# You only need one "controller ata0" for it to find all
+# PCI devices on modern machines.
+#controller ata0
+#device atadisk0 # ATA disk drives
+#device atapicd0 # ATAPI CDROM drives
+#device atapifd0 # ATAPI floppy drives
+#device atapist0 # ATAPI tape drives
+
# real time clock
device mcclock0 at isa0 port 0x70
diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES
index 5b6a4d6..15f2551 100644
--- a/sys/alpha/conf/NOTES
+++ b/sys/alpha/conf/NOTES
@@ -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.18 1999/04/01 02:09:37 wpaul Exp $
+# $Id: GENERIC,v 1.19 1999/04/08 17:42:48 wpaul Exp $
machine "alpha"
cpu "EV4"
@@ -75,6 +75,19 @@ device sa0
device pass0
device cd0
+#
+# ATA and ATAPI devices
+# This is work in progress, use at your own risk.
+# It currently reuses the majors of wd.c and friends.
+# It cannot co-exist with the old system in one kernel.
+# You only need one "controller ata0" for it to find all
+# PCI devices on modern machines.
+#controller ata0
+#device atadisk0 # ATA disk drives
+#device atapicd0 # ATAPI CDROM drives
+#device atapifd0 # ATAPI floppy drives
+#device atapist0 # ATAPI tape drives
+
# real time clock
device mcclock0 at isa0 port 0x70
OpenPOWER on IntegriCloud