diff options
Diffstat (limited to 'sys/dev/pci/cs4280.c')
-rw-r--r-- | sys/dev/pci/cs4280.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/cs4280.c b/sys/dev/pci/cs4280.c index 9e8e3315f2a..9ebd6b395be 100644 --- a/sys/dev/pci/cs4280.c +++ b/sys/dev/pci/cs4280.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cs4280.c,v 1.19 2003/08/21 04:57:40 mickey Exp $ */ +/* $OpenBSD: cs4280.c,v 1.20 2004/01/08 22:38:20 deraadt Exp $ */ /* $NetBSD: cs4280.c,v 1.5 2000/06/26 04:56:23 simonb Exp $ */ /* @@ -292,7 +292,6 @@ struct audio_device cs4280_device = { const struct pci_matchid cs4280_devices[] = { { PCI_VENDOR_CIRRUS, PCI_PRODUCT_CIRRUS_CS4280 }, { PCI_VENDOR_CIRRUS, PCI_PRODUCT_CIRRUS_CS4610 }, - { PCI_VENDOR_CIRRUS, PCI_PRODUCT_CIRRUS_CS4614 }, { PCI_VENDOR_CIRRUS, PCI_PRODUCT_CIRRUS_CS4615 }, }; |