diff options
author | jkh <jkh@FreeBSD.org> | 1995-03-02 04:07:03 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-03-02 04:07:03 +0000 |
commit | 210fe3dddd329efda88d011a4a7fb0a2d6c0941a (patch) | |
tree | 1292d19796d8a9f0d0385e8dfd4d552c765f766b /sys/conf | |
parent | 206b955407327511e61c0f5b13e75fdffa31a9d4 (diff) | |
download | FreeBSD-src-210fe3dddd329efda88d011a4a7fb0a2d6c0941a.zip FreeBSD-src-210fe3dddd329efda88d011a4a7fb0a2d6c0941a.tar.gz |
Changes to incorporate the Matsushita CDROM driver (otherwise known as
the "Sound blaster CDROM").
Submitted by: Frank Durda IV <bsdmail@nemesis.lonestar.org>
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 5ea553a..07080ab 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.147 1995/02/23 17:19:53 bde Exp $ +# $Id: LINT,v 1.148 1995/03/01 22:27:45 dufault Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -553,7 +553,7 @@ device pca0 at isa? tty # # mcd: Mitsumi CD-ROM # scd: Sony CD-ROM -# pcd: Panasonic CD-ROM +# matcd: Matsushita/Panasonic CD-ROM # wt: Wangtek and Archive QIC-02/QIC-36 tape drives # ctx: Cortex-I frame grabber # apm: Laptop Advanced Power Management (experimental) @@ -567,10 +567,13 @@ device pca0 at isa? tty # Note that the start address must be on an even boundary. device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr -# for the soundblaster 16 multicd +# for the Sony CDU31/33A CDROM device scd0 at isa? port 0x230 bio -# for the soundblaster 16 multicd -#device pcd0 at isa? port 0x220 bio +# for the soundblaster 16 multicd - up to 4 devices +controller matcd0 at isa? port ? +#controller matcd1 at isa? port ? +#controller matcd2 at isa? port ? +#controller matcd3 at isa? port ? device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr device ctx0 at isa? port 0x230 iomem 0xd0000 device spigot0 at isa? port 0xad6 irq 15 iomem 0xee000 vector spigintr |