add a missing newline

This commit is contained in:
cgd 1997-04-11 20:28:08 +00:00
parent 1774dc8fbe
commit ade89d0da0
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_fpa.c,v 1.18 1997/03/24 00:35:20 thorpej Exp $ */
/* $NetBSD: if_fpa.c,v 1.19 1997/04/11 20:28:08 cgd Exp $ */
/*-
* Copyright (c) 1995, 1996 Matt Thomas <matt@3am-software.com>
@ -411,6 +411,8 @@ pdq_pci_attach(
bus_size_t csrsize;
int cacheable = 0;
printf("\n");
data = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_CFLT);
if ((data & 0xFF00) < (DEFPA_LATENCY << 8)) {
data &= ~0xFF00;