Date: Sun, 22 Feb 2004 21:46:25 +0100 From: "Tobias Erlacher" <reallyme@gmx.net> To: <freebsd-current@freebsd.org>, <freebsd-hardware@freebsd.org>, <elec@dcmd.net> Subject: sii3112 serial ata driver (often requested) Message-ID: <001c01c3f984$f0cfb7d0$0b00a8c0@qwrdd97ncaz85j>
next in thread | raw e-mail | index | archive | help
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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001c01c3f984$f0cfb7d0$0b00a8c0>