From 6d829d17b981751e171d9f27f2d0883c22f9913e Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 7 Apr 1994 22:18:49 +0000 Subject: [PATCH] Remove unneded irq/drq/vector from snd? --- sys/conf/NOTES | 8 ++++---- sys/i386/conf/LINT | 8 ++++---- sys/i386/conf/NOTES | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 43439e800f3..fb6840c4daf 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -4,7 +4,7 @@ # # This kernel is NOT MEANT to be runnable! # -# $Id: LINT,v 1.59 1994/04/04 17:27:45 phk Exp $ +# $Id: LINT,v 1.60 1994/04/07 12:10:15 davidg Exp $ # machine "i386" @@ -167,13 +167,13 @@ device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr # Various sound card drivers. # See /sys/doc/sound.doc for more information. -device snd5 at isa? port 0x330 irq 6 drq 0 vector mpuintr +device snd5 at isa? port 0x330 irq 6 vector mpuintr device snd4 at isa? port 0x220 irq 15 drq 6 vector gusintr device snd3 at isa? port 0x388 irq 10 drq 6 vector pasintr device snd2 at isa? port 0x220 irq 7 drq 1 vector sbintr device snd6 at isa? port 0x220 irq 7 drq 5 vector sbintr -device snd7 at isa? port 0x300 irq 7 drq 0 vector sbintr -device snd1 at isa? port 0x388 irq 0 drq 0 vector sbintr +device snd7 at isa? port 0x300 irq 7 vector sbintr +device snd1 at isa? port 0x388 # # # options that have not been resolved yet diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 43439e800f3..fb6840c4daf 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -4,7 +4,7 @@ # # This kernel is NOT MEANT to be runnable! # -# $Id: LINT,v 1.59 1994/04/04 17:27:45 phk Exp $ +# $Id: LINT,v 1.60 1994/04/07 12:10:15 davidg Exp $ # machine "i386" @@ -167,13 +167,13 @@ device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr # Various sound card drivers. # See /sys/doc/sound.doc for more information. -device snd5 at isa? port 0x330 irq 6 drq 0 vector mpuintr +device snd5 at isa? port 0x330 irq 6 vector mpuintr device snd4 at isa? port 0x220 irq 15 drq 6 vector gusintr device snd3 at isa? port 0x388 irq 10 drq 6 vector pasintr device snd2 at isa? port 0x220 irq 7 drq 1 vector sbintr device snd6 at isa? port 0x220 irq 7 drq 5 vector sbintr -device snd7 at isa? port 0x300 irq 7 drq 0 vector sbintr -device snd1 at isa? port 0x388 irq 0 drq 0 vector sbintr +device snd7 at isa? port 0x300 irq 7 vector sbintr +device snd1 at isa? port 0x388 # # # options that have not been resolved yet diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 43439e800f3..fb6840c4daf 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -4,7 +4,7 @@ # # This kernel is NOT MEANT to be runnable! # -# $Id: LINT,v 1.59 1994/04/04 17:27:45 phk Exp $ +# $Id: LINT,v 1.60 1994/04/07 12:10:15 davidg Exp $ # machine "i386" @@ -167,13 +167,13 @@ device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr # Various sound card drivers. # See /sys/doc/sound.doc for more information. -device snd5 at isa? port 0x330 irq 6 drq 0 vector mpuintr +device snd5 at isa? port 0x330 irq 6 vector mpuintr device snd4 at isa? port 0x220 irq 15 drq 6 vector gusintr device snd3 at isa? port 0x388 irq 10 drq 6 vector pasintr device snd2 at isa? port 0x220 irq 7 drq 1 vector sbintr device snd6 at isa? port 0x220 irq 7 drq 5 vector sbintr -device snd7 at isa? port 0x300 irq 7 drq 0 vector sbintr -device snd1 at isa? port 0x388 irq 0 drq 0 vector sbintr +device snd7 at isa? port 0x300 irq 7 vector sbintr +device snd1 at isa? port 0x388 # # # options that have not been resolved yet -- 2.45.2