From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id AEB4F21D58 for ; Wed, 3 Apr 2024 22:58:26 +0200 (CEST) Received: from mail.posixcafe.org ([45.76.19.58]) by 9front; Wed Apr 3 16:57:08 -0400 2024 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posixcafe.org; s=20200506; t=1712177793; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5T4uE9zhzsq54t1WHrn7KEoIXZTPyEXHWDWqhoUzw+4=; b=KLa8jrauwvBH0mFW4ThuyqIVOLlFC5qebBKoxcpoa3yHOcL/a1sop9V+kvIN8XzXF2roow u2eG7/SdUUVb2nbEW4UIeaOR2Ji8OqYIew2MGZ2uCUcrZJkQd3roLljQXrjp6Vh0Zu4rIQ Kp9I4M6RK/gFGe+ygQMe5Khka7PEhe8= Received: from [192.168.168.200] ( [207.45.82.38]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id a0a1600d (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Wed, 3 Apr 2024 15:56:33 -0500 (CDT) Message-ID: <618aeafe-449a-4c2c-9231-095b40e9753f@posixcafe.org> Date: Wed, 3 Apr 2024 15:57:06 -0500 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: 9front@9front.org References: Content-Language: en-US From: Jacob Moody In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: extensible generic callback reduce/map framework Subject: Re: [9front] A patch for SiS 964 IDE Controller Reply-To: 9front@9front.org Precedence: bulk On 4/3/24 15:51, mrunix00 wrote: > This patch fixes an issue I encountered with my motherboard that was preventing 9front from detecting my hard drive. > > Special thanks to "taw9" on ##9fans IRC channel for helping me fix this issue. You'll want to use tabs instead of spaces for this diff, otherwise seems ok. Thanks, moody