diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1999-04-19 08:56:38 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1999-04-19 08:56:38 +0000 |
| commit | 319c0e7fed0feead8d364716f32f576a44c83600 (patch) | |
| tree | 2287e10a0a51664c8882d9d96cec7d0e805979a4 | |
| parent | a7aeb17acc968c045f6df2d3e3daa4c4274b90f1 (diff) | |
Notes
| -rw-r--r-- | sys/alpha/conf/GENERIC | 15 | ||||
| -rw-r--r-- | sys/alpha/conf/NOTES | 15 |
2 files changed, 28 insertions, 2 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 5b6a4d65266a..15f25512181b 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 5b6a4d65266a..15f25512181b 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 |
