NetBSD/sys
bouyer 9f64bc24a4 Turn off video output on WSDISPLAYIO_SVIDEO.
For LCD/LVDS, just stop the tcon0.
For HDMI, turn off tcon and hdmi (so that the monitor goes to sleeo)
if the audio output is inactive.
For this, add a lock-protected refcount in awin_hdmi, incremented when
audio and/or video is active.
Tested with an audio-enabled HDMI display.
2015-11-19 18:48:22 +00:00
..
altq
arch Turn off video output on WSDISPLAYIO_SVIDEO. 2015-11-19 18:48:22 +00:00
coda More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
compat PR/50428: Rin Okuyama: support SA_RESTORER flag for rt_sigaction(2) in the 2015-11-14 13:29:35 +00:00
conf Always include the "vfs" attribute (module). Although all of the 2015-11-14 07:31:13 +00:00
crypto More rnd.h user cleanup. 2015-04-13 22:43:41 +00:00
ddb Add support for 'q' qualifier for 64-bit values on examine and write. 2015-06-06 22:06:05 +00:00
dev Put these back. They are used. 2015-11-19 00:40:43 +00:00
dist/pf include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. 2015-08-20 14:40:16 +00:00
external Avoid NULL dereference in linux_worker_intr() in WORK_DELAYED_CANCELLED case. 2015-11-15 22:56:24 +00:00
fs Patch by hannken@ to fix a bug which has been introduced with 1.71. 2015-11-18 22:06:25 +00:00
gdbscripts
ipkdb
kern Enable the module's MODULE_CMD_FINI action. It actually works as 2015-11-15 03:09:39 +00:00
lib remove "@echo done" from 4 rules that don't need it and the random "done" 2015-10-29 00:18:55 +00:00
miscfs Unused inits (harmless). 2015-07-24 13:02:52 +00:00
modules Actually create the wapbl module, since it works. 2015-11-15 03:12:14 +00:00
net Add handling of VLAN packets in if_bridge where the parent interface supports 2015-11-19 16:23:54 +00:00
net80211 More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
netatalk More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
netbt More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
netinet Restore softnet_lock and KERNEL_LOCK for rtrequest and rtfree 2015-11-19 03:03:04 +00:00
netinet6 Call icmp6_error2 after releasing ln 2015-11-19 03:02:10 +00:00
netipsec make connect syscall use sockaddr_big and modify pr_{send,connect} 2015-05-02 17:18:03 +00:00
netisdn More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
netkey
netmpls sprinkle _KERNEL_OPT 2015-08-24 22:21:26 +00:00
netnatm initialize npcb; founds by brainy 2015-11-06 21:33:07 +00:00
netsmb include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. 2015-08-20 14:40:16 +00:00
nfs Don't forget to call nfs_fini() when we're finished. Without this, 2015-11-02 09:57:43 +00:00
opencrypto More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
rump Fix argument to empty() 2015-11-17 01:07:34 +00:00
secmodel Add kernel code to support intrctl(8). 2015-08-17 06:16:02 +00:00
stand
sys long line police 2015-11-19 17:04:01 +00:00
ufs If file system ffs is built with WAPBL defined, make sure that the 2015-11-15 01:39:23 +00:00
uvm Remove #if 0 / #endif includes 2015-11-11 08:22:36 +00:00
Makefile