summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/aic6360.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-02-27 05:38:32 +0000
committermsmith <msmith@FreeBSD.org>1998-02-27 05:38:32 +0000
commit54cbf8c44a158b40748e6363b5f62017a6468fca (patch)
tree4a4c80afdd90044d9b4ef01479fec7d34dc52d57 /sys/i386/isa/aic6360.c
parent1587a18c3ea1e502fe25fc005870412817b28c71 (diff)
downloadFreeBSD-src-54cbf8c44a158b40748e6363b5f62017a6468fca.zip
FreeBSD-src-54cbf8c44a158b40748e6363b5f62017a6468fca.tar.gz
Fix some style nits and remove an unused header.
Submitted by: bde
Diffstat (limited to 'sys/i386/isa/aic6360.c')
-rw-r--r--sys/i386/isa/aic6360.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/sys/i386/isa/aic6360.c b/sys/i386/isa/aic6360.c
index 9424b5c..ae950f2 100644
--- a/sys/i386/isa/aic6360.c
+++ b/sys/i386/isa/aic6360.c
@@ -31,7 +31,7 @@
*/
/*
- * $Id: aic6360.c,v 1.36 1997/11/20 15:48:23 nate Exp $
+ * $Id: aic6360.c,v 1.37 1998/02/09 06:08:23 eivind Exp $
*
* Acknowledgements: Many of the algorithms used in this driver are
* inspired by the work of Julian Elischer (julian@tfs.com) and
@@ -702,12 +702,11 @@ static struct scsi_device aic_dev = {
#if NCARD > 0
#include <sys/select.h>
#include <pccard/cardinfo.h>
-#include <pccard/driver.h>
#include <pccard/slot.h>
-static int aicinit(struct pccard_devinfo *); /* init device */
-static void aicunload(struct pccard_devinfo *); /* Disable driver */
-static int aic_card_intr(struct pccard_devinfo *); /* Interrupt handler */
+static int aic_card_intr __P((struct pccard_devinfo *));
+static int aicinit __P((struct pccard_devinfo *));
+static void aicunload __P((struct pccard_devinfo *));
static struct pccard_device aic_info = {
"aic",
@@ -715,7 +714,7 @@ static struct pccard_device aic_info = {
aicunload,
aic_card_intr,
0, /* Attributes - presently unused */
- &bio_imask /* Interrupt mask for device */
+ &bio_imask
};
DATA_SET(pccarddrv_set, aic_info);
OpenPOWER on IntegriCloud