Commit Graph

231504 Commits

Author SHA1 Message Date
apb
4a6eb64432 Synchronise the "-s" part of the usage message with postinstall.
A colon-separated list of tgz files is no longer accepted; you
must use multiple -s options instead.
2014-11-13 07:11:06 +00:00
mlelstv
a735dbad97 libdm is needed by LVM early in the boot process. Fixes bin/49357. 2014-11-13 07:03:23 +00:00
uebayasi
c54b571b70 List of all link-set names. 2014-11-13 06:14:47 +00:00
christos
3cbbf4418f do the dependencies in a simpler way using a separate target 2014-11-13 02:31:24 +00:00
uebayasi
67ba08fd77 If mkldscript.sh is used to build ${PROG}, depend on it. 2014-11-13 01:09:59 +00:00
jmcneill
4de477773e On 2GB systems, we have to subtract AWIN_SDRAM_PBASE from the physical address. 2014-11-12 23:12:27 +00:00
aymeric
072d5fd039 Remove the syslogging of a dial out login warning based on the tty name, because
the test is sloppy and doesn't correspond to the current naming anyway.
OK gdt@
PR#377 can remain closed.
2014-11-12 22:23:38 +00:00
aymeric
1885c4ecdf update the example to use dty00 instead of ttyd0 to reflect a current practice 2014-11-12 21:56:48 +00:00
jmcneill
44c3fb8a8a fix pll5x rate calculation 2014-11-12 21:27:48 +00:00
apb
48c555dba9 Fix tab/space inconsistency in comment. 2014-11-12 19:41:24 +00:00
christos
741166e931 sync both instances of the ldscript. 2014-11-12 19:33:32 +00:00
apb
87504aab72 Change the order of arguments to check_ids, placing the two file names
adjacent to each other.  Also add a comment explaining the "start"
argument and the "SKIP" special value.
2014-11-12 19:31:05 +00:00
jmcneill
b9e92a94cc add awinhdmiaudio 2014-11-12 17:38:56 +00:00
jmcneill
53e6b3723d Add A20 HDMI audio support. Basically the same as A31, except we need to use dedicated DMA mode here (A31 DMA controller only supports "normal DMA" mode). 2014-11-12 17:38:14 +00:00
chs
f55015c45a apply several changes from intelfb.c revs 1.7 through 1.9:
- provide a setmode callback for genfb
 - add a pmf shutdown handler to switch genfb into polling mode
 - no need to call drm_fb_helper_set_config after genfb attaches,
   as the setmode callback is called by genfb_attach
2014-11-12 16:07:17 +00:00
joerg
706f66c9f4 If the internals are not explicitly requested, use #include_next to pick
up the system version. <locale> from libc++ requires this and is used by
src/tools/elftosb2.
2014-11-12 15:08:52 +00:00
christos
9e2fae1cfa add -t to mkldscript 2014-11-12 13:24:34 +00:00
christos
f0d25730ac restore previous functionality, and add what we need with -t <template> 2014-11-12 13:23:41 +00:00
manu
2cab231d44 Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels
This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)
2014-11-12 10:47:20 +00:00
manu
efbefee25c Allow setxattr to be called with a NULL value, instead of crashing. 2014-11-12 05:08:43 +00:00
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