Add twe.
This commit is contained in:
parent
52b0cd6b47
commit
ef57c7b216
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: majors.arm32,v 1.18 2005/01/08 20:24:59 joff Exp $
|
||||
# $NetBSD: majors.arm32,v 1.19 2005/02/12 03:24:39 briggs Exp $
|
||||
#
|
||||
# Device majors for arm32
|
||||
#
|
||||
|
@ -103,6 +103,7 @@ device-major ksyms char 105 ksyms
|
|||
device-major isdnbchan char 106 isdnbchan
|
||||
device-major epcom char 107 epcom
|
||||
device-major tslcd char 108 tslcd
|
||||
device-major twe char 109 block 109 twe
|
||||
|
||||
# Majors up to 143 are reserved for machine-dependant drivers.
|
||||
# New machine-independant driver majors are assigned in
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: majors.evbppc,v 1.17 2004/10/20 10:08:34 scw Exp $
|
||||
# $NetBSD: majors.evbppc,v 1.18 2005/02/12 03:24:39 briggs Exp $
|
||||
#
|
||||
# Device majors for evbppc
|
||||
# (When possible, make entries the same as macppc)
|
||||
|
@ -78,6 +78,7 @@ device-major radio char 72 radio
|
|||
device-major wsfont char 73 wsfont
|
||||
device-major ksyms char 74 ksyms
|
||||
device-major dmoverio char 75 dmoverio
|
||||
device-major twe char 76 block 15 twe
|
||||
|
||||
# Majors up to 143 are reserved for machine-dependant drivers.
|
||||
# New machine-independant driver majors are assigned in
|
||||
|
|
Loading…
Reference in New Issue