From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eigenstate.org ([206.124.132.107]) by ewsd; Thu Nov 14 21:28:00 EST 2019 Received: from eigenstate.org (localhost [127.0.0.1]) by eigenstate.org (OpenSMTPD) with ESMTP id 2e02ee81; Thu, 14 Nov 2019 18:27:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eigenstate.org; h= message-id:to:subject:date:from:in-reply-to:mime-version :content-type:content-transfer-encoding; s=mail; bh=oz1vGXRMQ+Wk bz5BQjzzc9iuCYE=; b=LarUqHkIJqQ6ea+bsV7ynIt8wqay6+RLBDcReVBIjvAS e6CCVpMKqqa1y+U4wC/oMyqJGxrEm5ZT3EhsYrU1IGbmxCRF9w2+jKaxliA99/ov stM34nz1ecOyLwUVXnOF0Y5khooBZDJBgjFZIBe/etHqb4M6K53GmBWwZ7VLElk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eigenstate.org; h=message-id :to:subject:date:from:in-reply-to:mime-version:content-type :content-transfer-encoding; q=dns; s=mail; b=KDgNPQJfP1QddhTF369 01PJmXm5qT74h4o4V3W0Fwo21XHULZ3MBCp4GgJ9Ju0bJctv2D4IXXw55Ed1pLxc nocrlZUNmPCk0CSsTNJNS1a3oBSmgf5M6DDJHL+9lDssMG0FncC5A7oP0Yi9l5vc Tpqt9PiYIU6+HapmltCcC2KA= Received: from abbatoir.hsd1.ca.comcast.net (c-76-21-119-139.hsd1.ca.comcast.net [76.21.119.139]) by eigenstate.org (OpenSMTPD) with ESMTPSA id 4d868ff0 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO); Thu, 14 Nov 2019 18:27:59 -0800 (PST) Message-ID: <193FD542DD96E121D22226F83A7C89CA@eigenstate.org> To: kokamoto@hera.eonet.ne.jp, 9front@9front.org Subject: Re: [9front] unofficial sdcard image for raspberry pi 4 testing Date: Thu, 14 Nov 2019 18:27:58 -0800 From: ori@eigenstate.org In-Reply-To: 7084F2A97B3ECD6C74D2C98C7671019C@hera.eonet.ne.jp MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: API full-stack polling solution >> ether4330: sdiorwext fail: i/o error > > if(waserror()){ > print("ether4330: sdiorwext fail: %s\n", up->errstr); > > waserror() is defined as > > #define waserror() (up->nerrlab++, setlabel(&up->errlab[up->nerrlab-1])) > > what does this mean? > > Kenji It's documented as part of 9atom, but it should apply the same on 9front: http://www.9atom.org/magic/man2html/9/error (I remember someone making noises about importing the 9atom/9legacy kernel manpages, but I don't think it's been done yet.)