nonaka
6507ef0780
Fix for the display of attach not to mix.
...
Before:
atabus0 at wdc0 channel 0
wd0 at atabus0 drive 0uhub0 at usb0: PXA27x OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
: <SILICON POWER>
wd0: drive supports 1-sector PIO transfers, LBA addressing
wd0: 7775 MB, 15798 cyl, 16 head, 63 sec, 512 bytes/sect x 15924384 sectors
wd0: drive supports PIO mode 4
After:
uhub0 at usb0: PXA27x OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
atabus0 at wdc0 channel 0
wdc1 at pcmcia1 function 0: <128MB, >
wdc1: i/o mapped mode
wd0 at atabus0 drive 0: <SILICON POWER>
wd0: drive supports 1-sector PIO transfers, LBA addressing
wd0: 7775 MB, 15798 cyl, 16 head, 63 sec, 512 bytes/sect x 15924384 sectors
wd0: drive supports PIO mode 4
2009-02-27 16:45:17 +00:00
pooka
cd39a9d18a
Remove mentions of MAP_COPY, it's not available and trying to use it
...
will result in compile failure.
2009-02-27 16:23:54 +00:00
reinoud
cc2f230432
Add missing files to the via driver
2009-02-27 15:47:46 +00:00
pooka
9c5ad216e7
decouple rumpuser gettime from struct timeval
2009-02-27 15:15:19 +00:00
christos
05a641716d
better wording, from Anon Ymous
2009-02-27 13:44:45 +00:00
sborrill
7d02030263
Add support for 82574L (as found on Desktop CT adaptor) based on 82573 support.
2009-02-27 13:17:01 +00:00
mjf
7baa62a7b4
Typo and grammar fixes.
...
- s/though/through/ appropriately.
- autoconf(4) doesn't exist, autoconf(9) is the correct reference.
2009-02-27 12:55:15 +00:00
wiz
7e345db79d
New sentence, new line. Remove superfluous .Pp. Improve markup.
2009-02-27 10:39:03 +00:00
wiz
cbabd610b0
Break line, and bump date for previous.
2009-02-27 10:38:25 +00:00
jmmv
d142d343c8
ipf does not live here; it is in the parent directory. Spotted by njoly@.
2009-02-27 07:32:33 +00:00
msaitoh
150e7551ec
fix mis-evaluating whether a char is digit or not.
2009-02-27 04:18:45 +00:00
msaitoh
5ff1366c4f
IXP425 is not ARM_ARCH_4 but ARM_ARCH_5
2009-02-27 03:57:41 +00:00
msaitoh
af2d7fdcc4
add missing <arm/cpu.h> to compile
2009-02-27 03:56:29 +00:00
kenh
cd2827b367
Improved support for GPIO support on the EP93xx ARM processors.
...
Specifically:
Support disabling specific pins on specific ports.
Modification of TS7200 kernel config file for GPIO support.
Documentatin for the current and improved GPIO interface (epgpio).
2009-02-27 03:13:55 +00:00
kenh
83e1006d39
Revert back to previous version
2009-02-27 03:01:57 +00:00
kenh
05970a1d19
This didn't change ... what's the deal?
2009-02-27 02:59:11 +00:00
christos
4538aa34ee
Regen
2009-02-26 21:09:00 +00:00
christos
6d029d549a
fix kernel build with no options NTP
2009-02-26 21:08:48 +00:00
drochner
7ad644e970
sync TSC on resume (because CPUs were switched off in the meantime),
...
otherwise we get diverging timecounters leading to eg the monotonic
clock jump backwards
(pullup candidate)
2009-02-26 19:49:15 +00:00
joerg
ca7a1bd3eb
Retire audit-packages.conf, it has been obsoleted by the merge of
...
pkg_install-20090201.
2009-02-26 19:43:39 +00:00
joerg
8ef7bd4c41
Merge.
2009-02-26 19:40:24 +00:00
mjf
c49f4c3690
Regen.
2009-02-26 19:17:01 +00:00
mjf
c1c5918fbb
Add Initio INIC-1622 SATA Controller.
2009-02-26 19:13:38 +00:00
wiz
c147444687
Sort sections.
2009-02-26 19:07:13 +00:00
wiz
12fad9c4b5
Drop trailing whitespace, fix xrefs in SEE ALSO.
2009-02-26 19:05:58 +00:00
njoly
a3752d0c54
+ioport.debug
2009-02-26 19:05:02 +00:00
joerg
4d694e83af
Remove pkg_install.conf.5 on make clean.
2009-02-26 18:35:13 +00:00
drochner
e66cf328ab
-fix two conditions where PQ_FREE was still/already set while the page
...
was not anymore/yet on the freelist and uvm_fpageqlock was not held
-clear PQ_FREE while the page is in the works of pageidlezero
This avoids that the DMA memory allocator (pglistalloc) grabs a page
which is not on the freelist, leading to a diagnostic panic (with DEBUG)
or freelist corruption. (mostly on X server activation after a VT
switch or suspend/resume because this can allocate megabytes of AGP
memory)
This might fix PR port-i386/38989 by Alan Barrett (in case this was
a multiprocessor).
2009-02-26 18:18:14 +00:00
christos
3e88d91b8b
mention that sigcont cannot be blocked or ignored. from Anon Ymous
2009-02-26 17:42:29 +00:00
christos
fdba891999
- mention F_CLOSEM
...
- fix xrefs
2009-02-26 17:41:54 +00:00
christos
90baf4f26f
only print warnings if vflg.
2009-02-26 17:30:51 +00:00
pooka
89890e45af
g/c debug printf
2009-02-26 15:25:52 +00:00
pooka
197a83bc73
When using an array as a ringbuffer, need to perform modulo arithmetic
...
with arraysize instead of arraysize-1. Previously there was one
inconsistency in the code. This might fix a crash reported by apb.
Also, g/c outdated comment.
2009-02-26 15:25:11 +00:00
jmcneill
8390afe513
PR# port-i386/38936: system can not power down via acpi
...
Merge change from amd64 machdep.c revision 1.42:
in cpu_reboot(), only halt the other CPUs after we've done the powerdown stuff.
the ACPI code may end up removing some pmap entries, which wants the other
CPUs to still be running to handle TLB invalidations.
2009-02-26 15:07:33 +00:00
roy
e3210b7e4f
Import dhcpcd-4.0.12
2009-02-26 13:59:17 +00:00
jmcneill
7d16528c20
PR# port-i386/40751: power button does not work after halt
...
PR# kern/37506: Have to hold power button for 5 seconds to turn off Laptop
after "halt" command.
Transfer the system from ACPI to Legacy mode if RB_HALT is set.
2009-02-26 13:56:46 +00:00
roy
3d26b90412
Import dhcpcd-4.0.12
...
Fixes since dhcpcd-4.0.11 include:
* Logging to LOG_DAEMON instead of LOG_LOCAL0
* Checking for POLLERR and POLLNVAL
* Only opening raw sockets when we have a working link
2009-02-26 13:53:19 +00:00
njoly
64434f75e6
Remove unneeded escape sequence.
2009-02-26 12:53:35 +00:00
njoly
1ba3fc52da
Add some missing .debug extensions and remove some unneeded files
...
(t_ipf, Atffile) to fix MKDEBUG build.
2009-02-26 12:43:15 +00:00
jmcneill
8936796279
acpica 20090220 is out
2009-02-26 12:22:50 +00:00
apb
c163e7100a
As long as we don't yet have a working TOOL_GREP,
...
fgrep is more portable than grep -F.
2009-02-26 10:32:43 +00:00
apb
b56c1a749f
In file_exists_exact(), fix an incorrect test of "1" instead of "$1",
...
and improve the comment explaining what this function does.
2009-02-26 08:25:50 +00:00
apb
6eefb4e5ea
"grep -q" is not portable; use "grep >/dev/null" instead. Also add a
...
comment saying that postinstal is invoked during a cross build.
2009-02-26 08:05:09 +00:00
wiz
425b154456
Sort sections. Use more (and more appropriate) markup. Sort SEE ALSO.
...
Despite common belief to the contrary,
the "u" in the current month comes after the "r".
2009-02-26 07:21:06 +00:00
wiz
2dba01f8d6
Make "sftp" a link.
2009-02-26 07:14:36 +00:00
kenh
dc5d469510
If sys/param.h is not included, the kernel compile fails on some platforms
...
with SOFTINT_COUNT undefined (I noticed it on some evbarm kernels)
2009-02-26 05:50:54 +00:00
pooka
51e345d0a5
decouple from host struct iovec
2009-02-26 00:59:31 +00:00
pooka
8c19023a4f
Make rumpuser stat and nanosleep independent of the host system
...
stat and timespec definitions.
2009-02-26 00:32:49 +00:00
joerg
e443a4cf79
Make function bodies static, the prototype already is.
2009-02-25 23:59:30 +00:00
lukem
5bad8e7d9c
Implement make_in_dir <dir> <op> to simplify various operations
2009-02-25 23:34:10 +00:00