aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/ispvar.h
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>1998-09-17 23:20:29 +0000
committerMatt Jacob <mjacob@FreeBSD.org>1998-09-17 23:20:29 +0000
commita70ac9fd83e9711393fb68ccdb56d2e8860a1b2f (patch)
tree566a4c3c644729edf2c949ce9f07faa2a4684e12 /sys/dev/isp/ispvar.h
parent7ac6b5a3144767aec635b5cb9d8436538ca1916a (diff)
Notes
Diffstat (limited to 'sys/dev/isp/ispvar.h')
-rw-r--r--sys/dev/isp/ispvar.h20
1 files changed, 1 insertions, 19 deletions
diff --git a/sys/dev/isp/ispvar.h b/sys/dev/isp/ispvar.h
index ae8c9d435b8e..d1aeade78e4c 100644
--- a/sys/dev/isp/ispvar.h
+++ b/sys/dev/isp/ispvar.h
@@ -1,4 +1,4 @@
-/* $Id: ispvar.h,v 1.17 1998/09/14 23:22:51 mjacob Exp $ */
+/* $FreeBSD$ */
/*
* Soft Definitions for for Qlogic ISP SCSI adapters.
*
@@ -175,24 +175,6 @@ typedef struct {
#define FW_REINIT 0x0006
#define FW_NON_PART 0x0007
-static __inline char *fw_statename __P((u_int8_t x));
-static __inline char *
-fw_statename(x)
- u_int8_t x;
-{
- switch(x) {
- case FW_CONFIG_WAIT: return "Config Wait";
- case FW_WAIT_AL_PA: return "Waiting for AL/PA";
- case FW_WAIT_LOGIN: return "Wait Login";
- case FW_READY: return "Ready";
- case FW_LOSS_OF_SYNC: return "Loss Of Sync";
- case FW_ERROR: return "Error";
- case FW_REINIT: return "Re-Init";
- case FW_NON_PART: return "Nonparticipating";
- default: return "eh?";
- }
-}
-
/*
* Soft Structure per host adapter
*/