Uncomment IrDA devices since they seem to work now.
This commit is contained in:
parent
78eb8a9d0b
commit
ebdd7a70ea
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: GENERIC,v 1.444 2001/12/05 16:48:03 augustss Exp $
|
||||
# $NetBSD: GENERIC,v 1.445 2001/12/06 16:35:09 augustss Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
||||
include "arch/i386/conf/std.i386"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.444 $"
|
||||
#ident "GENERIC-$Revision: 1.445 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -796,8 +796,8 @@ ugen* at uhub? port ?
|
|||
|
||||
# IrDA and Consumer Ir devices
|
||||
# Toshiba Oboe
|
||||
#oboe* at pci? dev ? function ?
|
||||
#irframe* at oboe?
|
||||
oboe* at pci? dev ? function ?
|
||||
irframe* at oboe?
|
||||
|
||||
|
||||
# Audio Devices
|
||||
|
@ -969,7 +969,7 @@ pseudo-device loop # network loopback
|
|||
pseudo-device ppp 2 # Point-to-Point Protocol
|
||||
pseudo-device sl 2 # Serial Line IP
|
||||
pseudo-device strip 2 # Starmode Radio IP (Metricom)
|
||||
#pseudo-device irframetty # IrDA frame line discipline
|
||||
pseudo-device irframetty # IrDA frame line discipline
|
||||
pseudo-device tun 2 # network tunneling over tty
|
||||
pseudo-device gre 2 # generic L3 over IP tunnel
|
||||
pseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003)
|
||||
|
|
Loading…
Reference in New Issue