summaryrefslogtreecommitdiffstats
path: root/sys/dev/digi/digi_isa.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2001-05-08 07:55:33 +0000
committerbrian <brian@FreeBSD.org>2001-05-08 07:55:33 +0000
commitb824fbe47c8163384ff2c1dac26ce3fdeab77aca (patch)
treef722856d174f6b63a19d395e52f942d645988342 /sys/dev/digi/digi_isa.c
parentd8ef9cc3b5b9f5e2ab6ca2d6250d97259e791511 (diff)
downloadFreeBSD-src-b824fbe47c8163384ff2c1dac26ce3fdeab77aca.zip
FreeBSD-src-b824fbe47c8163384ff2c1dac26ce3fdeab77aca.tar.gz
Remove all the mutex stuff - suggested by jhb
Tidy up includes, credit Slawa Olhovchenkov, John Prince and Eric Hernes for their efforts and add a couple of missing parenthesis around return expressions.
Diffstat (limited to 'sys/dev/digi/digi_isa.c')
-rw-r--r--sys/dev/digi/digi_isa.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/digi/digi_isa.c b/sys/dev/digi/digi_isa.c
index 780aaf0..3d0bc87 100644
--- a/sys/dev/digi/digi_isa.c
+++ b/sys/dev/digi/digi_isa.c
@@ -1,5 +1,8 @@
/*-
* Copyright (c) 2001 Brian Somers <brian@Awfulhak.org>
+ * based on work by Slawa Olhovchenkov
+ * John Prince <johnp@knight-trosoft.com>
+ * Eric Hernes
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,11 +40,9 @@
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/tty.h>
-#include <sys/syslog.h>
#include <sys/bus.h>
#include <machine/bus.h>
#include <sys/rman.h>
-#include <sys/mutex.h>
#include <machine/resource.h>
#include <vm/vm.h>
#include <vm/pmap.h>
OpenPOWER on IntegriCloud