twe doesn't get a block device.
This commit is contained in:
parent
556db3aecb
commit
a3b97e0765
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: majors.arm32,v 1.19 2005/02/12 03:24:39 briggs Exp $
|
||||
# $NetBSD: majors.arm32,v 1.20 2005/02/14 18:17:41 briggs Exp $
|
||||
#
|
||||
# Device majors for arm32
|
||||
#
|
||||
|
@ -103,7 +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
|
||||
device-major twe char 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.18 2005/02/12 03:24:39 briggs Exp $
|
||||
# $NetBSD: majors.evbppc,v 1.19 2005/02/14 18:18:26 briggs Exp $
|
||||
#
|
||||
# Device majors for evbppc
|
||||
# (When possible, make entries the same as macppc)
|
||||
|
@ -78,7 +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
|
||||
device-major twe char 76 twe
|
||||
|
||||
# Majors up to 143 are reserved for machine-dependant drivers.
|
||||
# New machine-independant driver majors are assigned in
|
||||
|
|
Loading…
Reference in New Issue