aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/aic7870.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1995-12-14 09:55:16 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1995-12-14 09:55:16 +0000
commitf708ef1b9ebe2f38fc7e454e6594efd5a98a2124 (patch)
tree9887f4bf5939f3591e9b3a4f6e1865f9a1f810d8 /sys/pci/aic7870.c
parent87b6de2b76c97cb6262434dcacebf53d0c457cef (diff)
downloadsrc-f708ef1b9ebe2f38fc7e454e6594efd5a98a2124.tar.gz
src-f708ef1b9ebe2f38fc7e454e6594efd5a98a2124.zip
Another mega commit to staticize things.
Notes
Notes: svn path=/head/; revision=12820
Diffstat (limited to 'sys/pci/aic7870.c')
-rw-r--r--sys/pci/aic7870.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/pci/aic7870.c b/sys/pci/aic7870.c
index 9febf05db12a..0182e5fa4842 100644
--- a/sys/pci/aic7870.c
+++ b/sys/pci/aic7870.c
@@ -19,7 +19,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: aic7870.c,v 1.18 1995/11/05 04:51:58 gibbs Exp $
+ * $Id: aic7870.c,v 1.19 1995/11/07 05:33:27 gibbs Exp $
*/
#include <pci.h>
@@ -57,11 +57,11 @@
#define DIFACTNEGEN 0x00000001ul /* aic7870 only */
static char* aic7870_probe __P((pcici_t tag, pcidi_t type));
-void aic7870_attach __P((pcici_t config_id, int unit));
+static void aic7870_attach __P((pcici_t config_id, int unit));
static u_char aic3940_count;
-struct pci_device ahc_pci_driver = {
+static struct pci_device ahc_pci_driver = {
"ahc",
aic7870_probe,
aic7870_attach,
@@ -103,7 +103,7 @@ aic7870_probe (pcici_t tag, pcidi_t type)
}
-void
+static void
aic7870_attach(config_id, unit)
pcici_t config_id;
int unit;