# Enable full compatibility mode for old device names. You may comment these
# out if you don't use the old device names. Make sure you know what you're
# doing!
REGISTER	.*		MKOLDCOMPAT
UNREGISTER	.*		RMOLDCOMPAT

# You may comment out the above and uncomment the following if you've
# configured your system to use the original "new" devfs names or the really
# new names
#REGISTER	^vc/.*		MKOLDCOMPAT
#UNREGISTER	^vc/.*		RMOLDCOMPAT
#REGISTER	^pty/.*		MKOLDCOMPAT
#UNREGISTER	^pty/.*		RMOLDCOMPAT
#REGISTER	^misc		MKOLDCOMPAT
#UNREGISTER	^misc		RMOLDCOMPAT

# You may comment these out if you don't use the original "new" names
#REGISTER	.*		MKNEWCOMPAT
#UNREGISTER	.*		RMNEWCOMPAT

# Create compatibility links for broken USB serial driver
#REGISTER	^usb/tts/([0-9]+) CFUNCTION GLOBAL symlink $devname ttyUSB\1
#UNREGISTER	^usb/tts/([0-9]+) CFUNCTION GLOBAL unlink ttyUSB\1

# Create compatibility link for broken misc/net/tun driver (must uncomment the
# MKOLDCOMPAT for misc above if you want to use this)
#REGISTER	^misc/net/tun$	CFUNCTION GLOBAL unlink   net/tun
#REGISTER	^misc/net/tun$	CFUNCTION GLOBAL symlink  /dev/$devname net/tun
