Commit Graph

211109 Commits

Author SHA1 Message Date
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
abs cc2189268d Enable wsfb X server on vax. Likely to be keyboard and mouse issues, but
with three additional lines of an ioctl() case in the kernel 'startx' will
display the traditional three xterms
2012-05-14 08:42:03 +00:00
wiz 2b51330b2f Bump date for previous. 2012-05-14 04:55:07 +00:00
erh cbdf2c288c Implement USB_GET_DEVICE_DESC for uhid devices so there's a way to get the
product and vendor information.
2012-05-14 04:28:27 +00:00
mrg 47006ff476 fix a broken sentence. bump date. 2012-05-13 19:29:59 +00:00
njoly 2178b4237c Small typo in macro. 2012-05-13 17:08:31 +00:00
wiz 309c96cfa6 Full list of changes:
- remove spurious white space;
- punctuation;
- new sentence, new line;
- decapitalization;
- for the non-superuser example command lines, use a consistent
  shell prompt character.

From Bug Hunting.
2012-05-13 15:50:41 +00:00
wiz 088ed78a34 New sentence, new line; serial comma; remove extra space.
From Bug Hunting.
2012-05-13 15:49:43 +00:00
wiz 67809b1c3f Various improvements.
- better macro usage;
- new sentence, new line;
- mention correct file in `FILES' section again;
- use consistent spelling.

From Bug Hunting.
2012-05-13 15:48:50 +00:00
wiz 2e352fbff8 Remove unneeded commas in table.
From Bug Hunting.
2012-05-13 15:47:38 +00:00
mlelstv ec681a5cfa Fix tag for usbd_get_buffer 2012-05-13 12:10:18 +00:00
wiz 35ade9d47a Move DESCRIPTION below SYNOPSIS.
Remove function descriptions from SYNOPSIS.
Some cleanup while here.
XXX: most functions lack descriptions.
2012-05-13 11:57:39 +00:00
wiz ce85630baa Fix typo and remove superfluous Pp. 2012-05-13 11:57:05 +00:00
mrg 11f0cb34e4 convert the ugly .Bl/.El list of functions to a real one inside the
.Sh SYNOPSIS section.

XXX, the .Sh DESCRIPTION needs to move under the .Sh SYNOPSIS.
2012-05-13 10:57:09 +00:00
nakayama d2cfbefb2d Make WPA works on big-endian machines.
Need byte swapping to copy seq to member ik_keyrsc.  The code is
borrowed from driver_madwifi.c.
2012-05-13 10:21:02 +00:00
dholland b4e2a66cb4 Revert previous. It seems that some or all makefiles in tests/ do not
bother to set DPADD and thereby fail silently on library changes.
2012-05-13 09:42:36 +00:00