From 4711a00b9ee742ec5de888457fe32d40afdba156 Mon Sep 17 00:00:00 2001 From: sos Date: Thu, 4 Jan 2007 07:56:12 +0000 Subject: [PATCH] Add new PATA only JMicron chip. --- sys/dev/ata/ata-chipset.c | 3 ++- sys/dev/ata/ata-pci.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/dev/ata/ata-chipset.c b/sys/dev/ata/ata-chipset.c index 44a071045107..e039d7e168db 100644 --- a/sys/dev/ata/ata-chipset.c +++ b/sys/dev/ata/ata-chipset.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1998 - 2006 Søren Schmidt + * Copyright (c) 1998 - 2007 Søren Schmidt * 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]; diff --git a/sys/dev/ata/ata-pci.h b/sys/dev/ata/ata-pci.h index 4d1192a8215a..0b5b7362e321 100644 --- a/sys/dev/ata/ata-pci.h +++ b/sys/dev/ata/ata-pci.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003 - 2006 Søren Schmidt + * Copyright (c) 2003 - 2007 Søren Schmidt * 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