From owner-freebsd-current@FreeBSD.ORG Sun Feb 22 12:44:01 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C8B816A4CE for ; Sun, 22 Feb 2004 12:44:01 -0800 (PST) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id B32E443D2D for ; Sun, 22 Feb 2004 12:44:00 -0800 (PST) (envelope-from reallyme@gmx.net) Received: (qmail 2752 invoked by uid 65534); 22 Feb 2004 20:43:58 -0000 Received: from pppfree131-139-tn.aknet.it (HELO qwrdd97ncaz85j) (213.21.131.139) by mail.gmx.net (mp008) with SMTP; 22 Feb 2004 21:43:58 +0100 X-Authenticated: #519440 Message-ID: <001c01c3f984$f0cfb7d0$0b00a8c0@qwrdd97ncaz85j> From: "Tobias Erlacher" To: , , Date: Sun, 22 Feb 2004 21:46:25 +0100 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0015_01C3F98D.51A5C830" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Mailman-Approved-At: Mon, 23 Feb 2004 05:05:05 -0800 Subject: sii3112 serial ata driver (often requested) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2004 20:44:01 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0015_01C3F98D.51A5C830 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi, We have written a patch for Silicon image serial driver sii3112 on asus A7N8X Deluxe (freeBSD 5.2). Testet and everythink worked fine with newfs,fdisk,fsck etc. thanks in advance for adding it thanks for making it so simple tobi and elec29a ------=_NextPart_000_0015_01C3F98D.51A5C830 Content-Type: application/octet-stream; name="sii3112.ata.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="sii3112.ata.diff" ***patch for sys/dev/ata/ata-pci.h=0A= ***and sys/dev/ata/ata-chipset.c=0A= *** by tobi and elec29a=0A= *** ata-pci.h.bak Sun Feb 22 22:19:22 2004=0A= --- ata-pci.h Sat Feb 21 18:57:26 2004=0A= ***************=0A= *** 157,162 ****=0A= --- 157,163 ----=0A= #define ATA_CMD646 0x06461095=0A= #define ATA_CMD648 0x06481095=0A= #define ATA_CMD649 0x06491095=0A= + #define ATA_SII3112 0x31121095=0A= =0A= #define ATA_SIS_ID 0x1039=0A= #define ATA_SISSOUTH 0x00081039=0A= *** ata-chipset.c.bak Sun Feb 22 22:19:46 2004=0A= --- ata-chipset.c Sat Feb 21 19:11:54 2004=0A= ***************=0A= *** 1450,1455 ****=0A= --- 1450,1456 ----=0A= struct ata_chip_id *idx;=0A= static struct ata_chip_id ids[] =3D=0A= {{ ATA_SII0680, 0x00, 0, SII_SETCLK, ATA_UDMA6, "SiI 0680" },=0A= + { ATA_SII3112, 0x00, 0, SII_SETCLK, ATA_UDMA6, "SiI 3112" },=0A= { ATA_CMD649, 0x00, 0, SII_INTR, ATA_UDMA5, "CMD 649" },=0A= { ATA_CMD648, 0x00, 0, SII_INTR, ATA_UDMA4, "CMD 648" },=0A= { ATA_CMD646, 0x07, 0, SII_ENINTR, ATA_UDMA2, "CMD 646U2" },=0A= ------=_NextPart_000_0015_01C3F98D.51A5C830--