Home | History | Annotate | Line # | Download | only in conf
majors.usermode revision 1.1
      1  1.1  jmcneill # $NetBSD: majors.usermode,v 1.1 2007/12/29 14:38:30 jmcneill Exp $
      2  1.1  jmcneill 
      3  1.1  jmcneill device-major	cons		char 0
      4  1.1  jmcneill device-major	ctty		char 1
      5  1.1  jmcneill device-major	mem		char 2
      6  1.1  jmcneill #device-major	wd		char 3
      7  1.1  jmcneill device-major	swap		char 4	block 1		vmswap
      8  1.1  jmcneill device-major	pts		char 5			pty
      9  1.1  jmcneill device-major	ptc		char 6			pty
     10  1.1  jmcneill device-major	log		char 7
     11  1.1  jmcneill device-major	com		char 8			com
     12  1.1  jmcneill device-major	md		char 24	block 17	md
     13