jruoho
456ace79d6
Use more .Nm, offset indent.
2011-08-30 11:24:38 +00:00
reinoud
d3eeac5866
Implement pmap_clear_modify() and pmap_is_modified()
2011-08-30 10:58:41 +00:00
reinoud
6661de3650
Implement pmap_destroy() following Ben Harris's template
2011-08-30 10:44:06 +00:00
reinoud
a2fba41c1f
Implement pmap_reference(). Note that i have no idea as to when this reference
...
is released...
2011-08-30 10:37:42 +00:00
reinoud
c8c7d505af
Remove panic that prevented multiple mappings of a pv entry
2011-08-30 10:29:34 +00:00
joerg
5c1014c629
ANSIfy + static + dead.
2011-08-30 10:12:06 +00:00
christos
2b57c17dce
in external now.
2011-08-30 10:09:26 +00:00
christos
47a08534f0
in external now
2011-08-30 10:08:11 +00:00
joerg
3bb0bce39d
static openinfo. dead, not unused usage.
2011-08-30 10:04:50 +00:00
jruoho
bf4d7cb301
Comment out the legacy bktr(4) from the GENERICs.
2011-08-30 08:01:13 +00:00
macallan
d9554c19b2
support SIOCG80211NWKEY
2011-08-30 07:54:15 +00:00
mbalmer
a356035768
Also mention gpioiic(4).
2011-08-30 07:44:37 +00:00
jruoho
1a007af9ac
Clarify that the ATI USB dongle uses XC3028L (and not XC3028).
2011-08-30 07:27:59 +00:00
jruoho
44d221d650
Remove trailing comma.
2011-08-30 07:24:01 +00:00
jruoho
d9f0aab6fe
Xref au8522(4) and xc5k(4) in the list of supported cards.
2011-08-30 07:23:05 +00:00
mbalmer
86a49d8281
Unconditionally include <sys/modules.h>.
2011-08-30 07:22:11 +00:00
jruoho
7559e70f68
Note emdtv(4).
2011-08-30 07:08:47 +00:00
jruoho
82f9e3ab66
Install the emdtv(4) manual page, based on earlier feedback from jmcneill@
...
(includes some XXX comments; should be updated alongside with the driver).
Also use the new dtviic(4) links to build a list of supported cards.
2011-08-30 07:07:04 +00:00
macallan
daaec637e7
add WSDISPLAYIO_ADDSCREEN
2011-08-30 07:06:39 +00:00
jruoho
6cc2dbf4e8
Fix bug (also analog tuners are included in the group).
2011-08-30 06:51:27 +00:00
he
9f84be18ce
Bump SYMTAB_SPACE so that it fits again.
2011-08-30 06:49:00 +00:00
wiz
75e227598a
Sort SEE ALSO.
2011-08-30 06:27:17 +00:00
jruoho
bd1a818de3
Deprecate the tuner(4) page (link to bktr(4)), as the name is too general
...
and nowadays misleading.
2011-08-30 05:59:44 +00:00
jruoho
d479d073dc
Note that bktr(4) is not part of the dtv(4) infrastructure.
...
XXX: This driver should be converted (or even bluntly removed, given the
lack of general third-party software support).
2011-08-30 05:58:02 +00:00
jruoho
14947402ca
Hopefully all the difficult links went ok, but the main page was missing.
2011-08-30 05:51:15 +00:00
jruoho
64e115ab33
Xref dtviic(4).
2011-08-30 05:43:30 +00:00
jruoho
d70d1fad57
Fix .Nm.
2011-08-30 05:41:04 +00:00
jruoho
b6256a2ee9
As discussed with wiz@ and jmcneill@, move the dtvi2c(4) page to dtviic(4)
...
(to match iic(4)) and install it by default. Also, and in particular, build
and install MLINKS for all supported demodulators and tuners.
2011-08-30 05:40:38 +00:00
macallan
f4605a5c3a
sets list for the Xorg server on evbmips
2011-08-30 04:25:50 +00:00
macallan
100ffc2f59
build Xorg and some drivers appropriate for Loongson-based hw on evbmips
2011-08-30 04:22:56 +00:00
jakllsch
2ed951176c
No need to cast double to ubig (aka uintmax_t) through int.
...
This change prevents a modulo by zero in a invocation such as:
primes 18446744073709551000 18446744073709551615
on a LP64 machine.
2011-08-30 02:58:04 +00:00
macallan
b509f991f8
contrary to the manual the right-to-left flag also causes the blitter to
...
work bottom-to-top
Now all copy*() methods should work properly in all directions.
2011-08-30 02:53:01 +00:00
macallan
241f2dcf8d
fix thinko in downward scrolling ( never had a chance to test it until now... )
2011-08-30 01:21:03 +00:00
dyoung
50eec10ffa
Add pci_ranges.c to the set of files compiled when 'pci' is configured.
2011-08-29 22:46:56 +00:00
dyoung
cfc495a0e8
Move the code for grovelling in PCI configuration space for assigned
...
memory & I/O regions into its own module, pci_ranges.c, so that we can
leave it out on systems that won't need it.
2011-08-29 22:46:04 +00:00
dyoung
564aab2b39
Use a loop instead of tail-recursion for the pci_intr(9) overrides.
...
This is the same change that I just made to the pci(9) overrides. While
I am here, fix a bug: use PCI_OVERRIDE_INTR_DISESTABLISH instead of
PCI_OVERRIDE_INTR_ESTABLISH for the pci_intr_disestablish(9) override.
2011-08-29 22:41:52 +00:00
jym
040d653091
Be more precise for Xen dom0: either Ctrl + Alt + Esc, or +++++ when on
...
serial console.
Thanks to Christoph and Manuel for pointing that out.
2011-08-29 22:01:47 +00:00
joerg
90ee948ed8
Use __dead
2011-08-29 21:08:54 +00:00
joerg
9eba1e423c
Use __dead
2011-08-29 20:41:06 +00:00
joerg
dccf569e0e
Use __dead.
2011-08-29 20:38:53 +00:00
joerg
a1de9c2dbb
Use __dead and __printflike
2011-08-29 20:37:43 +00:00
joerg
4511a017c1
Use __dead
2011-08-29 20:30:36 +00:00
bouyer
d8593e7a9a
PR bin/45299: print FBMASK not FFMASK when lfs_fbmask is incorrect.
2011-08-29 18:43:20 +00:00
bouyer
2fba875a58
Add a flags argument to gcscpcib_attach().
...
Add a flag argument which cause the waychdog to not be attached.
Use it to disable the watchdog on loongson-based platforms, where
the CS5536's reset output is not wired to the CPU reset line :(
2011-08-29 18:34:42 +00:00
bouyer
9f200f93cc
Add a INSTALL_LOONGSON kernel with a ramdisk.
...
build LOONGSON and INSTALL_LOONGSON for evbmips-mip64el
2011-08-29 18:32:18 +00:00
bouyer
90a13a6073
Hide instructions added by -mfix-loongson2f-jump in the same way as
...
-mfix-loongson2f-btb, to avoid a gas warning "macro expanded into
multiple instructions" (which cause GDIUM kernel build failure
as it's built with -Wa,-mfix-loongson2f-jump -Wa,--fatal-warnings).
2011-08-29 18:30:52 +00:00
jruoho
537167411c
Remove some cruft that is no longer needed.
2011-08-29 17:39:54 +00:00
jmcneill
41a1fc0b6b
PR# kern/43681: PT_SYSCALL appears to be broken
...
sys_ptrace: For PT_CONTINUE/PT_SYSCALL/PT_DETACH, modify the p_trace_enabled
flag of the target process, not the calling process.
2011-08-29 17:31:50 +00:00
gson
4d457a688d
Track spacing changes of df.c 1.89
2011-08-29 17:31:41 +00:00
gson
52d3b7aa35
Use the same column spacing for the -h output as with the normal output,
...
as the same header line format is used in both cases and it can't line
up correctly with both of them otherwise.
2011-08-29 17:30:28 +00:00