Add new PATA only JMicron chip.

This commit is contained in:
Søren Schmidt 2007-01-04 07:56:12 +00:00
parent 8bc31d836f
commit a4b0727299
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=165759
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*-
* Copyright (c) 1998 - 2006 Søren Schmidt <sos@FreeBSD.org>
* Copyright (c) 1998 - 2007 Søren Schmidt <sos@FreeBSD.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -2149,6 +2149,7 @@ ata_jmicron_ident(device_t dev)
{ ATA_JMB363, 0, 2, 1, ATA_SA300, "JMB363" },
{ ATA_JMB365, 0, 1, 2, ATA_SA300, "JMB365" },
{ ATA_JMB366, 0, 2, 2, ATA_SA300, "JMB366" },
{ ATA_JMB368, 0, 0, 1, ATA_UDMA6, "JMB368" },
{ 0, 0, 0, 0, 0, 0}};
char buffer[64];

View File

@ -1,5 +1,5 @@
/*-
* Copyright (c) 2003 - 2006 Søren Schmidt <sos@FreeBSD.org>
* Copyright (c) 2003 - 2007 Søren Schmidt <sos@FreeBSD.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -179,6 +179,7 @@ struct ata_connect_task {
#define ATA_JMB363 0x2363197b
#define ATA_JMB365 0x2365197b
#define ATA_JMB366 0x2366197b
#define ATA_JMB368 0x2368197b
#define ATA_MARVELL_ID 0x11ab
#define ATA_M88SX5040 0x504011ab