diff --git a/sys/conf/NOTES b/sys/conf/NOTES index df6c6215e737..44cf11dd54e7 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 df6c6215e737..44cf11dd54e7 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 df6c6215e737..44cf11dd54e7 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