summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-10-20 22:26:43 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-10-20 22:26:43 +0000
commit8d0db8e25299e84b889057eb5457a74099a711a3 (patch)
tree5d1ca8216704a25347775ac37cce5b3d83a2901f /sys/dev/pci
parenta5f10316ec183d947883ec00f88a593d8980931c (diff)
defined in pcidevs now
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/if_iwi.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_iwi.c b/sys/dev/pci/if_iwi.c
index a75f07d69a8..3ebf05c1559 100644
--- a/sys/dev/pci/if_iwi.c
+++ b/sys/dev/pci/if_iwi.c
@@ -1,4 +1,4 @@
-/* $Id: if_iwi.c,v 1.1 2004/10/20 12:50:48 deraadt Exp $ */
+/* $Id: if_iwi.c,v 1.2 2004/10/20 22:26:42 deraadt Exp $ */
/*-
* Copyright (c) 2004
@@ -151,8 +151,6 @@ struct cfattach iwi_ca = {
sizeof (struct iwi_softc), iwi_match, iwi_attach, iwi_detach
};
-#define PCI_PRODUCT_INTEL_PRO_2200BG_3B 0x4220
-
static int
iwi_match(struct device *parent, void *match, void *aux)
{