summaryrefslogtreecommitdiffstats
path: root/sys/i386/apm/apm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/apm/apm.c')
-rw-r--r--sys/i386/apm/apm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/apm/apm.c b/sys/i386/apm/apm.c
index 8f5b5ad..5b3ea19 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.83 1999/05/08 21:59:13 dfr Exp $
+ * $Id: apm.c,v 1.84 1999/05/09 04:58:13 yokota Exp $
*/
#include "opt_devfs.h"
@@ -1065,4 +1065,4 @@ static driver_t apm_driver = {
static devclass_t apm_devclass;
DEV_DRIVER_MODULE(apm, nexus, apm_driver, apm_devclass,
- CDEV_MAJOR, NODEV, apm_cdevsw, 0, 0);
+ CDEV_MAJOR, NOMAJ, apm_cdevsw, 0, 0);
OpenPOWER on IntegriCloud