diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1998-12-25 19:13:39 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1998-12-25 19:13:39 +0000 |
commit | 482b197dcb902d5b8c32cd110eaa5f1040000b85 (patch) | |
tree | 48a90498f1ef794bb0b9de82ea9a71ee35e623b9 | |
parent | 0e5d51168ccd16d77ea21e8e770bba7dea28efe2 (diff) |
Correct identifyer for chip
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 82b7ab00fbf..c91925a02ab 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.107 1998/12/25 19:04:19 tholo Exp $ +$OpenBSD: pcidevs,v 1.108 1998/12/25 19:13:38 tholo Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -713,7 +713,7 @@ product CIRRUS CL_GD5462 0x00d0 CL-GD5462 product CIRRUS CL_GD5464 0x00d4 CL-GD6464 product CIRRUS CL_PD6729 0x1100 CL-PD6729 product CIRRUS CL_PD6832 0x1110 CL-PD6832 -product CIRRUS CL_PD6833 0x1111 CL-PD6833 +product CIRRUS CL_PD6833 0x1113 CL-PD6833 product CIRRUS CL_GD7542 0x1200 CL-GD7542 product CIRRUS CL_GD7543 0x1202 CL-GD7543 product CIRRUS CL_GD7541 0x1204 CL-GD7541 |