summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/pcicx.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-12-10 13:40:44 +0000
committerphk <phk@FreeBSD.org>1995-12-10 13:40:44 +0000
commite7008a284eab826ab8cc8f3cdadd22a325c67196 (patch)
treeaaefb89a560ab76e15fa576ab1458dd020b6e04e /sys/i386/isa/pcicx.c
parent6a1611e3f8697d6b86f0ce460a09f863f0645323 (diff)
downloadFreeBSD-src-e7008a284eab826ab8cc8f3cdadd22a325c67196.zip
FreeBSD-src-e7008a284eab826ab8cc8f3cdadd22a325c67196.tar.gz
Staticize and cleanup.
Diffstat (limited to 'sys/i386/isa/pcicx.c')
-rw-r--r--sys/i386/isa/pcicx.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/i386/isa/pcicx.c b/sys/i386/isa/pcicx.c
index f5b31c9..4e4953d 100644
--- a/sys/i386/isa/pcicx.c
+++ b/sys/i386/isa/pcicx.c
@@ -47,18 +47,6 @@
#include <i386/isa/icu.h>
#include <i386/isa/pcic.h>
-void
-pcic_print_regs (int slot)
-{
- int i, j;
-
- for (i = 0; i < 0x40; i += 16) {
- for (j = 0; j < 16; ++j)
- printf ("%02x ", pcic_getb (slot, i + j));
- printf ("\n");
- }
-}
-
/*
* map a portion of the card's memory space into system memory
* space.
OpenPOWER on IntegriCloud