aboutsummaryrefslogtreecommitdiff
path: root/sys/pci
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1998-11-18 16:46:53 +0000
committerBill Paul <wpaul@FreeBSD.org>1998-11-18 16:46:53 +0000
commiteb90b606c24099d3c6a2493392e5a0fb0b47daa7 (patch)
tree45e060b7b8510731e9772d09774d6a556a3c807f /sys/pci
parent40fc4ee2decdfdd7fe4d748b8cac2063d510f2d0 (diff)
Notes
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/if_xl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c
index 2d32109b9b94d..8fbd6df9085df 100644
--- a/sys/pci/if_xl.c
+++ b/sys/pci/if_xl.c
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_xl.c,v 1.58 1998/10/22 16:37:55 wpaul Exp $
+ * $Id: if_xl.c,v 1.16 1998/10/22 16:46:26 wpaul Exp $
*/
/*
@@ -147,7 +147,7 @@
#ifndef lint
static char rcsid[] =
- "$Id: if_xl.c,v 1.58 1998/10/22 16:37:55 wpaul Exp $";
+ "$Id: if_xl.c,v 1.16 1998/10/22 16:46:26 wpaul Exp $";
#endif
/*
@@ -1444,7 +1444,7 @@ xl_attach(config_id, unit)
if (round % 8) {
round++;
roundptr++;
- }
+ } else
break;
}
sc->xl_ldata = (struct xl_list_data *)roundptr;