211497 Commits

Author SHA1 Message Date
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
mrg
3f86678fb0 document a large chunk of the USB interface. some of this is kind of
generic and depends upon understanding USB itself (and since i don't
really that well, i might have gotten some wrong.)
2012-05-13 09:00:51 +00:00
mrg
542d4ccb17 enable PUFFS and putter. 2012-05-13 07:34:02 +00:00
dholland
c0f1048093 quota1_subr.c and vfs_quotactl.c are not needed here any more. 2012-05-13 06:12:43 +00:00
tsutsui
140f97b123 KNF and cosmetics. No binary change. 2012-05-13 03:00:40 +00:00
jakllsch
ba222d7fde Fix locking issue triggered by drvctr -r of a scsibus(4).
Pullup to netbsd-6 should be requested.
2012-05-13 01:03:13 +00:00
tsutsui
888b558562 - use <sys/bus.h> rather than <machine/bus.h>
- no need to include uvm_extern.h
- include "ioconf.h" for struct cfdriver foo_cd
2012-05-13 00:47:16 +00:00
wiz
06b206851a Bump date for previous. 2012-05-12 21:42:38 +00:00
dholland
853ab96025 Remove traces of -D option, which no longer does anything. 2012-05-12 19:53:21 +00:00
dholland
faaf15b7e2 Remove traces of -D flag, which no longer does anything. 2012-05-12 19:47:26 +00:00
chs
61d4721d48 remove a bogus optimization introduced in the previous change.
fixes hangs in the rump/rumpvfs/t_etfs test.
2012-05-12 18:42:08 +00:00
tsutsui
9a84d2f995 Explicitly specify a proper FDC data register address for HD63450 DMAC
to avoid confusion.

Previous one (fdc->sc_addr + fddata) wasn't a right address for
the FDC's data register but one for the command register by accident,
but FDC ignores A0 address input (connected to A1 of x68k address bus)
during DMA xfer (i.e. when DACK is asserted) so it happened to work
as expected on the real X680x0 hardware, but caused trouble on emulators.

The inconsistency was found by Y.Sugahara during debugging XM6i emulator
(and it will be fixed in the next release).
FDC behavior during DMA is confirmed by uPD72068 hardware application note.

XXX: There is no proper MI API to specify DMA address for DMA controller
     (like MC68450) to access devices mapped to memory space by bus_space(9).
2012-05-12 15:29:22 +00:00
wiz
67717ff652 Remove trailing whitespace. 2012-05-12 15:17:15 +00:00