christos
7dfb21477f
fix description setting.
2014-11-12 04:53:13 +00:00
enami
6f209f1fc0
List missing compatmodules keyword in the comment.
2014-11-12 03:49:26 +00:00
enami
548e0e4664
Add compatmodules keyword so that build.sh -V MKCOMPATMODULES=no won't fail.
2014-11-12 03:48:30 +00:00
christos
df51b41a7f
PR/47704: Takahiro HAYASHI: Fix -L flag
2014-11-12 03:34:59 +00:00
christos
2bd97efc9a
PR/47704: Takahiro HAYASHI: Add -L flag
2014-11-12 03:34:08 +00:00
ozaki-r
d5cdd84d0a
Ensure callout isn't running and pending before callout_destroy
...
Call callout_halt before callout_destroy. And also let callout (mld_timeo)
not call callout_schedule when we already called callout_halt.
This fixes PR 47881.
2014-11-12 03:24:25 +00:00
christos
8ba1623f54
prettify and add to all the modules that have it.
2014-11-12 03:14:00 +00:00
christos
93ead2dad3
more _KERNEL_OPT
2014-11-12 03:12:35 +00:00
christos
0ed0226f71
this module needs MKLDSCRIPT too now
2014-11-12 03:03:01 +00:00
christos
59a749aa6e
use ${HOST_SH}
2014-11-12 02:50:01 +00:00
christos
bf1c17892d
Add __link_set based code to automatically convert the linux module parameters
...
into sysctls.
2014-11-12 02:24:40 +00:00
christos
98b9cde369
Enable dynamic link script generation to handle __{start,stop}_link_set_*
...
via a variable; perhaps delete the variable and always do it?
2014-11-12 02:19:28 +00:00
christos
0b973a3f7c
I don't know what was using this before (but it did not work since it
...
did not produce valid LDSCRIPT code) and now it does.
2014-11-12 02:15:58 +00:00
christos
f89937396a
turn on dynamic ldscript creation to handle link set symbol definitions
...
used in the automatic sysctl creation.
2014-11-12 02:15:16 +00:00
christos
d57571ade8
move agpsupport to drmkms to avoid circular dependencies.
2014-11-12 02:14:17 +00:00
christos
2ffd75f234
make this work: add agpsupport and sysctl code
2014-11-12 02:13:30 +00:00
macallan
350f4a6c19
appease gcc 4.8
2014-11-11 23:08:37 +00:00
martin
146a7e98a7
Make check_ids take an additional argument (the corresponding source
...
file) and grep that on error for the missing information, so the user
gets all the info needed how to "FIX MANUALLY".
2014-11-11 19:41:38 +00:00
jmcneill
f5d51dcdc9
defflag AWIN_HDMI_DEBUG, AWIN_TCON_DEBUG, AWIN_DEBE_DEBUG, and defparam AWIN_DEBE_VIDEOMEM
2014-11-11 19:22:32 +00:00
christos
b95700c1f3
localtime did not set tm->tm_zone properly making pkgsrc emacs core-dump.
...
Thanks to Masanori Kanaoka.
2014-11-11 18:46:54 +00:00
jmcneill
379c4a3cf5
only dump regs when enabling audio if AWIN_HDMI_DEBUG
2014-11-11 17:27:12 +00:00
jmcneill
a6d7aa02f8
awinhdmiaudio(4): Add support for Allwinner A20/A31 HDMI audio controller.
2014-11-11 17:20:43 +00:00
jmcneill
09d5657d3e
AWIN_HDMI_ADMA_CTRL_FIFO_CLEAR causes playback to stop working, dont set it
2014-11-11 17:14:38 +00:00
jmcneill
a68daa22d1
enable awinhdmiaudio
2014-11-11 17:01:27 +00:00
jmcneill
a425fe6943
add HDMI audio driver
2014-11-11 17:00:59 +00:00
skrll
5c4bf708f5
One awincnt0 is enough
2014-11-11 15:12:51 +00:00
tron
cf47292001
Fix build with "USE_SSP" set to "yes".
2014-11-11 11:30:55 +00:00
nonaka
efa7e15617
fix build failure.
...
> /tmp/bracket/build/2014.11.10.22.43.46-i386/src/sys/external/bsd/drm2/include/linux/pci.h:36:20: fatal error: acpica.h: No such file or directory
2014-11-11 11:30:21 +00:00
nonaka
8eac99daba
fix drmkms module path for xen.
2014-11-11 11:23:25 +00:00
skrll
519271bdcb
kern/49379: Hypervisor's name typo
2014-11-11 08:23:17 +00:00
njoly
9425d53a52
Do not hardcode values for ENAMETOOLONG, use symblic constants.
2014-11-11 08:10:02 +00:00
christos
ff104b2e4b
PR/48475: YAMAGUCHI Takanori: EDNS option broken with unbound. struct
...
querybuf in net/gethnamaddr.c defines MAXPACKET to 64K. This in turn
gets passed down until it reached res_nopt(..., answer, anslen), where
the size of the buffer must fit in 16 bits. Unfortunately we end up
being one more than the max so we end up sending a 0 as the size and
unbound does not like that. Instead we clip now to 64K - 1, and everyone
is happy.
XXX: Pullup to 7.
2014-11-11 03:29:24 +00:00
christos
6f72d21af2
add drm_agp_destroy
2014-11-11 02:49:16 +00:00
christos
bc2ce81a1c
finalize the idr code.
2014-11-11 02:37:17 +00:00
christos
daec0cd881
make a drm_agp_destroy() function to resolve the circular dependency between
...
drmkms and drmkms_pci
2014-11-11 02:33:28 +00:00
christos
c53aa199c7
add an agp dependency so that the agp drivers get loaded.
2014-11-11 02:31:55 +00:00
pooka
770e02d5a9
work around c11 visibility problems on some version(s) of FreeBSD
2014-11-10 22:43:46 +00:00
pooka
05761acba3
Just _GNU_SOURCE should be enough to expose everything necessary on Linux
2014-11-10 22:29:06 +00:00
skrll
9ebfc75416
enable awinhdmi, awintcon, awindebe, genfb, wsmux, wsfont and
...
with VCONS_DRAW_INTR
2014-11-10 22:02:00 +00:00
christos
b69c739cec
add the drmkms modules
2014-11-10 21:22:14 +00:00
christos
c08531e6a3
dedup and add the drmkms modules
2014-11-10 21:15:19 +00:00
christos
b552d112cd
merge a bit of duplicated code.
2014-11-10 21:13:04 +00:00
jmcneill
0d06f659c0
allocate char and attr buffers with M_ZERO
2014-11-10 20:52:47 +00:00
jmcneill
40da40711a
get_bootconf_option doesnt return the value null-terminated, so look for an awge0.mac-address value of exactly the correct length
2014-11-10 20:36:12 +00:00
riz
28fe942ff2
Revert previous, it is actually needed. (builds are failing)
2014-11-10 19:44:08 +00:00
maxv
fcc99ce60e
Do not uselessly include <sys/malloc.h>.
2014-11-10 18:46:33 +00:00
jmcneill
f4769db2bf
note awinhdmi, awintcon, awindebe
2014-11-10 18:38:16 +00:00
jmcneill
6fb2cbe51e
spelling fixes
2014-11-10 18:36:22 +00:00
jmcneill
b970633562
hide edid dump with AWIN_HDMI_DEBUG
2014-11-10 18:18:09 +00:00
jmcneill
d1c11d4262
enable awinhdmi, awintcon, awindebe, genfb, wsmux, wsfont
2014-11-10 17:56:58 +00:00