Source-Changes-HG archive

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

[src/trunk]: src/sys/sys also add cdev_decl for bktr



details:   https://anonhg.NetBSD.org/src/rev/5a5da5db2da7
branches:  trunk
changeset: 485837:5a5da5db2da7
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun May 07 00:38:39 2000 +0000

description:
also add cdev_decl for bktr

diffstat:

 sys/sys/conf.h |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r c9517cc204d0 -r 5a5da5db2da7 sys/sys/conf.h
--- a/sys/sys/conf.h    Sun May 07 00:33:28 2000 +0000
+++ b/sys/sys/conf.h    Sun May 07 00:38:39 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.h,v 1.74 2000/05/07 00:31:42 wiz Exp $    */
+/*     $NetBSD: conf.h,v 1.75 2000/05/07 00:38:39 wiz Exp $    */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -483,6 +483,11 @@
 cdev_decl(ca);
 
 /*
+ * cdev_decl()s for Brooktree 8[47][89] based TV cards.
+ */
+cdev_decl(bktr);
+
+/*
  * [bc]dev_decl()s for 'fake' network devices.
  */
 cdev_decl(bpf);



Home | Main Index | Thread Index | Old Index