summaryrefslogtreecommitdiff
path: root/sys/dev/usb/udl.h
diff options
context:
space:
mode:
authormsaitoh <msaitoh@NetBSD.org>2018-03-02 08:25:53 +0000
committermsaitoh <msaitoh@NetBSD.org>2018-03-02 08:25:53 +0000
commit8a388d3ec5e00b6871cec94dea8be89818cb043e (patch)
treee36d0d84ad4753fa09adddc1c64191c06f06cf0b /sys/dev/usb/udl.h
parent78366d4f81e6ce643d7154b5a07279f53dd92f04 (diff)
Add Apollo Lake and Gemini Lake devices.
Diffstat (limited to 'sys/dev/usb/udl.h')
0 files changed, 0 insertions, 0 deletions
mp 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