Home | History | Annotate | Line # | Download | only in conf
majors.usermode revision 1.4
      1  1.4  jmcneill # $NetBSD: majors.usermode,v 1.4 2011/12/11 22:34:42 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  1.3  jmcneill device-major	wsdisplay	char 47			wsdisplay
     14  1.2  jmcneill device-major	ld		char 69 block 19	ld
     15  1.4  jmcneill device-major	ttycons		char 159		ttycons
     16