Commit Graph

180106 Commits

Author SHA1 Message Date
nonaka 65b8e3da03 Add SD/MMC releated man pages. 2009-04-21 22:25:05 +00:00
nonaka d5e185760e Add ld* at sdmmc. 2009-04-21 22:21:02 +00:00
dyoung ce947d8aa0 Cosmetic: add some whitespace for my ease of reading. 2009-04-21 22:13:10 +00:00
dyoung 5785e48164 There's no use casting a socket address to sockaddr_dl, only to cast it
back to sockaddr, so don't do it.
2009-04-21 21:57:14 +00:00
pgoyette 0583c1ce35 Add man pages for recently imported SD/MMC drivers. 2009-04-21 21:42:53 +00:00
dyoung 5cd12bc44e Use getnameinfo(3) to render a human-readable link-layer address in the
'address: ' line, just as we do in the 'link xx:xx:...:xx' line.
2009-04-21 21:42:35 +00:00
cegger 1d89a182fb change pmap flags argument from int to u_int.
discussed with christos@ on source-changes-d@
2009-04-21 21:29:58 +00:00
christos b3737fd337 remove dup line. 2009-04-21 18:43:52 +00:00
tteras fab62310e7 Fix strict_address to work again. The lists needs to be initialized
before configuration is read, which happens before my_addr_init() call.
2009-04-21 18:38:31 +00:00
dyoung 4590553b36 Fix indentation: change spaces to tabs. 2009-04-21 18:00:25 +00:00
christos 0b1f6791df Fix LOCALID expansion (from Anon Ymous) 2009-04-21 17:27:50 +00:00
cube 418489f555 Regen. 2009-04-21 16:36:06 +00:00
cube 25c5d062fb Add a number of products that use Realtek's RTL8187 802.11 chip. 2009-04-21 16:34:41 +00:00
taca aa7979227e Add support for USB serial adapter REX-USB60F which I tested. 2009-04-21 16:26:01 +00:00
taca 90b2a1c26b Regen. 2009-04-21 16:24:37 +00:00
taca 663028896a Add product id for RATOC USB serial adapter REX-USB60F. 2009-04-21 16:23:36 +00:00
reinoud 91d6e78060 Fix endian related bug when using discs with a meta-data partition on
big-endian machines.
2009-04-21 16:19:00 +00:00
tsutsui a25308e261 +/usr/mdec/bootxx_ffsv2 2009-04-21 16:09:22 +00:00
joerg e7f29a3386 Split fsck during boot into two phases. Check the root file system
first, mount root and run the various disk providers. Add swap and
check the remaining file systems after that.
This breaks the dependency cycle for lvm, which needs writeable /dev.
Depend on rndctl in cgd.
2009-04-21 16:08:57 +00:00
tsutsui f866ee08fd Add UFS2 boot support. Tested on gxemul. 2009-04-21 16:08:39 +00:00
tsutsui 10ef088358 Add /usr/mdec/bootxx_ffsv2. 2009-04-21 15:18:50 +00:00
tsutsui 6bdfd94ab7 Add UFS2 boot support. Tested on lantank. 2009-04-21 15:17:58 +00:00
elad 78fa90b2d3 Remove extra ')'. 2009-04-21 14:51:49 +00:00
joerg c4cbdd8e8a Convert to mdoc markup. 2009-04-21 14:46:02 +00:00
tsutsui 34ef135b8c Fix wrong arguments of bus_dmamem_free(9).
XXX: not all resouces are freed properly on error path in age_dma_alloc().
2009-04-21 13:16:36 +00:00
tsutsui dee195bc6f Add [name date] to zaudio(4) entries. 2009-04-21 13:07:44 +00:00
wiz 1586ae2e31 Use Ao/Ac instead of \*[Lt]/\*[Gt]. 2009-04-21 13:07:16 +00:00
tsutsui fbce5528b3 - add some man page suffix
- uppercase API
2009-04-21 13:04:57 +00:00
tsutsui 181855333b Fix indent of bind entries for changes page on www. 2009-04-21 13:01:47 +00:00
nonaka 1674ba203e Add SH7706 2009-04-21 12:57:41 +00:00
wiz 356f28bde3 Fix Dd string. Use Ao/Ac instead of \*[Lt]/\*[Gt]. 2009-04-21 08:20:19 +00:00
nonaka 99ad2c6d62 note recent zaudio(4) changes. 2009-04-21 03:15:01 +00:00
nonaka e1c4491975 regen 2009-04-21 03:10:41 +00:00
nonaka eec00c94a5 note Added SD/MMC driver 2009-04-21 03:01:38 +00:00
nonaka e4c8dd676a Add ld0 for SD/MMC. 2009-04-21 03:00:58 +00:00
nonaka e0297d1ead Added SD/MMC support from OpenBSD.
tested on i386, amd64 at current-users ML by pgoyette@.
tested on zaurus by myself.
2009-04-21 03:00:29 +00:00
rafal 91d9da05bb Fix part of xsrc/40322: r128 driver does not restore VGA state on exit from X.
radeon driver still needs looking at, it restores the console mode OK, but
the font is a very dark gray making it appear as if the screen is blank as
well.
2009-04-21 02:45:25 +00:00
rafal a566e67fbe Rework scatter / gather page allocation inspired by r186295 of FreeBSD SVN:
rework drm_scatter.c which allocates scatter / gather pages for use by
    ati pci gart to use bus_dma to handle the allocations.  This fixes
    a garbled screen issue on at least some radeons (X1400 tested).  It is
    also likely that this is the correct fix for PR# 119324, though that
    is not confirmed yet.

Fixes similar issues on a Radeon Mobility X300, non-Mobility X800 (including
a hard-lock of the machine).

With feedback from ad@, ok mrg@
2009-04-21 01:15:37 +00:00
yamt 091b54f602 fix an indentation error. no functional change. 2009-04-21 00:02:37 +00:00
christos 00ca2326ad regen. 2009-04-20 22:22:53 +00:00
christos ac4b68d25e Put back cvsstamp support. From Anon Ymous 2009-04-20 22:22:08 +00:00
elad d4cc1b437c PR/41251: YAMAMOTO Takashi: veriexec locking seems broken
Part 1: Take the mountlist_lock before traversing the mount list.
2009-04-20 22:09:54 +00:00
wiz 456c3f9203 Document -n. 2009-04-20 22:07:23 +00:00
wiz 5be7e30eb5 Add -n to usage. Now it just needs to be documented. 2009-04-20 22:05:47 +00:00
wiz 67000f2b2f Bump date for previous. Remove trailing whitespace. 2009-04-20 22:04:57 +00:00
dyoung dfd60e8c7b Mention -n in usage. 2009-04-20 21:41:50 +00:00
dyoung 0f6df043c6 Add flag -n to suppress the first column of drvctl -l output. 2009-04-20 21:40:42 +00:00
mrg 25057a0393 mark xorg-only obsolete files with "obsolete,xorg" so that they are
not obsoleted for xfree86 builds, leading to checklist complaining
about those files being missing.
2009-04-20 21:33:49 +00:00
elad b0745a039e Pass VREAD instead of FREAD to VOP_ACCESS().
Okay christos@.
2009-04-20 21:29:01 +00:00
cegger 5fcb12705d add age(4) 2009-04-20 20:50:37 +00:00