summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/siop/Makefile
diff options
context:
space:
mode:
authormsaitoh <msaitoh@NetBSD.org>2019-08-26 15:35:14 +0000
committermsaitoh <msaitoh@NetBSD.org>2019-08-26 15:35:14 +0000
commita6fbed0cd360a5346f582aaf8e0c325bd471f100 (patch)
treee4059e8528194c077c2d2872db61d7818d471fd2 /sys/dev/microcode/siop/Makefile
parent8139440f38a4f0ffa2e0f725ef0f29ccf46c2c3f (diff)
Add missing TAHITI_vce.bin, RV770_uvd.bin, RS780_uvd.bin and R600_uvd.bin.
Fix panic on my own HP EliteDesk 705 G1 SFF. It also fixes PR kern/53988 reported by Onno van der Linden.
Diffstat (limited to 'sys/dev/microcode/siop/Makefile')
0 files changed, 0 insertions, 0 deletions
6 from opt_inet.h to Makefile.incjustin As discussed with pooka@ fixes current issues with ipv6 on rump being broken 2014-12-02Remove shlib_version files and just use Makefile SHLIB_MAJOR/MINOR,pooka with the default provided by Makefile.rump (they're all 0.0 anyway) 2014-08-22Nuke the DOMAINADD() macro and just call domain_attach(), now that thingspooka work correctly that way. 2014-06-05- Implement pktqueue interface for lockless IP input queue.rmind - Replace ipintrq and ip6intrq with the pktqueue mechanism. - Eliminate kernel-lock from ipintr() and ip6intr(). - Some preparation work to push softnet_lock out of ipintr(). Discussed on tech-net. 2014-03-13rename component.c -> netinet6_component.cpooka 2014-02-14Register netisr's from component constructors instead of via a hardcodedpooka global list. 2014-01-02Allow kernels compiled with INET+INET6 to be booted as IPv4-only or IPv6-only.pooka 2013-08-14Partially revert previous, there are still a few gotchas inpooka running ipv4/ipv6-only (too many dependencies on ifdefs). 2013-08-14Separate inet and inet6, allows inet6-only rump kernels.pooka