Commit Graph

203712 Commits

Author SHA1 Message Date
jmcneill 8f1ae23ff2 don't attach iic@coram unless CORAM_ATTACH_I2C is defined 2011-08-06 11:37:56 +00:00
jruoho e2ab801e81 Xref chflags(2) and stat_flags(3) with each other. 2011-08-06 11:28:24 +00:00
wiz 9038276921 Add lzma and lzo to usage. From Elie De Brauwer in PR 45219. 2011-08-06 11:12:05 +00:00
wiz 942842ef79 Drop trailing whitespace. 2011-08-06 11:10:01 +00:00
wiz 23e71456ea ort SEE ALSO. 2011-08-06 11:09:22 +00:00
jruoho 4bd85b4353 Note also common bit rates. 2011-08-06 11:07:18 +00:00
hannken 7403908422 Fix the races of direct select()/poll():
- When sel_do_scan() restarts do a full initialization with selclear() so
  we start from an empty set without registered events.  Defer the
  evaluation of l_selret after selclear() and add the count of direct events
  to the count of events.

- For selscan()/pollscan() zero the output descriptors before we poll and
  for selscan() take the sc_lock before we change them.

- Change sel_setevents() to not count events already set.

Reviewed by: YAMAMOTO Takashi <yamt@netbsd.org>

Should fix PR #44763 (select/poll direct-set optimization seems racy)
       and PR #45187 (select(2) sometimes doesn't wakeup)
2011-08-06 11:04:25 +00:00
jruoho 2cd297546b Xref the non-standard finite(3). 2011-08-06 11:02:41 +00:00
jruoho 6cfcd0daec Deprecate ieee(3). 2011-08-06 11:01:12 +00:00
jruoho c19246b80a Split out the scalbn(3) family out from ieee(3) and properly document it. 2011-08-06 10:51:26 +00:00
wiz d8256fc4eb Bump date for previous. 2011-08-06 08:49:04 +00:00
mbalmer fce8c8bc2a Take note of the modload(8) changes. 2011-08-06 08:47:14 +00:00
wiz 661fd131c6 Quote path separator character. 2011-08-06 08:43:28 +00:00
mbalmer d1912e7839 Do not not look for modules in the current working directory first. This is
to prevent from accidentally loading ./module.kmod when we actually wanted to
load module from the system module area.

To load a module from a filesystem path, the module name must contain at
least on path separator character (/), to load a module from the system
module areas, the name must not contain a path separator character:

modload ./mymod.kmod      # loads mymod.kmod from the curren directory
modload mymod             # loads mymod.kmod from the system module area
2011-08-06 08:11:09 +00:00
mbalmer f07d935b68 Document MKKMOD, patch from PR 45216. 2011-08-06 07:36:20 +00:00
cliff b38eb1f4b4 nuke pq3cfi_addr() and just use ga_addr; obio already sorts out getting
address from chip select reg when cs locator is used.
2011-08-06 05:48:01 +00:00
jruoho adb8c21493 If both the new and the old methods are available, prefer the old ones, as
the new ones may not be functional in this case.
2011-08-06 05:03:56 +00:00
kiyohara 587ef94054 Add support for PSIONTEKLOGIX NETBOOK PRO. 2011-08-06 03:53:40 +00:00
kiyohara bcc0383925 Support slave mode for PXA2x0 I2C. 2011-08-06 03:42:11 +00:00
jmcneill 9e56001113 hide debug messages under CORAM_DEBUG 2011-08-05 21:20:27 +00:00
jmcneill 013a9fdd5f hide debug messages under CX24227_DEBUG 2011-08-05 21:19:23 +00:00
jakllsch 97ec23c032 Various cleanup, mostly reducing debugging spew. 2011-08-05 20:51:09 +00:00
jmcneill b2d4c3bb58 return status from demod instead of 0, and don't ignore errors when setting
demod parameters
2011-08-05 20:33:17 +00:00
jmcneill 752c6db679 add QAM64/256 support 2011-08-05 20:32:22 +00:00
jakllsch 704e16c17e Turns out all we need is AcpiClearEvent in the right place,
and we don't really care if it fails.  Pointed out by jmcneill.
2011-08-05 18:59:44 +00:00
jakllsch aff0a6a01c As we add a handler for the ACPI fixed feature button events,
ensure they aren't going to trigger as soon as we enable interrupts,
furthermore ensure that the event is unmasked.
2011-08-05 18:27:48 +00:00
jmmv bbf950e188 Rename the _atf user to _tests. The _atf name will get obsoleted if/when
we migrate to Kyua (atf v2), so it's better to use a generic name that does
not depend on the specific implementation.  Also, this user has not gone
out yet into any stable release, so we can easily rename it.

Suggested by jruoho@.
2011-08-05 14:43:41 +00:00
plunky 67e53d37bc NOPATH the lib we are making, rather than HOSTPROG which is irrelevant 2011-08-05 09:36:28 +00:00
hannken efc3d2ec25 When union_lookup() creates a shadow directory and nameiop is not LOOKUP
it has to restart the lookup to get the componentname right.

Fixes PR #44383 (an endless stream of whiteout and opaque dir problems ...)
2011-08-05 08:17:47 +00:00
hannken 40cf7e4cfa Make whiteouts work on rumpfs:
- On lookup it is ok to create if the name exists and is a whiteout
- When replacing a whiteout directory entry remove the whiteout first.
- Set UF_OPAQUE when creating a node in place of a whiteout.
2011-08-05 08:13:59 +00:00
lukem eca6fe7e73 fix spello in comment 2011-08-05 03:55:31 +00:00
mrg 59919ed806 relax an assert slightly, from jmcneill. 2011-08-05 02:29:53 +00:00
uwe 89e9839f44 Reword the comment about "millicode" nature of these functions and add
it to sdivsi3_i4i.S too.
2011-08-05 02:00:25 +00:00
uwe 41f19aa9d6 Reword the comment about "millicode" nature of these functions and add
it to sdivsi3.S too.

Remove !_KERNEL code left over from the days when we shared these
files with userland.

Use .L prefix for local label.
2011-08-05 01:59:39 +00:00
matt c74d0fafd6 Note switch of mips and powerpc to GCC 4.5 2011-08-05 00:26:16 +00:00
matt c3bb2a6aa0 Switch mips and powerpc to GCC 4.5 2011-08-05 00:24:12 +00:00
jmcneill a1ac6a0eda Don't treat C2 states as C1 if the _CST package doesn't have an entry
for C1. ACPI mandates C1 so if it's not present in the _CST package use
the HLT method. Fixes all sorts of performance regressions on AMD CPUs.
2011-08-04 23:22:30 +00:00
jmcneill 9ee20799ca add mt2131, cx24227, and coram module glue 2011-08-04 22:26:07 +00:00
jmcneill 20accb5e39 modularize coram and add detach + childdet methods 2011-08-04 22:25:08 +00:00
jmcneill 22ade8bbb4 modularize cx24227 2011-08-04 22:24:45 +00:00
jmcneill bc4ac1aee2 modularize mt2131 2011-08-04 22:24:29 +00:00
riz 15f4ca5d83 Typo fix: p5pb.0, not p5pbc.0 2011-08-04 21:59:35 +00:00
rkujawa 331d05a691 Add missing .0 and .html for p5pb. 2011-08-04 21:17:19 +00:00
rkujawa 03208da2c0 Add p5pb man page to setlist. 2011-08-04 21:09:53 +00:00
wiz a4ba190ce7 Remove trailing whitespace. Comment out pm2fb(4) link (page does not exist yet)
Merge two one-element lists into one list.
2011-08-04 20:40:52 +00:00
rkujawa e498244d6e Mention Amiga PCI support in CHANGES and installation notes. Approved by phx. 2011-08-04 20:24:36 +00:00
phx fbcc784d3a Drop into ddb, when requested by ofwboot (-d option). 2011-08-04 20:02:48 +00:00
martin 1c0b6eb724 no space after \ for continuation lines, please 2011-08-04 19:30:11 +00:00
bouyer 0ef67b2899 Make sure to call xbdback_trampoline() at splbio() 2011-08-04 18:01:49 +00:00
rkujawa f02273fb5e Add basic PCI support for amiga port.
Add missing bus_space(9) methods needed for MI PCI.
Add p5pb(4) - Phase5 PCI bridge driver (and the man page).
Add quirks table to zbus(4) - needed for p5pb.
Change approved by phx.
2011-08-04 17:48:50 +00:00