Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Jared D. McNeill <jmcneill@netbsd.org>
List: source-changes
Date: 04/07/2005 23:21:10
Module Name:	src
Committed By:	jmcneill
Date:		Thu Apr  7 23:21:10 UTC 2005

Modified Files:
	src/sys/dev/pci: auich.c

Log Message:
More modem fixes:
 * Ignore ICH_PCM246_MASK for modem devices
 * Set LINE1 rate and level in set_params
 * Enable mmap for modem devices. This was previously disallowed due to
   the ext_id field not advertising that the device supported variable
   rates. Since modems don't use ext_id (they use ext_mid instead), enable
   mmap. Multiple rates are supported on AC'97 modems.


To generate a diff of this commit:
cvs rdiff -r1.91 -r1.92 src/sys/dev/pci/auich.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.