tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: device-major question
On 05/11/16 11:52, Kimihiro Nonaka wrote:
2016-05-11 15:41 GMT+09:00 Nick Hudson<skrll%netbsd.org@localhost>:
I'd be happy (as a tegra owner/user) to move hdmicec to 206. I don't think
hdmicec is use anywhere else yet.
char 206 is already used by seeprom.
----- sys/conf/majors
device-major seeprom char 206 seeprom
-----
heh, no idea where I got 206 from. I meant 210 - see diff.
Nick
Index: sys/conf/majors
===================================================================
RCS file: /cvsroot/src/sys/conf/majors,v
retrieving revision 1.71
diff -u -p -r1.71 majors
--- sys/conf/majors 11 May 2016 06:42:06 -0000 1.71
+++ sys/conf/majors 11 May 2016 10:58:32 -0000
@@ -55,12 +55,10 @@ device-major seeprom char 206 seep
device-major dtrace char 207 dtrace
device-major spiflash char 208 block 208 spiflash
device-major lua char 209 lua
+device-major hdmicec char 210 hdmicec
# 210-219 reserved for MI ws devices
# 220-239 reserved for MI usb devices
# 240-259 reserved for MI "std" devices
# 260-269 reserved for MI tty devices
# 310-339 reserved for MI storage devices
-
-# XXX conflicts with tty
-device-major hdmicec char 260 hdmicec
Home |
Main Index |
Thread Index |
Old Index