mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-17 16:10:46 +01:00
Remove unneded irq/drq/vector from snd?
This commit is contained in:
parent
32128f4c0d
commit
cea06d471b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1344
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user