diff options
Diffstat (limited to 'sys/dev/pci/if_iwi.c')
-rw-r--r-- | sys/dev/pci/if_iwi.c | 4 |
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) { |