9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] A patch for SiS 964 IDE Controller
@ 2024-04-03 20:45 mrunix00
  0 siblings, 0 replies; 4+ messages in thread
From: mrunix00 @ 2024-04-03 20:45 UTC (permalink / raw)
  To: 9front

[-- 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.

[-- Attachment #2: patch.diff --]
[-- Type: text/plain, 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 */

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [9front] A patch for SiS 964 IDE Controller
@ 2024-04-03 20:51 mrunix00
  2024-04-03 20:57 ` Jacob Moody
  0 siblings, 1 reply; 4+ messages in thread
From: mrunix00 @ 2024-04-03 20:51 UTC (permalink / raw)
  To: 9front

[-- 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 */

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-04-03 21:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-03 20:45 [9front] A patch for SiS 964 IDE Controller mrunix00
2024-04-03 20:51 mrunix00
2024-04-03 20:57 ` Jacob Moody
2024-04-03 21:05   ` mrunix00

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).