152446 Commits

Author SHA1 Message Date
tsutsui
4ee87b9180 - use correct dmamap size for TX/RX DMA descriptors
- use __NO_STRICT_ALIGNMENT directly rather than local VGE_FIXUP_RX
- no need to use BUS_DMA_ALLOCNOW
- remove unneeded members from softc

XXX: Is vge_fixup_rx() really more efficient than memmove(9),
XXX: or allocating a new buffer and memcpy(9) into it?
XXX: Anyway, vge(4) is not recommended for non-x86 hosts at all
XXX: because it requires copying buffers by CPU on RX.
2006-10-14 16:45:46 +00:00
tsutsui
cd07b37a00 Umm, set Ethernet address into softc properly. 2006-10-14 15:53:23 +00:00
gdamore
1f351906f2 Forgot to commit this file when adding SPI support to Atheros. 2006-10-14 15:33:23 +00:00
xtraeme
7cf1cb802e Detect FFSv1 partitions with fragsize/blocksize greater than
2048/16384.
2006-10-14 13:22:34 +00:00
tsutsui
63bc3bee0c - fix eeprom read function so that MAC address can be read correctly
on big endian machines
- add some missed byteswap functions for DMA descriptors
2006-10-14 11:29:15 +00:00
bjh21
b78535679e Use ADDR_BITS_REMOVE on return addresses pulled from stack frames un
arm_unwind_pc().  This makes stack backtraces on acorn26 work correctly
(assuming you've done "set arm apcs32 0" first).
2006-10-14 10:42:53 +00:00
yamt
a7dbf2d5e5 uvm_loanbreak: transfer dirtiness of the old page to the new page,
rather than blindly mark it dirty.  fix a part of PR/33513.
2006-10-14 09:23:56 +00:00
yamt
61934cf2b4 uvm_vnp_setsize: put back v_size assignment after uvn_put.
PR/34147 from Juergen Hannken-Illjes.
2006-10-14 09:20:35 +00:00
yamt
583781abd3 grab glock when calling uvm_unp_setsize, so that it doesn't interfere
mmap'ed accesses.  this fixes an assertion failure in in nfs_doio_read.
("vp->v_size >= uiop->uio_offset + uiop->uio_resid")
2006-10-14 09:18:57 +00:00
yamt
560c0c565c don't use g_glock directly. 2006-10-14 09:17:26 +00:00
yamt
37c68a65cf add wrapper functions of lockmgr on g_glock. 2006-10-14 09:16:28 +00:00
yamt
eee3695a7f genfs_getpages: use kmem_zalloc. 2006-10-14 09:15:52 +00:00
skrll
23faec7f85 Reformat a comment and fix a typo. 2006-10-14 09:09:34 +00:00
skrll
d39c8c0379 Typo in comment. 2006-10-14 09:07:01 +00:00
yamt
c2ae921270 genfs_do_io: iodone handler should be called at splbio. 2006-10-14 08:31:14 +00:00
tsutsui
85174f3709 Make this compile with FD_DEBUG. 2006-10-14 08:11:16 +00:00
wiz
3b1d558c3b Avoid xref to non-existing device_xname by rewording (from gdamore). 2006-10-14 07:53:38 +00:00
wiz
353e917272 New sentence, new line. 2006-10-14 07:52:15 +00:00
wiz
f80b348714 Consistency: NULL pointer, but nul character. 2006-10-14 07:51:01 +00:00
wiz
641d5b8a5c nul, not null (for the character). 2006-10-14 07:44:58 +00:00
wiz
c7e99862ec "Millisecond" doesn't have a hyphen. New sentence, new line. PostScript
output improvements. Bump date for previous.
2006-10-14 07:39:40 +00:00
wiz
abefc88512 Sort SEE ALSO. 2006-10-14 07:31:41 +00:00
wiz
f1d4555c7e Bump date for last. 2006-10-14 07:30:54 +00:00
wiz
35ca329954 Put macro argument right after macro, not in next line. 2006-10-14 07:30:16 +00:00
wiz
23bc0d2a72 Sort supported hardware list alphabetically. 2006-10-14 07:27:43 +00:00
yamt
b7cedb8e34 handle_workitem_freefrag/handle_workitem_freeblocks:
don't fake up inode/vnode pair.
2006-10-14 07:26:29 +00:00
wiz
4055e63b43 Bump date for previous. 2006-10-14 07:25:54 +00:00
tsutsui
95cb3ffb33 Sort options. 2006-10-14 07:24:06 +00:00
tsutsui
491ce0703b Add "options NFS_RSIZE=1024,NFS_WSIZE=1024" for poor ec(4) interfaces. 2006-10-14 07:23:20 +00:00
yamt
cc068aea62 remove unused lines. 2006-10-14 04:59:52 +00:00
yamt
9939939e34 add a makefile. 2006-10-14 04:46:30 +00:00
yamt
705759a99a #ifdef DEBUG where appropriate. 2006-10-14 04:43:41 +00:00
tsutsui
012c2679b8 Remove "rnd is EXPERIMENTAL" comments and enable pseudo-device rnd. 2006-10-14 02:07:57 +00:00
tsutsui
7be2856666 Don't specify number of ptys unless it's smaller than default 16. 2006-10-14 02:04:34 +00:00
dogcow
4c85d8a8d6 more super exciting fun unused arguments. 2006-10-14 01:49:20 +00:00
wiz
994a49a16c Comma in enumeration. No dot at end of SEE ALSO. 2006-10-13 21:22:44 +00:00
wiz
88e68e1308 Bump date for previous. 2006-10-13 21:21:47 +00:00
wiz
8da65f288e Sort SEE ALSO. New sentence, new line. 2006-10-13 21:19:08 +00:00
wiz
b2e4ca23f4 Sort sections. Fix Dt argument. 2006-10-13 21:18:18 +00:00
wiz
205b820989 New sentence, new line. config(1), not 8. 2006-10-13 21:17:57 +00:00
wiz
a554e87c15 Remove trailing whitespace. 2006-10-13 21:15:19 +00:00
wiz
ca5812394a New sentence, new line. Drop trailing whitespace. Sort sections.
Use .Er for errors.
2006-10-13 21:14:46 +00:00
wiz
22b0689a70 Bump date for previous. 2006-10-13 21:12:51 +00:00
wiz
ea31caa73b Remove trailing whitespace. 2006-10-13 21:07:34 +00:00
wiz
8ac31fda0f Improve HTML output. 2006-10-13 21:06:51 +00:00
wiz
4cfcd239a1 Various fixes. 2006-10-13 21:06:01 +00:00
wiz
40cde1e14e Make HTML-output safe. Use more macros. 2006-10-13 21:03:22 +00:00
christos
95dcef71ae remove debug options 2006-10-13 21:02:19 +00:00
wiz
2a7aac1421 Sort supported hardware by name. 2006-10-13 21:02:05 +00:00
wiz
ed0fe57dcc Make HTML-output safe. 2006-10-13 21:01:31 +00:00