Commit Graph

211124 Commits

Author SHA1 Message Date
cyber
7c1e366213 add USBConnect Mercury 2012-05-17 21:48:22 +00:00
dsl
b5ef992d28 Let the user of INTRENTRY_L() place a label on the 'swapgs' used
when faulting from user space.
2012-05-17 19:38:53 +00:00
matt
396f225953 The P2020 doesn't have GPIO in the same place as othe 85xx. Deal with it. 2012-05-17 16:24:09 +00:00
matt
62dd40e661 Allow user addresses >= 0x80000000 2012-05-17 16:22:38 +00:00
matt
94a2d5c844 Add an KASSERT to check that PSL_PR is always set. 2012-05-17 16:21:45 +00:00
matt
f9b44a6d57 Add support for PMAP_GROWKERNEL 2012-05-17 16:20:19 +00:00
wiz
144042a0cd Remove trailing whitespace. 2012-05-17 07:28:29 +00:00
mrg
c344fad04f clarify some descriptions. document a couple more functions.
make a big commented list of the functions that are lacking real
descriptions.
2012-05-17 02:58:14 +00:00
martin
cfbccd804b mmap_block:
do not use a hardcoded block device list, but query the kernel for attached
disks instead, then try to mmap the raw partition.
2012-05-16 19:12:59 +00:00
alnsn
3580de4ac5 Use original indentation style in more places. 2012-05-16 17:48:59 +00:00
jruoho
5c4e704752 Remove also redundant comment (the reference to the PR is already in the
metadata).
2012-05-16 13:54:28 +00:00
martin
7c32638bb1 Simplify the test for PR kern/4645 and make it independend of resource
settings.
2012-05-16 13:48:35 +00:00
wiz
d00eda4ad2 Fix typo in comment. 2012-05-16 11:45:08 +00:00
martin
90aaec5d8a Enable the test for PR kern/46457 now that it does not crash the
kernel any more.
2012-05-16 09:51:58 +00:00
martin
9d342c6506 Make sure we can deliver two file descriptors for pipe2() before we set
up anything special (like close on exec).
Fixes PR kern/46457.
2012-05-16 09:41:11 +00:00
jruoho
b1a7d876eb Add a case for PR kern/46457. This is skipped for the time being, as it
reproduces the panic described in the PR.
2012-05-16 09:06:35 +00:00
wiz
8f2bae7f86 Remove trailing whitespace. 2012-05-16 08:09:12 +00:00
wiz
e9c39d0f97 Remove trailing comma. 2012-05-16 08:08:39 +00:00
isaki
1b605f64e0 - Remove duplicated declarations.
- Make declaration of doboot() "extern" explicitly.
2012-05-16 07:32:30 +00:00
christos
186f51e0f1 define the new variable 2012-05-15 19:07:25 +00:00
bouyer
a7c7dd7fc2 Gather disable/enable interruptst at the Port Interrupt Enable level in
2 functions, and use them to disable interrupts for polled commands.
In siisata_probe_drive(), disable interrupt while resetting the PHY and
sending the SOFT_RESET FIS. Also dectect timeout/errors at this level and
disable the port if needed.
Make siisata_intr_port() more resistent to interrupts without xfer (especially
error interrupts which can be asynchrounous, but can also happen for
timed out xfer).

With this, the kernel doesn't pannic when a siisata controller is connected
to a SATA port multiplier. More work is needed to support port multiplier
though.
2012-05-15 19:06:26 +00:00
bouyer
6cafcc75f4 If the PHY reports link up but no communication, wait 5 more
seconds for communications to be established. This seems to be needed for
some configurations.
2012-05-15 19:01:10 +00:00
alnsn
c5290ad075 Test a bug found by Geza Herman. 2012-05-15 18:46:20 +00:00
alnsn
81d9822777 Don't use normal indentation style, use original author's indentation style. 2012-05-15 18:13:21 +00:00
mrg
3b0a697698 don't kassert that the sc_intr_lock is held in eso_reset(). it's only
called from attach and doesn't need to have it held, and PR 46451 shows
that it currently asserts.
2012-05-15 18:11:28 +00:00
alnsn
d829b8529b Add missing {} around two "if (b == NULL)" checks which were added in r1.5. 2012-05-15 18:10:02 +00:00
seanb
90cfd29599 - Use _exit() instead of exit() in signal handler since
the latter isn't signal safe.
2012-05-15 17:51:51 +00:00
rkujawa
6109f7ffaf Add xsurf(4) man page to distribution list. 2012-05-15 17:47:48 +00:00
rkujawa
763a7468f2 Add man page for xsurf(4). Mention gencp(4) in clockport(4) synopsis. 2012-05-15 17:46:26 +00:00
rkujawa
057fe0cc5b regen configs 2012-05-15 17:39:50 +00:00
rkujawa
9f18d1594f - Split X-Surf driver from if_ne_zbus, rework, add support for clockports present on X-Surf boards.
- Add gencp(4), a driver for generic clockports (it just needs a base address).

Approved by phx.
2012-05-15 17:35:43 +00:00
christos
f5b586b16d Add rl_completion_word_break_hook from:
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/\
5ec6a45fa762b8cbd0305ca06acb8780335a486a
2012-05-15 17:30:04 +00:00
christos
83bcb34124 save and restore the tty settings on entry and exit respectively.
cleanup debugging printfs.
2012-05-15 15:59:01 +00:00
jdf
7b75438926 Adds a check to determine the root filesystem for determining the path of the
rc.conf. Without, the menu would fail as it tried to `chroot ""` (target_root
returns "" for / as root).
2012-05-15 15:50:58 +00:00
abs
a598bb2b51 Missed defining XSERVER_XVAX 2012-05-15 14:29:29 +00:00
tsutsui
3bd688cacb - check bus_space_map(9) return value
- use BUS_SPACE_MAP_SHIFTED_ODD for clarify
- define and use proper macro instead of magic
2012-05-15 12:17:33 +00:00
tsutsui
80a89412b5 com at mainbus was gone.
http://mail-index.NetBSD.org/source-changes/2012/04/29/msg034022.html
2012-05-15 12:14:59 +00:00
reinoud
e0760a5e85 Clarify description of the msgrcv() return value. I kept on misreading it for
some reason. This ought to clarify it a bit more.
2012-05-15 11:37:01 +00:00
wiz
3fe58daedc sqlite-3.7.12 out. 2012-05-15 08:49:34 +00:00
martin
b5e206ee7a Tweak a few grammar errors 2012-05-15 08:47:53 +00:00
skrll
b8a204204c Typos in a comment. 2012-05-15 05:45:37 +00:00
nisimura
0e26a28956 A temporaly fix to avoid a lockup by KBT4 DISP button. Not sure
the real fix.  Curse on the every poorly written engineering
documents on Earth.
2012-05-15 02:14:13 +00:00
christos
99b3039fe6 improve error handling. 2012-05-15 01:22:50 +00:00
wiz
dc304d1ec0 Add EXIT STATUS section and bump date.
From Bug Hunting.
2012-05-14 21:14:14 +00:00
skrll
b9703c3d18 Rename register values. No functional change - same code before and after.
Existing names are prefixed with PL01X_ where they're common between the
PL010 and the PL011. The PL010_/PL011_ prefixes are added where they're
found only on the respective chips.
2012-05-14 19:40:06 +00:00
skrll
59e244130f Remove printf that snuck in somehow. 2012-05-14 11:45:16 +00:00
skrll
0deaa3debb Whitespace in previous. 2012-05-14 11:05:29 +00:00
skrll
e0f866efaa device_t/softc split
struct device * -> device_t
struct cfdata * -> cfdata_t
Use aprint*
2012-05-14 10:38:08 +00:00
abs
a64e443af7 Revert hax to fix boot blocks for gcc 4.5, accudently committed in last 2012-05-14 10:05:50 +00:00
abs
326f063e60 From the "why was this not done before" box:
Implement WSDISPLAYIO_LINEBYTES so xwsfb works
2012-05-14 08:44:13 +00:00