Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/pmax/pmax Add cdev declaration for `px', major 98.



details:   https://anonhg.NetBSD.org/src/rev/59a6a9e2f19e
branches:  trunk
changeset: 472258:59a6a9e2f19e
user:      ad <ad%NetBSD.org@localhost>
date:      Mon Apr 26 04:42:10 1999 +0000

description:
Add cdev declaration for `px', major 98.

diffstat:

 sys/arch/pmax/pmax/conf.c |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 385f6d703755 -r 59a6a9e2f19e sys/arch/pmax/pmax/conf.c
--- a/sys/arch/pmax/pmax/conf.c Mon Apr 26 04:37:33 1999 +0000
+++ b/sys/arch/pmax/pmax/conf.c Mon Apr 26 04:42:10 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.c,v 1.32 1999/03/25 01:17:51 simonb Exp $ */
+/*     $NetBSD: conf.c,v 1.33 1999/04/26 04:42:10 ad Exp $     */
 
 /*
  * Copyright (c) 1992, 1993
@@ -176,6 +176,8 @@
 cdev_decl(vnd);
 #include "ipfilter.h"
 #include "rnd.h"
+#include "px.h"
+cdev_decl(px);
 
 #include "scsibus.h"
 cdev_decl(scsibus);
@@ -299,6 +301,7 @@
        cdev_scsibus_init(NSCSIBUS,scsibus), /* 95: SCSI bus */
        cdev_disk_init(NRAID,raid),     /* 96: RAIDframe disk driver */
        cdev_disk_init(NMD,md), /* 97: memory disk  driver */
+       cdev_fbm_init(NPX,px),  /* 98: PixelStamp board driver */
 };
 int    nchrdev = sizeof(cdevsw) / sizeof(cdevsw[0]);
 



Home | Main Index | Thread Index | Old Index