Weongyo Jeong
dc60165b73
Add uath(4) wireless USB driver for Atheros AR5005UG and AR5005UX
...
chipsets.
Reviewed by: sam
2009-04-04 11:23:00 +00:00
Tom Rhodes
cd5e62f992
Catch up with recent locking changes.
...
PR: 132546
Submitted by: pluknet <pluknet@gmail.com>
Reviewed by: alc
2009-04-03 23:52:47 +00:00
Tom Rhodes
5a2d42de0c
Remove the fla.4 manual page, the driver was nuked
...
over four years ago.
Noticed by: rene
Prodded by: brueffer
2009-04-01 09:22:25 +00:00
Tom Rhodes
7ba7e04135
On second thought, remove the comma too.
2009-04-01 08:08:25 +00:00
Tom Rhodes
9c0f9817ff
Remove KSE bits, cross reference libthr.3.
...
PR: 132392
Submitted by: Niclas Zeising <niclas.zeising@gmail.com> (original version)
2009-04-01 07:13:21 +00:00
Edward Tomasz Napierala
6283502e20
Remove pseudocode from VOP_* manual pages. It was out of date anyway.
...
Reviewed by: scottl
Approved by: rwatson (mentor)
2009-03-30 20:56:37 +00:00
John Baldwin
497435aafd
Add a simple manage for the refcount(9) API.
...
Requested by: rwatson
2009-03-30 18:01:12 +00:00
Christian Brueffer
f885252242
Fix typo.
2009-03-29 21:08:48 +00:00
Sam Leffler
50959dc8d4
remove bogus nwid use; that's a compat shim for netbsd
2009-03-29 18:14:45 +00:00
Sam Leffler
c01c776a52
fix wired-wireless failover example and remove incorrect
...
comment about WPA not working
2009-03-29 18:05:04 +00:00
Warner Losh
2766fd061c
Update to include Toshiba LANCT00A card being supported, as well as a
...
caution that while the Mitsubishi M8895 has a DP83902, its ASIC is
undocumented and doens't work with either the NE2000 or the WD80x3
drivers.
2009-03-28 20:59:25 +00:00
Weongyo Jeong
cb1d58e298
bump date.
...
Pointed by: yongari
2009-03-26 06:12:04 +00:00
Weongyo Jeong
298ff442c0
adds malo(4).
2009-03-26 04:17:35 +00:00
Weongyo Jeong
bf5dca34b6
bwi(4) and mwl(4) doesn't exist at CURRENT.
2009-03-26 04:16:40 +00:00
Weongyo Jeong
e575f1bfc8
The malo(4) device driver first appeared in FreeBSD 7.1 not 8.0.
...
Reported by: John <lists_at_reiteration.net>
MFC after: 3 days
2009-03-26 02:59:10 +00:00
Warner Losh
6594f4b3d1
Add recently added cards.
2009-03-25 22:14:46 +00:00
Sam Leffler
284699a790
update; mostly to eliminate ambiguity about what hardware is supported
2009-03-25 21:20:15 +00:00
Robert Noland
ba0b16188e
Correct the documentation to reflect the fact that BUS_DMA_NOCACHE is a
...
flag to bus_dmamem_alloc() rather than bus_dmamap_load();
Discussed with: kib
MFC after: 3 days
2009-03-22 21:00:58 +00:00
Andrew Thompson
2b78d30630
Remove the uscanner(4) driver, this follows the removal of the kernel scanner
...
driver in Linux 2.6. uscanner was just a simple wrapper around a fifo and
contained no logic, the default interface is now libusb (supported by sane).
Reviewed by: HPS
2009-03-19 20:33:26 +00:00
Warner Losh
e3ed9db21c
Reference exca.
2009-03-18 20:03:33 +00:00
Sam Leffler
cdd7d4bcfe
(finally) document -n
2009-03-16 15:54:21 +00:00
Robert Watson
3cb73e3d8b
Teach the loopback interface about checksum generation and validation
...
avoidance:
- Enable setting the RXCSUM and TXCSUM flags for loopback interfaces;
set both by default.
- When RXCSUM is set, flag packets sent over the loopback interface as
having checked and valid IP, UDP, TCP checksums so that higher
protocol layers won't check them.
- Always clear CSUM_{IP,UDP_TCP} checksum required flags on transmit,
as they will have gotten there as a result of TXCSUM being set.
This is done only for packets explicitly sent over the loopback, not
simulated loopback via if_simloop() due to !SIMPLEX interfaces, etc.
Note that enabling TXCSUM but not RXCSUM will lead to unhappiness, as
checksums won't be generated but will be validated.
Kris reports that this leads to significant performance improvements
in loopback benchmarking with TCP and UDP for throughput:
RXCSUM RXCSUM+TXCSUM
TCP 15% 37%
UDP 10% 74%
Update man page.
Reviewed by: sam
Tested by: kris
MFC after: 1 week
2009-03-15 20:17:44 +00:00
Robert Watson
49dd3b8df9
Don't suggest mounting procfs in diskless configurations.
...
MFC after: 3 days
2009-03-13 23:42:34 +00:00
Rui Paulo
569c3c7dcd
Rename the k8temp(4) man page to amdtemp(4) and update its contents for
...
the new families.
MFC after: 2 weeks
2009-03-13 16:42:24 +00:00
Brooks Davis
3e5f41cf03
Add support for setting the debug flags on wlan interfaces after the are
...
created using wlandebug_<ifn> variables.
2009-03-13 07:12:25 +00:00
Pyun YongHyeon
fdd3e2aa19
Xref altq.4 and bump .Dd
2009-03-12 01:27:15 +00:00
Pyun YongHyeon
15b42c1197
Add txp(4) to the list of drivers supporting ALTQ.
2009-03-12 01:21:48 +00:00
Andrew Thompson
f9ec06aba7
Remove these files, they refer to module bundles that do not exist anymore.
2009-03-10 15:54:37 +00:00
Bruce M Simpson
d10910e6ce
Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSD
...
IPv4 stack.
Diffs are minimized against p4.
PCS has been used for some protocol verification, more widespread
testing of recorded sources in Group-and-Source queries is needed.
sizeof(struct igmpstat) has changed.
__FreeBSD_version is bumped to 800070.
2009-03-09 17:53:05 +00:00
Bruce M Simpson
fe9ee5e879
Add igmp(4) man page, do not connect to build yet.
2009-03-09 16:51:40 +00:00
Xin LI
c79ba5b058
A system with plenty of memory would not require so much swap for generic
...
usage.
Discussed with: dillon
2009-03-09 05:41:04 +00:00
Joe Marcus Clarke
74999b4cf2
Document the new default implementation of VOP_VPTOCNP(9).
...
Approved by: kib
2009-03-08 19:07:44 +00:00
Andrew Thompson
dc4b1d1662
Add Mobile Action MA-620 Infrared Adapter.
...
PR: usb/125072
Submitted by: Alexander Logvinov
MFC after: 1 week
2009-03-04 03:47:57 +00:00
Bruce M Simpson
2fb1aecaed
Add cross-reference to sourcefilter(3).
2009-03-04 02:00:34 +00:00
Bruce M Simpson
108ad5bd51
Add source-specific multicast (SSM) option documentation.
2009-03-04 02:00:14 +00:00
Christian Brueffer
004da5adcb
Xref glxsb(4).
...
MFC after: 3 days
2009-03-03 07:58:01 +00:00
Jamie Gritton
f86bce5ed0
Extend the "vfsopt" mount options for more general use. Make struct
...
vfsopt and the vfs_buildopts function public, and add some new fields
to struct vfsopt (pos and seen), and new functions vfs_getopt_pos and
vfs_opterror.
Further extend the interface to allow reading options from the kernel
in addition to sending them to the kernel, with vfs_setopt and related
functions.
While this allows the "name=value" option interface to be used for more
than just FS mounts (planned use is for jails), it retains the current
"vfsopt" name and <sys/mount.h> requirement.
Approved by: bz (mentor)
2009-03-02 23:26:30 +00:00
Andrew Thompson
50517c3075
MFp4 //depot/projects/usb@157855
...
Document short_frames_ok.
Submitted by: Hans Petter Selasky
2009-02-24 03:40:09 +00:00
Andrew Thompson
bf41796c4e
Build fixups for the new USB stack.
2009-02-23 18:36:54 +00:00
Edward Tomasz Napierala
cbc1fff1f6
Mention disk_gone() in disk(9).
...
Approved by: rwatson (mentor)
2009-02-22 13:38:16 +00:00
Edward Tomasz Napierala
56b341a285
Fix a typo and add manpage links to geom(4).
...
Approved by: rwatson (mentor)
2009-02-22 13:37:22 +00:00
Rui Paulo
152507eaa0
Fix typo.
2009-02-22 12:40:58 +00:00
Mike Makonnen
72735687b3
o grammar fix
...
o remove mention of libkse
2009-02-19 13:45:25 +00:00
Mike Makonnen
553bf6a453
Rename the rc.conf(5) knob if_up_delay to defaultroute_delay to better
...
reflect its purpose.
2009-02-17 11:55:50 +00:00
Nick Hibma
c5b659eed0
Elaborate some on the workings of the stub.
...
Collapse up the list of supported devices.
2009-02-13 20:09:11 +00:00
Alexander Motin
be0d073bd7
Fix spelling a bit.
2009-02-12 13:04:13 +00:00
Pyun YongHyeon
d66a21e9f2
Document loader tunable hw.re.msi_disable.
...
Bump .Dd
2009-02-09 05:09:52 +00:00
John Baldwin
3d33d453a0
Note that the slave address passed to smb(4) commands must be left-justified
...
(LSB is 0). The iic(4) manpage probably needs similar language to describe
the format it expects.
2009-02-06 15:09:31 +00:00
Kevin Lo
83d78e07da
Add the Buffalo WLI-U2-SG54HG
2009-02-06 15:03:17 +00:00
Attilio Rao
05fa71ba43
Remove the assertive KA_HELD and KA_UNHELD as long as they are dangerous,
...
and not really helpful.
2009-02-05 15:09:04 +00:00