9front - general discussion about 9front
 help / color / mirror / Atom feed
From: mrunix00 <mrunix00@protonmail.com>
To: "9front@9front.org" <9front@9front.org>
Subject: [9front] A patch for SiS 964 IDE Controller
Date: Wed, 03 Apr 2024 20:51:29 +0000	[thread overview]
Message-ID: <QbNwYRFVjlTzfTG602H30sWfsl9klaWuKvifYtZxBoMs85XTCMvsf6YKN4ib86yJMQnwW6Ey5gbVgbCEOnU3VS9EGJ5SqyVJRQGM5DJtTwM=@protonmail.com> (raw)

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

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.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: patch.diff --]
[-- Type: text/x-patch; name=patch.diff, Size: 401 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 20:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-03 20:51 mrunix00 [this message]
2024-04-03 20:57 ` Jacob Moody
2024-04-03 21:05   ` mrunix00
  -- 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='QbNwYRFVjlTzfTG602H30sWfsl9klaWuKvifYtZxBoMs85XTCMvsf6YKN4ib86yJMQnwW6Ey5gbVgbCEOnU3VS9EGJ5SqyVJRQGM5DJtTwM=@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).