Per PR/6172 (Johnny Lam, lamj@stat.cmu.edu), fix pcidevs identification
of CL-PD6729. See <http://www.cirrus.com/products/overviews/pd6729.html>.
This commit is contained in:
parent
02e50c5ac1
commit
cef29c6e94
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: i82365_pci.c,v 1.4 1998/06/08 06:55:54 thorpej Exp $ */
|
||||
/* $NetBSD: i82365_pci.c,v 1.5 1998/11/30 19:47:17 jtk Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997 Marc Horowitz. All rights reserved.
|
||||
@ -88,7 +88,7 @@ pcic_pci_match(parent, match, aux)
|
||||
return (0);
|
||||
|
||||
switch (PCI_PRODUCT(pa->pa_id)) {
|
||||
case PCI_PRODUCT_CIRRUS_CL_GD6729:
|
||||
case PCI_PRODUCT_CIRRUS_CL_PD6729:
|
||||
break;
|
||||
default:
|
||||
return (0);
|
||||
@ -148,8 +148,8 @@ pcic_pci_attach(parent, self, aux)
|
||||
sc->memh = memh;
|
||||
|
||||
switch (PCI_PRODUCT(pa->pa_id)) {
|
||||
case PCI_PRODUCT_CIRRUS_CL_GD6729:
|
||||
model = "Cirrus Logic GD6729 PCMCIA controller";
|
||||
case PCI_PRODUCT_CIRRUS_CL_PD6729:
|
||||
model = "Cirrus Logic PD6729 PCMCIA controller";
|
||||
break;
|
||||
default:
|
||||
model = "Model unknown";
|
||||
|
@ -1,4 +1,4 @@
|
||||
$NetBSD: pcidevs,v 1.93 1998/11/29 02:00:13 thorpej Exp $
|
||||
$NetBSD: pcidevs,v 1.94 1998/11/30 19:47:16 jtk Exp $
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995, 1996 Christopher G. Demetriou
|
||||
@ -674,7 +674,7 @@ product CIRRUS CL_GD5434_4 0x00a4 CL-GD5434-4
|
||||
product CIRRUS CL_GD5434_8 0x00a8 CL-GD5434-8
|
||||
product CIRRUS CL_GD5436 0x00ac CL-GD5436
|
||||
product CIRRUS CL_GD5446 0x00b8 CL-GD5446
|
||||
product CIRRUS CL_GD6729 0x1100 CL-GD6729
|
||||
product CIRRUS CL_PD6729 0x1100 CL-PD6729
|
||||
product CIRRUS CL_GD7542 0x1200 CL-GD7542
|
||||
product CIRRUS CL_GD7543 0x1202 CL-GD7543
|
||||
product CIRRUS CL_GD7541 0x1204 CL-GD7541
|
||||
|
Loading…
Reference in New Issue
Block a user