From bba572dba1a737dac928e0a8f6d2c28c2e230ee8 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Tue, 13 Feb 2007 10:38:01 +0000 Subject: Add missing break in attach code. ok tom@ claudio@ henning@ --- sys/dev/pci/if_dc_pci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev') diff --git a/sys/dev/pci/if_dc_pci.c b/sys/dev/pci/if_dc_pci.c index 246865ae353..40858d147e6 100644 --- a/sys/dev/pci/if_dc_pci.c +++ b/sys/dev/pci/if_dc_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_dc_pci.c,v 1.55 2006/07/20 02:49:18 brad Exp $ */ +/* $OpenBSD: if_dc_pci.c,v 1.56 2007/02/13 10:38:00 jsg Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -294,6 +294,7 @@ void dc_pci_attach(parent, self, aux) sc->dc_flags |= DC_REDUCED_MII_POLL; dc_read_srom(sc, sc->dc_romwidth); } + break; case PCI_VENDOR_DAVICOM: if (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_DAVICOM_DM9100 || PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_DAVICOM_DM9102 || -- cgit v1.2.3