diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-04-07 22:18:49 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-04-07 22:18:49 +0000 |
| commit | cea06d471b8081dd26cb63eadfb1fc236b15552c (patch) | |
| tree | f56b544ffcf364710841fbf7d9844e6061021a18 /sys | |
| parent | 32128f4c0deb85799e4bfe35c8c307d544cae902 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/conf/NOTES | 8 | ||||
| -rw-r--r-- | sys/i386/conf/LINT | 8 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 43439e800f37..fb6840c4daf6 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 43439e800f37..fb6840c4daf6 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 43439e800f37..fb6840c4daf6 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 |
