summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-08 22:38:21 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-08 22:38:21 +0000
commitfb0cf52c924579ea5b3250c23b2982cfad5a22fa (patch)
tree0398d4e2453f13714813d9f84c219443371b5458 /sys/dev/pci
parent8ebef93afdd21319d7d51fe801fae0203234afc4 (diff)
tom broke the kernel, and is being scolded
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/cs4280.c3
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 },
};