diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/NOTES | 4 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 4 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index df6c621..44cf11d 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1416,10 +1416,14 @@ device uart0 at isa? port 0x330 irq 5 # gusc: Gravis UltraSound ISA PnP/non-PnP # csa: Crystal Semiconductor CS461x/428x PCI +# For PnP cards: #device sbc0 #device gusc0 #device csa0 +# For non-PnP cards: +#device gusc0 at isa? port 0x220 irq 5 drq 1 flags 0x13 + # Not controlled by `snd' device pca0 at isa? port IO_TIMER1 diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index df6c621..44cf11d 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -1416,10 +1416,14 @@ device uart0 at isa? port 0x330 irq 5 # gusc: Gravis UltraSound ISA PnP/non-PnP # csa: Crystal Semiconductor CS461x/428x PCI +# For PnP cards: #device sbc0 #device gusc0 #device csa0 +# For non-PnP cards: +#device gusc0 at isa? port 0x220 irq 5 drq 1 flags 0x13 + # Not controlled by `snd' device pca0 at isa? port IO_TIMER1 diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index df6c621..44cf11d 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -1416,10 +1416,14 @@ device uart0 at isa? port 0x330 irq 5 # gusc: Gravis UltraSound ISA PnP/non-PnP # csa: Crystal Semiconductor CS461x/428x PCI +# For PnP cards: #device sbc0 #device gusc0 #device csa0 +# For non-PnP cards: +#device gusc0 at isa? port 0x220 irq 5 drq 1 flags 0x13 + # Not controlled by `snd' device pca0 at isa? port IO_TIMER1 |