small logging text update.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14471 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -959,12 +959,12 @@ static uint8 BT_setup_output(uint8 monstat, uint8 output, uint8 ffilter)
|
|||||||
* This cable connects the Y (DAC C) output to the TV CVBS input. */
|
* This cable connects the Y (DAC C) output to the TV CVBS input. */
|
||||||
{
|
{
|
||||||
case 1:
|
case 1:
|
||||||
LOG(4,("Brooktree: Outputting both Y/C and CVBS where supported by hardware\n"));
|
LOG(4,("Brooktree: Forcing both Y/C and CVBS signals where supported by hardware\n"));
|
||||||
buffer[6] = 0x18; // Y/C and CVBS out if all ports implemented
|
buffer[6] = 0x18; // Y/C and CVBS out if all ports implemented
|
||||||
// in hardware, else only Y/C or CVBS out.
|
// in hardware, else only Y/C or CVBS out.
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
LOG(4,("Brooktree: Outputting CVBS on all outputs\n"));
|
LOG(4,("Brooktree: Forcing CVBS signals on all outputs\n"));
|
||||||
buffer[6] = 0x00; // put CVBS on all outputs. Used for cards
|
buffer[6] = 0x00; // put CVBS on all outputs. Used for cards
|
||||||
break; // with only Y/C out and 'translation cable'.
|
break; // with only Y/C out and 'translation cable'.
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user