diff options
author | ache <ache@FreeBSD.org> | 1996-06-23 19:46:46 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-06-23 19:46:46 +0000 |
commit | f4993d64b784a15f62d1d2516203cf83ce15dd9e (patch) | |
tree | d089cfdf2bcfaba53e85be84ade22549b57cec79 /sys/conf | |
parent | d1f1d89e8c95d764149021517e3f46e85e8ef6ce (diff) | |
download | FreeBSD-src-f4993d64b784a15f62d1d2516203cf83ce15dd9e.zip FreeBSD-src-f4993d64b784a15f62d1d2516203cf83ce15dd9e.tar.gz |
Oops, forget the fact that LINT compiles (fixing previos PAS commi)
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 4735111..923c0d7 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.269 1996/06/23 13:28:04 bde Exp $ +# $Id: LINT,v 1.270 1996/06/23 19:41:34 ache 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 @@ -743,9 +743,10 @@ device sbmidi0 at isa? port 0x330 device gus0 at isa? port 0x220 irq 12 drq 1 vector gusintr #device gus0 at isa? port 0x220 irq 12 drq 1 flags 0x3 vector gusintr device mss0 at isa? port 0x530 irq 10 drq 1 vector adintr -device opl0 at isa? port 0x388 -# For PAS use next line instead to avoid port conflict -# device opl0 at isa? port 0x38a +# Use this line for PAS avoid port conflict +device opl0 at isa? port 0x38a +# For normal case use next line +# device opl0 at isa? port 0x388 device mpu0 at isa? port 0x330 irq 6 drq 0 device uart0 at isa? port 0x330 irq 5 vector "m6850intr" |