From owner-freebsd-mips@FreeBSD.ORG Sun Oct 2 04:19:54 2011 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6ECD106566C; Sun, 2 Oct 2011 04:19:54 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 469108FC08; Sun, 2 Oct 2011 04:19:53 +0000 (UTC) Received: by ywp17 with SMTP id 17so3240798ywp.13 for ; Sat, 01 Oct 2011 21:19:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=ySZbyVufTIAlRSgPuUTzDP+AlGVXue8D53JUrhR7Rcw=; b=PHOXjzV10gF2FZsP+8bCPd+PSNd4ZYGtOkkwg6C4RKxnvy2nLOW2NWw5O7YBpN/jF+ sj0lYX/CbgfLLVHBpexaAhJV49AaoxJjwWLMjP6ty8FUbVEBmCUACE5amJwpzq2F/u9a +ftbn89C02cjFnto6qVAE0YW6c22Qflmyrp9E= MIME-Version: 1.0 Received: by 10.236.79.72 with SMTP id h48mr82875390yhe.4.1317529193519; Sat, 01 Oct 2011 21:19:53 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.236.111.42 with HTTP; Sat, 1 Oct 2011 21:19:53 -0700 (PDT) In-Reply-To: References: <201110010556.p915uQH6003016@svn.freebsd.org> Date: Sun, 2 Oct 2011 12:19:53 +0800 X-Google-Sender-Auth: SfqcdJekDBcA8lkCfrB-7Loih9E Message-ID: From: Adrian Chadd To: "Jayachandran C." , Konstantin Belousov Content-Type: text/plain; charset=ISO-8859-1 Cc: Alexander Motin , freebsd-mips@freebsd.org Subject: Re: svn commit: r225892 - head/sys/mips/mips X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2011 04:19:54 -0000 So the ar71xx mips24k core doesn't support that particular "wait IE ignore" feature. I've gone digging through the linux source. arch/mips/kernel/genex.S defines a bunch of things which basically match the idea kib had. adrian