summaryrefslogtreecommitdiffstats
path: root/sys/i4b/layer1/ifpi/i4b_ifpi_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i4b/layer1/ifpi/i4b_ifpi_pci.c')
-rw-r--r--sys/i4b/layer1/ifpi/i4b_ifpi_pci.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/i4b/layer1/ifpi/i4b_ifpi_pci.c b/sys/i4b/layer1/ifpi/i4b_ifpi_pci.c
index 6ab166c..75a8799 100644
--- a/sys/i4b/layer1/ifpi/i4b_ifpi_pci.c
+++ b/sys/i4b/layer1/ifpi/i4b_ifpi_pci.c
@@ -32,15 +32,14 @@
*
* i4b_ifpi_pci.c: AVM Fritz!Card PCI hardware driver
* --------------------------------------------------
- *
* $Id: i4b_ifpi_pci.c,v 1.4 2000/06/02 11:58:56 hm Exp $
- *
- * $FreeBSD$
- *
* last edit-date: [Fri Jan 12 17:01:26 2001]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_i4b.h"
#include <sys/param.h>
@@ -76,8 +75,8 @@
#define PCI_AVMA1_DID 0x0a00
/* prototypes */
-static void avma1pp_disable(device_t);
+static void avma1pp_disable(device_t);
static void avma1pp_intr(void *);
static void hscx_write_reg(int, u_int, u_int, struct l1_softc *);
static u_char hscx_read_reg(int, u_int, struct l1_softc *);
OpenPOWER on IntegriCloud