diff options
author | jmg <jmg@FreeBSD.org> | 1997-05-10 09:23:55 +0000 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 1997-05-10 09:23:55 +0000 |
commit | d166039f66bb01a24268ecef1ad2038d00c72a4d (patch) | |
tree | aed9613e95d3296ef7e0c859491b767e114df6af | |
parent | 4ad35b6a1af6523f3fcf73eeea97bbfd246ac2d1 (diff) | |
download | FreeBSD-src-d166039f66bb01a24268ecef1ad2038d00c72a4d.zip FreeBSD-src-d166039f66bb01a24268ecef1ad2038d00c72a4d.tar.gz |
forgot to add the "longer" description of bktr and add an example device
line.
-rw-r--r-- | sys/conf/NOTES | 6 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 6 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 6 |
3 files changed, 15 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 213e480..4f0a670 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.332 1997/05/09 12:19:04 kjc Exp $ +# $Id: LINT,v 1.333 1997/05/10 09:18:46 jmg Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -1133,6 +1133,9 @@ options "EISA_SLOTS=12" # option METEOR_SYSTEM_DEFAULT={METEOR_PAL|METEOR_NTSC|METEOR_SECAM}, used # for initialization of fps routine when a signal is not present. # +# The 'bktr' device is a PCI video capture board. It also has a TV tuner +# on board. +# controller pci0 controller ahc1 controller ncr0 @@ -1142,6 +1145,7 @@ device fxp0 device vx0 device fpa0 device meteor0 +device bktr0 # diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 213e480..4f0a670 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.332 1997/05/09 12:19:04 kjc Exp $ +# $Id: LINT,v 1.333 1997/05/10 09:18:46 jmg Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -1133,6 +1133,9 @@ options "EISA_SLOTS=12" # option METEOR_SYSTEM_DEFAULT={METEOR_PAL|METEOR_NTSC|METEOR_SECAM}, used # for initialization of fps routine when a signal is not present. # +# The 'bktr' device is a PCI video capture board. It also has a TV tuner +# on board. +# controller pci0 controller ahc1 controller ncr0 @@ -1142,6 +1145,7 @@ device fxp0 device vx0 device fpa0 device meteor0 +device bktr0 # diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 213e480..4f0a670 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.332 1997/05/09 12:19:04 kjc Exp $ +# $Id: LINT,v 1.333 1997/05/10 09:18:46 jmg Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -1133,6 +1133,9 @@ options "EISA_SLOTS=12" # option METEOR_SYSTEM_DEFAULT={METEOR_PAL|METEOR_NTSC|METEOR_SECAM}, used # for initialization of fps routine when a signal is not present. # +# The 'bktr' device is a PCI video capture board. It also has a TV tuner +# on board. +# controller pci0 controller ahc1 controller ncr0 @@ -1142,6 +1145,7 @@ device fxp0 device vx0 device fpa0 device meteor0 +device bktr0 # |