Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Add (commented out) oboe IrDA driver.



details:   https://anonhg.NetBSD.org/src/rev/ed1faa782ada
branches:  trunk
changeset: 518615:ed1faa782ada
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sun Dec 02 16:37:24 2001 +0000

description:
Add (commented out) oboe IrDA driver.

diffstat:

 sys/arch/i386/conf/GENERIC |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 436fc269ac66 -r ed1faa782ada sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sun Dec 02 16:32:04 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sun Dec 02 16:37:24 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.442 2001/12/01 00:09:07 bouyer Exp $
+#      $NetBSD: GENERIC,v 1.443 2001/12/02 16:37:24 augustss Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.442 $"
+#ident                 "GENERIC-$Revision: 1.443 $"
 
 maxusers       32              # estimated number of users
 
@@ -794,6 +794,12 @@
 ugen*  at uhub? port ?
 
 
+# IrDA and Consumer Ir devices
+# Toshiba Oboe
+#oboe* at pci? dev ? function ?
+#irframe* at oboe?
+
+
 # Audio Devices
 
 # PCI audio devices



Home | Main Index | Thread Index | Old Index