Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/pnpbios Attach to CS4610 with CS4236 codec in, ...



details:   https://anonhg.NetBSD.org/src/rev/9d71b98b5fb5
branches:  trunk
changeset: 487718:9d71b98b5fb5
user:      soren <soren%NetBSD.org@localhost>
date:      Mon Jun 12 03:43:54 2000 +0000

description:
Attach to CS4610 with CS4236 codec in, well, CS4236 compatibility mode.

diffstat:

 sys/arch/i386/pnpbios/wss_pnpbios.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b669436af563 -r 9d71b98b5fb5 sys/arch/i386/pnpbios/wss_pnpbios.c
--- a/sys/arch/i386/pnpbios/wss_pnpbios.c       Mon Jun 12 02:36:18 2000 +0000
+++ b/sys/arch/i386/pnpbios/wss_pnpbios.c       Mon Jun 12 03:43:54 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wss_pnpbios.c,v 1.4 2000/04/22 06:38:24 thorpej Exp $ */
+/* $NetBSD: wss_pnpbios.c,v 1.5 2000/06/12 03:43:54 soren Exp $ */
 /*
  * Copyright (c) 1999
  *     Matthias Drochner.  All rights reserved.
@@ -66,6 +66,7 @@
 struct wss_pnpbios_hint wss_pnpbios_hints[] = {
        { "NMX2210", 1, 2, WSS_CODEC },
        { "CSC0000", 0, 1, 0 },         /* Dell Latitude CPi */
+       { "CSC0100", 0, 1, 0 },         /* CS4610 with CS4236 codec */
        { { 0 }, 0, 0, 0 }
 };
 



Home | Main Index | Thread Index | Old Index