Commit Graph

192646 Commits

Author SHA1 Message Date
tsutsui
95c959ca44 In wsfont_rotate_cw_internal() and wsfont_rotate_ccw_internal(),
give a new name to rotated fonts so that 8x8 (and other X==Y) fonts
can be used properly on CW and CCW screens.
2010-07-22 13:23:02 +00:00
tsutsui
23800f3d5c Umm, revert unintended changes. 2010-07-22 12:52:59 +00:00
tsutsui
476a3c873b Add VT220 8x8 font with ISO-8859-1 chars which is converted from
sys/arch/atari/dev/font_8x8.c.
2010-07-22 12:48:00 +00:00
christos
a03437fae7 Add more debugging printfs 2010-07-22 03:19:02 +00:00
christos
7ec5588a25 fix wrong preprocessor symbol. 2010-07-22 03:18:30 +00:00
jakllsch
e7bf96a4c3 Further silence ipsec_attach().
"initializing IPsec..."" done" is of somewhat limited value.
(I normally wouldn't care; but on my box the (root) uhub(4)s attach
between the first and last portion of the line.)
2010-07-21 20:41:31 +00:00
christos
0ccb4e68f8 refresh only on SIGCONT not SIGWINCH from Edward Sheldrake 2010-07-21 18:18:52 +00:00
hannken
fb62bef947 Make holding v_interlock mandatory for callers of vget().
Announced some time ago on tech-kern.
2010-07-21 17:52:09 +00:00
jmmv
8a0380e301 before_start_one_thread is not racy only in amd64; my confusion. Mark it
as an xfail everywhere and, while doing so, make the test longer so that
we trigger the failure all the time -- of course, being a race this may
still happen but the chances should be pretty low.
2010-07-21 17:23:08 +00:00
msaitoh
5793a7f911 Use ether_set_ifflags_cb() 2010-07-21 15:35:39 +00:00
cegger
d36c53b8ff ACPI enumerates cpus with 0..n.
Fixes panic reported by Patrick Welche on current-users@
Fixes panic on my own HP Pavilion laptop
2010-07-21 14:59:31 +00:00
tsutsui
632b7e4671 Make FONT_VT220L8x16 default for aesthetics.
XXX1: Is it better to use FONT_VT220ISO8x16?
XXX2: Should we change the default font from FONT_BOLT8x16 in MI wsfont.c?
2010-07-21 12:16:54 +00:00
tsutsui
ca6f0203c1 Fix typo in comment. 2010-07-21 12:12:58 +00:00
tsutsui
ab111ed11d Explicitly specify WSDISPLAY_FONTORDER_L2R for byte order even though
this one has 8 bit (one byte) width, because rasops(4) seems to require it.
(vga(4) on arc and shark doesn't require it)
2010-07-21 12:10:18 +00:00
nakayama
2e713bc4b4 fix MKSKEY=no build. 2010-07-21 11:47:26 +00:00
tsutsui
301aeecd96 Enable options SYSVMSG, SYSVSEM, and SYSVSHM.
At least Xorg server requires SYSVSHM.
2010-07-21 11:10:14 +00:00
wiz
b143a68454 Bump date for XNS removal. 2010-07-21 11:08:10 +00:00
tsutsui
7f52560d0a Remove obsolete defflag XSERVER. 2010-07-21 11:00:10 +00:00
tsutsui
4919286485 Remove description about options XSERVER. No port uses Xserver on pccons. 2010-07-21 10:59:31 +00:00
tsutsui
7182e2d5cc Remove description about obsolete XNS. PR misc/43635 2010-07-21 10:56:07 +00:00
hannken
1664eae7f3 Using vfinddev() leads to vnode races as it returns an unreferenced
vnode that may disappear before the caller has a chance to reference it.

Reference the vnode while the specfs cache is locked.

Welcome to 5.99.37.

No objections on tech-kern.
2010-07-21 09:06:37 +00:00
hannken
e698a5d246 Using cache_revlookup() leads to vnode races as it returns an unreferenced
vnode that may disappear before the caller has a chance to reference it.

Reference the vnode while the name cache is locked.

No objections on tech-kern.
2010-07-21 09:01:35 +00:00
pooka
3ccd6a8fda support pathconf (more or less copypasted from ufs). for njoly's tests. 2010-07-21 06:58:25 +00:00
mrg
857eb74b8b also make radeondrm depend upon firmload, not just r128drm.
should fix kern/43646 from kre.
2010-07-21 03:14:32 +00:00
jklos
71def5d39f Fix the port order so that port ttyC0 refers to port 1 on the IOBlix,
ttyC1 to port 2, ttyC2 to port 3, and ttyC3 to port 4.
2010-07-21 01:33:59 +00:00
drochner
e817025fd2 another iteration in the eternal device enumeration struggle:
use a request of 64 bytes for the initial device descriptor fetch.
This is what windows does, and I've seen USB device firmware which
really depends on this. (sends 8 bytes if 64 are requested and
the full descriptor which is more than NetBSD's USB_MAX_IPACKET
otherwise) This is the world...
2010-07-20 20:56:06 +00:00
jakllsch
a3d0188791 Prepare ahcisata(4) to work with 64-bit bus_dma_tag_t. 2010-07-20 19:24:11 +00:00
jakllsch
a8cb5ed6da Convert ahcisata(4) to C99 exact-width integer types. 2010-07-20 18:50:48 +00:00
njoly
898bc4f345 Update ATF_TC_FSADD macro use ATF cleanup function. And call
xx_fstest_delfs() from here instead of test body.
2010-07-20 17:44:01 +00:00
christos
014333fdb8 Correct incomplete size checks for the coda ioctls. From Dan Rosenberg. 2010-07-20 17:26:03 +00:00
christos
703b8bafda PR/43643: David A. Holland: dash prefix broken with make -j
As the comment says in JobPrintJob set JOB_IGNERR with - commands. Fix
whitespace so that the output is consistent, although there are two separate
execution logic implementations (command.c, job.c)
2010-07-20 16:39:27 +00:00
pooka
58f45c4ce6 common cannot be a TESTS_SUBDIR, since one of those without a test
behind it confuses atf-run.  change to SUBDIR as hinted by jmmv.
2010-07-20 15:09:32 +00:00
tsutsui
8ffd886b9b Remove (possibly) unnecessary boundary arg from bus_space_alloc(9)
for DMA shared memory. PR port-hpcmips/43473 by Risto Sainio.
2010-07-20 15:06:43 +00:00
tsutsui
a5c6b1ba06 Replace callout(9) with softint(9) which is more appropriate there.
Inspired by PR port-hpcmips/43472 and tested by Risto Sainio.
2010-07-20 15:03:53 +00:00
pooka
b36b2c0f6d Remove unused LDADD lines. They need work to work, and if anyone
ever does that work, they surely can come up with the LDADD line as
well.
2010-07-20 14:42:03 +00:00
kiyohara
7509fbc930 Add options EVBARM_BOARDTYPE. 2010-07-20 12:14:16 +00:00
kiyohara
e23283ad78 Add CPPFLAGS like to BEAGLEBOAD. 2010-07-20 12:13:18 +00:00
kiyohara
56161f5a21 Remove unexist device(omapnand0). 2010-07-20 12:09:50 +00:00
kiyohara
24eff00c48 Remove some attribute macros. Its specifically for Orion. 2010-07-20 12:01:33 +00:00
kiyohara
88f9b614ac Add macro MARVELL_ORION_1_88F6183.
Add some comments.
  Product ID of Discovery V maybe 0x6450.
  Product ID of Discovery VI maybe 0x6490.
2010-07-20 11:56:47 +00:00
kiyohara
0664db2b43 Add some Kirkwood/Discovery Innovation products. 2010-07-20 11:50:18 +00:00
kiyohara
0326b42837 Fix information on the product with comment-out. This was obtained from
the data sheet of Marvell.
2010-07-20 11:47:59 +00:00
kiyohara
c766e06918 Add notes for remembrance' sake. This is information obtained looking for
www.marvell.com.
2010-07-20 11:42:22 +00:00
kiyohara
f86aa060f7 Add MARVELL_TAG_MAX to enum marvell_tags. 2010-07-20 11:37:39 +00:00
cegger
e384b22568 PR kern/38871: Fix VLAN 2010-07-20 09:17:24 +00:00
jklos
644246af8b Add support for 16650's prescaler from Frank Wille. Tested with
IOblix on Amiga.
2010-07-20 06:17:20 +00:00
jklos
c0c4b308d5 Properly initialize the IOBlix card's lpt port on boot. From Frank Wille
and Michael L. Hitch.
2010-07-20 05:32:46 +00:00
jnemeth
60fc9fff98 PR/43642 - OKANO Takayoshi -- update bug reporting URL in GCC 2010-07-19 20:05:06 +00:00
rmind
7b5ee09e0b Revert previous change of making struct ipqent invisible to userland. 2010-07-19 19:16:45 +00:00
jakllsch
fb6eaa4e58 correct an obvious typo: acpwmi -> acpiwmi 2010-07-19 18:22:53 +00:00