summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/radeon/HAWAII_mc2.bin
diff options
context:
space:
mode:
authorriastradh <riastradh@NetBSD.org>2015-04-14 12:51:30 +0000
committerriastradh <riastradh@NetBSD.org>2015-04-14 12:51:30 +0000
commit96f653bc7b59cdcfb143dceddc0cfa2ce753b28f (patch)
tree9c736105c85a98f4fad82803448f09e02321649b /sys/dev/microcode/radeon/HAWAII_mc2.bin
parent473ad909cef1f3506340116fd7ab3b7dbde834a4 (diff)
Move substantive part of rnd_ioctl to kern_rndq.c.
Diffstat (limited to 'sys/dev/microcode/radeon/HAWAII_mc2.bin')
0 files changed, 0 insertions, 0 deletions
0:42:44 +0000'>2010-02-16Globally define -Wno-pointer-sign, as it has become a pointlesspooka exercise of "add it to every Makefile individually". XXX: should autosynchronize with the rest of the kernel buildflags in sys/conf/Makefile.kern.inc. 2009-12-12Use linker script to make __start/stop_link_set_modules be presentpooka in libs built with binutils >=2.19. This is a less error-prone method than the previous where components had to be tagged in the Makefile as modules (and if they weren't, things broke. and vice versa). 2009-09-13binutils 2.19 has changed the old behaviour of defining __start_SECTNAMEpooka for orphaned sections to using PROVIDE. What this means is that unless a rump component internally references that symbol, it will not be included in the component shared library, and hence cannot be referenced when the component is loaded. Add a workaround which works both with 2.16 and 2.19: force a reference to the __start symbol internally and hence retain it in the resulting library. 2009-05-28Use a bunch of weak symbols to determine which network componentspooka are present. This works in userspace as opposed relying in link sets, which fail miserably. Later, when the networking stack becomes modularized, we can move to a dynamic scheme like with file systems. Also, this change allows us to do proper autoconfig, namely attach the loopback interface iff it is present. 2009-02-08Add a PF_LOCAL rump kernel component.pooka