/* $NetBSD: wired_map.h,v 1.3 2007/02/21 22:59:38 thorpej Exp $ */ /*- * Copyright (C) 2000 Shuichiro URATA. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. The name of the author may not be used to endorse or promote products * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #define MIPS3_NWIRED_ENTRY 8 #define MIPS3_WIRED_SIZE MIPS3_PG_SIZE_MASK_TO_SIZE(MIPS3_PG_SIZE_16M) #ifndef ARC_THRESHOLD_TO_USE_WIRED_TLB /* tunable */ #define ARC_THRESHOLD_TO_USE_WIRED_TLB (256 * 1024) #endif #include void arc_init_wired_map(void); void arc_wired_enter_page(vaddr_t, paddr_t, vsize_t); vaddr_t arc_contiguously_wired_mapped(paddr_t, vsize_t); vaddr_t arc_map_wired(paddr_t, vsize_t); bool arc_wired_map_extract(vaddr_t, paddr_t *);
path: root/sys/dev/TODO.audiomp
AgeCommit message (Expand)Author
2014-02-24Rename NetBSD/hp700 to NetBSD/hppa.skrll
2012-01-17zaudio(4) works fine for me.nonaka
2011-12-11btsco works now: http://mail-index.netbsd.org/current-users/2011/12/11/msg018...jmcneill
2011-12-09auvia reported to workmrg
2011-12-09update a little: zaudio failure, uaudio/umidi successmrg
2011-12-02auich(4) tested on port-i386.mbalmer
2011-12-02Update status on auixp on i386reinoud
2011-12-02note that dreamcast/aica works, and that auixp does not.mrg
2011-12-02update uaudio statusmrg
2011-11-26clct(4)/cs4281 confirmed to work (thanks herdware@irc)tnn
2011-11-26harmony(4) tested on port-hp700.skrll
2011-11-25aucc(4) and vidcaudio(4) confirmed to be working. thanks frank/mike.mrg
2011-11-25gcscaudio(4) tested on port-i386.mbalmer
2011-11-24note umidi status.mrg
2011-11-24vs(4) is tested working on port-x68k by isaki@. thanks!mrg
2011-11-24add midi_pcppi.c to the list. sort. midi @ pcppi now works.mrg
2011-11-23note umidi as donemrg
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill