Commit Graph

189622 Commits

Author SHA1 Message Date
jruoho
1fc8cacd7d __UNCONST(3). 2010-04-08 04:34:22 +00:00
jruoho
bc17fdc088 Merge ACPICA 20100121 2010-04-08 04:31:48 +00:00
jruoho
3ed53cd7df Import ACPICA 20100121.
Selected changes between 20090730 and 20100121:

  * A "post-order callback" was added to AcpiWalkNamespace().

  * The ACPI_INTEGER type was removed and replaced with UINT64. Support for
    this type remains (for the time being) for compatibility reasons.

  * AcpiGetDevices() was optimized to not run extra _STA methods.

  * Fixed possible mutex acquisition errors when running _REG methods.

  * iASL was fixed not to fault when the maximum number of errors is
    reached.

  * Various miscellaneous fixes and improvements, including, for example,
    improved object repair capabilities, memory leak fixes, better type
    conversions, module-level code execution, etc.
2010-04-08 04:27:32 +00:00
oki
304292d4c5 ip6_sprintf: compress the zeros of representation of the IPv6 address.
see RFC4291 section 2.2 item 2.
2010-04-07 22:59:15 +00:00
yhardy
2217e8705c i915 and i965 dri modules need glapi. 2010-04-07 20:04:16 +00:00
yhardy
ed3b534143 Don't link libOSMesa, this functionality is provided by mesa_dri.so. 2010-04-07 19:56:01 +00:00
jakllsch
64fcf7099a Clean up accidential commit. 2010-04-07 18:51:34 +00:00
jakllsch
9d1be6b12e satafis:
- Add function to parse RDH FIS for use in implementing AT_READREG.
- Correct and clean up some structure definitions.
- Sprinkle a bit of const.
- Remove dependency on <dev/ic/wdcreg.h>, WDCTL_4BIT doesn't seem
  to be specified by any recent ATA standard, and it seems to make
  no difference in practice.
- Stop using WDSD_IBM, these bits have been obsolete since before SATA.

siisata:
- Implement AT_READREG.
- Reap now-unneeded <dev/ic/wdcreg.h>.
- Whitespace and slight debug code cleanup.
- Some possibly-uncessary code reordering.

ahcisata:
- Implement AT_READREG.
- Reap now-unneeded <dev/ic/wdcreg.h>.
2010-04-07 17:51:16 +00:00
jakllsch
9d6bdcd981 let ath(4) build on alpha 2010-04-07 17:51:15 +00:00
jakllsch
e43bf0587d satafis:
- Add function to parse RDH FIS for use in implementing AT_READREG.
- Correct and clean up some structure definitions.
- Sprinkle a bit of const.
- Remove dependency on <dev/ic/wdcreg.h>, WDCTL_4BIT doesn't seem
  to be specified by any recent ATA standard, and it seems to make
  no difference in practice.
- Stop using WDSD_IBM, these bits have been obsolete since before SATA.

siisata:
- Implement AT_READREG.
- Reap now-unneeded <dev/ic/wdcreg.h>.
- Whitespace and slight debug code cleanup.
- Some possibly-uncessary code reordering.

ahcisata:
- Implement AT_READREG.
- Reap now-unneeded <dev/ic/wdcreg.h>.
2010-04-07 17:51:15 +00:00
christos
765fc163a7 don't pretend to have do_fstatvfs 2010-04-07 17:13:10 +00:00
christos
819acda0b0 previous workaround not needed. 2010-04-07 16:14:35 +00:00
christos
4950518f2a Rename the macro name so that the scanner does not get confused and thinks
it is using REJECT.
2010-04-07 16:14:07 +00:00
pooka
c8dcca6644 * Don't care about VOP_CLOSE() error in unmount. In the extremely
unlike event it did fail, the kernel would double lutz to doom
  (in failure devvp now remains unmountable until reboot.  fans
  of complicated & untested error branches may attempt to gunk this
  up.  i'm not one of them).
* cosmetic surgery: cut extra ;
2010-04-07 15:19:09 +00:00
vanhu
ba30b496b8 by Eric Preston: fixed a typo 2010-04-07 14:53:52 +00:00
tsutsui
8f12100ec0 Misc KNF. 2010-04-07 13:53:05 +00:00
tsutsui
863ed02e2e - split device_t/softc
- use device_lookup_private() directly rather than via local macro
2010-04-07 13:14:23 +00:00
christos
2909eda13b fix build for ports that don't have PT_STEP (Havard Eidnes) 2010-04-07 13:10:46 +00:00
christos
2446060385 fix syntax errors 2010-04-07 12:58:33 +00:00
tsutsui
883db6bc19 extern inline -> static inline 2010-04-07 12:39:59 +00:00
nonaka
1f03951426 fix comment. 2010-04-07 11:54:46 +00:00
nonaka
4f76fb5f14 delete unused file. 2010-04-07 11:48:15 +00:00
pooka
ebd06ba809 Fix fmt'ing error in comment from rev 1.22. 2010-04-07 11:16:30 +00:00
tsutsui
b97082ea7c Add a recently committed evbsh3 variant in SYNOPSIS. 2010-04-07 11:10:25 +00:00
tsutsui
4a5e7b0f18 Fix quoting in previous. 2010-04-07 11:07:29 +00:00
wiz
d129d948ec Minor punctuation fixes, improve and sort SYNOPSIS, sort flag descriptions.
From Bug Hunting in PR 43130.
2010-04-07 09:40:58 +00:00
tron
898521eb24 Ignore the unused label "find_rule" in the generated file "scan.c"
to fix the build.
2010-04-07 08:56:49 +00:00
wiz
02634ada5c Fix typo, reported by Ryo HAYASAKA in PR 43134. 2010-04-07 07:32:48 +00:00
wiz
6f9ff54b1b Sort a bit more. 2010-04-07 06:45:21 +00:00
sjg
b6e2a6c85f Add:
.error "message"
.warning "message"
	based on FreeBSD implementation.
	add .info while were at it.

.ERROR:	a target to run on error.
	We pass the failing GNode to PrintOnError so it can set
	.ERROR_TARGET.

.MAKE.MAKEFILE_PREFERENCE
	As a means to control make's list of prefered makefile names.
	(Default: "makefile Makefile")

.MAKE.DEPENDFILE
	Names the file to read dependencies from
	(Default ".depend")

.MAKE.MODE
	Processed after all makefiles are read.
	Can put make into "compat" mode (more to come).

Fix:

compat.c: Error code should not be sent to debug_file.
Make_DoAllVar: use DONE_ALLSRC to avoid processing a node multiple times.
ReadMakefile: we can simply use doing_depend to control setting MAKEFILE.
2010-04-07 00:11:27 +00:00
christos
66aa934e53 update system call table to reflect reality. 2010-04-06 23:02:10 +00:00
wiz
f60aa003a7 Fix Dd argument (no leading zeroes). New sentence, new line. 2010-04-06 22:41:41 +00:00
tnn
0bc96981a6 Add multiboot command. This lets us netboot the xen+dom0 kernel combo. 2010-04-06 21:18:59 +00:00
jld
d5723e6f06 Fix typos in PAE comment. 2010-04-06 20:43:57 +00:00
tnn
a7963e184a The pxeboot manpage implies that boot.cfg gets loaded by default,
but this is no longer true following i386/stand/pxeboot/main.c v1.23.
2010-04-06 20:15:22 +00:00
christos
83fd40ab4d use the m4 define not the cpp one for reject. 2010-04-06 17:39:47 +00:00
nonaka
7395c26621 regen. 2010-04-06 16:23:17 +00:00
nonaka
569b7f924f Added support PXA270. 2010-04-06 16:20:27 +00:00
nonaka
8b211288fd regen. 2010-04-06 16:18:24 +00:00
nonaka
3b27d9a000 Added W-ZERO3 series. 2010-04-06 16:15:34 +00:00
nonaka
cdac0a86f0 Enable SD 4bit bus width mode. 2010-04-06 15:56:14 +00:00
nonaka
a01ed06805 Enable DMA transfer. 2010-04-06 15:55:46 +00:00
nonaka
238763f6ce Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
2010-04-06 15:54:29 +00:00
tsutsui
1d5998f903 Use callout_schedule(9) rather than callout_reset(9) on polling
as callout(9) man says.
2010-04-06 15:32:36 +00:00
nonaka
8dfa6d1a29 Added support RICOH 5C316. 2010-04-06 15:29:19 +00:00
nonaka
7e6a2d093f - mention MMC SPI mode.
- support SD 4bit bus width mode.
2010-04-06 15:10:09 +00:00
wiz
e80bcec341 New sentence, new line. Sort errors. Remove trailing whitespace. 2010-04-06 14:26:59 +00:00
christos
ca843a73b0 PR/43128: Paul Koning: Threads support in ptrace() is insufficient for gdb to
debug threaded live apps: Add an optional lwpid in PT_STEP and PT_CONTINUE to
indicate which lwp to operate on, and implement the glue required to make it
work.
2010-04-06 13:50:22 +00:00
reinoud
1819dce19c KASSERT(FALSE) to enter the debugger on this check. When DDB is not defined
but KGDB is, this would result in cpu_Debugger() dont being defined! Please be
kind to developers that use KGDB instead of DDB! :)
2010-04-06 10:45:15 +00:00
skrll
3545c8124f Use hppa_cpu_ispa20_p 2010-04-06 08:09:46 +00:00