Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/include Add cdev_decl for new devices in conf.c



details:   https://anonhg.NetBSD.org/src/rev/9da2c61131f2
branches:  trunk
changeset: 515103:9da2c61131f2
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Sep 16 17:41:28 2001 +0000

description:
Add cdev_decl for new devices in conf.c

diffstat:

 sys/arch/arm/include/conf.h |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 4551d5475900 -r 9da2c61131f2 sys/arch/arm/include/conf.h
--- a/sys/arch/arm/include/conf.h       Sun Sep 16 17:40:40 2001 +0000
+++ b/sys/arch/arm/include/conf.h       Sun Sep 16 17:41:28 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.h,v 1.2 2001/09/09 09:54:13 toshii Exp $  */
+/*     $NetBSD: conf.h,v 1.3 2001/09/16 17:41:28 matt Exp $    */
 
 /*
  * Copyright (c) 1997 Mark Brinicombe.
@@ -115,10 +115,17 @@
 cdev_decl(uscanner);
 cdev_decl(vc_nb_);
 cdev_decl(wsdisplay);
+cdev_decl(wsfont);
 cdev_decl(wskbd);
 cdev_decl(wsmouse);
 cdev_decl(wsmux);
 cdev_decl(scsibus);
 cdev_decl(openfirm);
+cdev_decl(pci);
+cdev_decl(agp);
+cdev_decl(iop);
+cdev_decl(ld);
+cdev_decl(mlx);
+cdev_decl(mly);
 
 #endif /* _ARM_CONF_H_ */



Home | Main Index | Thread Index | Old Index