|
|
@ -77,6 +77,7 @@ |
|
|
|
# gpio* General Purpose Input/Output |
|
|
|
# gpr* GPR400 smartcard reader |
|
|
|
# hotplug devices hot plugging |
|
|
|
# ipmi* IPMI BMC access |
|
|
|
# nvram NVRAM access |
|
|
|
# pci* PCI bus devices |
|
|
|
# pctr* PC Performance Tuning Register access device |
|
|
@ -325,6 +326,10 @@ nvram) |
|
|
|
M nvram c 85 0 440 kmem |
|
|
|
;; |
|
|
|
|
|
|
|
ipmi*) |
|
|
|
M ipmi$U c 96 $U 600 |
|
|
|
;; |
|
|
|
|
|
|
|
hotplug) |
|
|
|
M hotplug c 82 $U 400 |
|
|
|
;; |
|
|
@ -561,19 +566,20 @@ local) |
|
|
|
;; |
|
|
|
|
|
|
|
all) |
|
|
|
R ttyVI00 ttyVI10 ttyVI20 ttyVI30 ttyVI40 drm0 drm1 drm2 drm3 |
|
|
|
R nvram gpio0 gpio1 gpio2 bktr0 vnd0 vnd1 vnd2 vnd3 sd0 sd1 |
|
|
|
R sd2 sd3 sd4 sd5 sd6 sd7 sd8 sd9 cd0 cd1 rd0 tap0 tap1 tap2 |
|
|
|
R tap3 tun0 tun1 tun2 tun3 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 |
|
|
|
R bpf7 bpf8 bpf9 bio pty0 fd1 fd1B fd1C fd1D fd1E fd1F fd1G |
|
|
|
R fd1H fd0 fd0B fd0C fd0D fd0E fd0F fd0G fd0H diskmap vscsi0 |
|
|
|
R ch0 audio0 audio1 audio2 pvbus0 vmm fuse pppx hotplug ptm |
|
|
|
R gpr0 local wscons pci0 pci1 pci2 pci3 uall rmidi0 rmidi1 |
|
|
|
R rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7 tuner0 radio0 |
|
|
|
R speaker video0 video1 uk0 random lpa0 lpa1 lpa2 lpt0 lpt1 |
|
|
|
R lpt2 tty00 tty01 tty02 tty03 tty04 tty05 tty06 tty07 tty08 |
|
|
|
R tty09 tty0a tty0b ttyc0 ttyc1 ttyc2 ttyc3 ttyc4 ttyc5 ttyc6 |
|
|
|
R ttyc7 apm pf pctr systrace wd0 wd1 wd2 wd3 std st0 st1 fd |
|
|
|
R ipmi0 ttyVI00 ttyVI10 ttyVI20 ttyVI30 ttyVI40 drm0 drm1 |
|
|
|
R drm2 drm3 nvram gpio0 gpio1 gpio2 bktr0 vnd0 vnd1 vnd2 vnd3 |
|
|
|
R sd0 sd1 sd2 sd3 sd4 sd5 sd6 sd7 sd8 sd9 cd0 cd1 rd0 tap0 |
|
|
|
R tap1 tap2 tap3 tun0 tun1 tun2 tun3 bpf0 bpf1 bpf2 bpf3 bpf4 |
|
|
|
R bpf5 bpf6 bpf7 bpf8 bpf9 bio pty0 fd1 fd1B fd1C fd1D fd1E |
|
|
|
R fd1F fd1G fd1H fd0 fd0B fd0C fd0D fd0E fd0F fd0G fd0H |
|
|
|
R diskmap vscsi0 ch0 audio0 audio1 audio2 pvbus0 vmm fuse pppx |
|
|
|
R hotplug ptm gpr0 local wscons pci0 pci1 pci2 pci3 uall |
|
|
|
R rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7 |
|
|
|
R tuner0 radio0 speaker video0 video1 uk0 random lpa0 lpa1 |
|
|
|
R lpa2 lpt0 lpt1 lpt2 tty00 tty01 tty02 tty03 tty04 tty05 |
|
|
|
R tty06 tty07 tty08 tty09 tty0a tty0b ttyc0 ttyc1 ttyc2 ttyc3 |
|
|
|
R ttyc4 ttyc5 ttyc6 ttyc7 apm pf pctr systrace wd0 wd1 wd2 wd3 |
|
|
|
R std st0 st1 fd |
|
|
|
;; |
|
|
|
|
|
|
|
wd*|sd*) |
|
|
|