9front - general discussion about 9front
 help / color / mirror / Atom feed
From: mrunix00 <mrunix00@protonmail.com>
To: 9front@9front.org
Subject: Re: [9front] A patch for SiS 964 IDE Controller
Date: Wed, 03 Apr 2024 21:05:27 +0000	[thread overview]
Message-ID: <6GdInxrHm6iIR8HAka-PpLcqPpvAnSrwvhuxebpmp0I78bn4O3uAeW7fqYNSg543QVp_p-ubnM2HZ8A498-LPDxPIYc30Yo6BsOT-D5D_3c=@protonmail.com> (raw)
In-Reply-To: <618aeafe-449a-4c2c-9231-095b40e9753f@posixcafe.org>

[-- Attachment #1: Type: text/plain, Size: 531 bytes --]

On Wednesday, April 3rd, 2024 at 9:57 PM, Jacob Moody <moody@posixcafe.org> wrote:

> 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

Here's a fixed version of the patch, sorry cuz I didn't notice that earlier

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: patch.diff --]
[-- Type: text/x-patch; name=patch.diff, Size: 381 bytes --]

--- a/sys/src/9/pc/sdide.c
+++ b/sys/src/9/pc/sdide.c
@@ -2062,6 +2062,7 @@
 		case (0x5288<<16)|0x10B9:	/* ALi M5288 SATA */
 			/*FALLTHROUGH*/
 		case (0x5513<<16)|0x1039:	/* SiS 962 */
+		case (0x0180<<16)|0x1039:	/* SiS 964 */
 		case (0x0646<<16)|0x1095:	/* CMD 646 */
 		case (0x0571<<16)|0x1106:	/* VIA 82C686 */
 		case (0x9001<<16)|0x1106:	/* VIA chipset in VIA PV530 */

  reply	other threads:[~2024-04-03 21:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-03 20:51 mrunix00
2024-04-03 20:57 ` Jacob Moody
2024-04-03 21:05   ` mrunix00 [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-03 20:45 mrunix00

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='6GdInxrHm6iIR8HAka-PpLcqPpvAnSrwvhuxebpmp0I78bn4O3uAeW7fqYNSg543QVp_p-ubnM2HZ8A498-LPDxPIYc30Yo6BsOT-D5D_3c=@protonmail.com' \
    --to=mrunix00@protonmail.com \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).