summaryrefslogtreecommitdiffstats
path: root/sys/i386/apm
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1999-05-08 21:59:43 +0000
committerdfr <dfr@FreeBSD.org>1999-05-08 21:59:43 +0000
commite4989c23fe81c5060ef3a4e0e3bb1bb4430d1a76 (patch)
treeba748fea961d917292e2b4a959796c7415efbf31 /sys/i386/apm
parentd1098a6692d3c3b23bc870a491d680451c3356a7 (diff)
downloadFreeBSD-src-e4989c23fe81c5060ef3a4e0e3bb1bb4430d1a76.zip
FreeBSD-src-e4989c23fe81c5060ef3a4e0e3bb1bb4430d1a76.tar.gz
Move the declaration of the interrupt type from the driver structure
to the BUS_SETUP_INTR call.
Diffstat (limited to 'sys/i386/apm')
-rw-r--r--sys/i386/apm/apm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/apm/apm.c b/sys/i386/apm/apm.c
index bb9dfbc..bacaec3 100644
--- a/sys/i386/apm/apm.c
+++ b/sys/i386/apm/apm.c
@@ -15,7 +15,7 @@
*
* Sep, 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD)
*
- * $Id: apm.c,v 1.81 1999/05/06 01:07:03 luoqi Exp $
+ * $Id: apm.c,v 1.82 1999/05/07 10:10:17 phk Exp $
*/
#include "opt_devfs.h"
@@ -1059,7 +1059,6 @@ static device_method_t apm_methods[] = {
static driver_t apm_driver = {
"apm",
apm_methods,
- DRIVER_TYPE_MISC,
1, /* no softc (XXX) */
};
OpenPOWER on IntegriCloud