- Make the PROBE_KEYBOARD compile-time option of pxeboot(8) better
resemble the -P option in boot2, i.e., if keyboard isn't present
then boot with both RB_SERIAL and RB_MULTIPLE set.
- Document BOOT_PXELDR_ALWAYS_SERIAL and BOOT_PXELDR_PROBE_KEYBOARD
options of pxeboot(8).
in HEAD. [1]
- Remove Digital DEPCA from the list of supported hardware; DEPCA
cards use shared memory for the buffers and descriptors but the
current ISA front-end of lnc(4) only knows about adapters that
use DMA instead (lnc(4) did support DEPCA in the past though).
Reviewed by: ru [1]
- Use full name of the Sun PGX64 cards and add the Sun part number
in order to simplify matters for people who are looking for a video
card supported by FreeBSD/sparc64.
- Add Sun PGX to the list of known working cards.
- s/UltraSparc/UltraSPARC/
- Add info about the requirement of OFW support.
- s/gigabit/Gigabit/
- Talk about supported chips rather than supported cards as the majority
of the hardware supported by gem(4) is on-board.
- "the .Nm driver"
- Sort the list of supported chips alphabetically.
- Sun GEM aren't used on-board though, so don't claim they'd be.
- Add a CAVEATS section informing that Sun GEM cards aren't supported
so far.
- Add the usual info about loading as module on startup to the SYNOPSIS.
Turn off by default "feature" that overwrites MAC address
on output frames.
Many people were confused with not working CARP, ng_bridge(4)
and other subsystems, because ng_ether(4) overwritten source
MAC address.
- Use our standard section 4 SYNOPSIS layout.
- Remove the references to the README. All information the references
refer to are actually more up to date in our manpages.
----------------------------
revision 1.13
date: 2006/08/23 23:51:29; author: rik; state: Exp; lines: +1 -1
Fix path for source file in files.FOO.
----------------------------
revision 1.12
date: 2006/08/09 21:23:42; author: rik; state: Exp; lines: +122 -22
- Added ability to provide (optional) path to the kernel sources
- Added check of dirs used by example generator
- Fixed path for ${s}/conf/files.FOO and include it via files
directive from config file
- Changed kernel configuration example with the driver: it is
not produced by copying Generic but by including it
- KDB is added to config (for DDB)
- Added module building instead and fixed kernel building
Reviewed by: julian@
----------------------------
revision 1.11
date: 2006/08/09 20:57:24; author: rik; state: Exp; lines: +57 -32
Added copyright templete
Fixed compilation
Reviewed by: julian@
----------------------------
Requested by: yar@
----------------------------
revision 1.24
date: 2006/08/09 10:53:26; author: rik; state: Exp; lines: +24 -3
- Added 'files "files.FOO"' to config for inclusion of user specific files.
- Added KDB option to config file (for DDB).
- Added ability to compile custom kernel.
Discussed with: julian@
----------------------------
revision 1.23
date: 2006/08/06 11:06:35; author: rik; state: Exp; lines: +32 -19
- Added ability to provide (optional) path to the kernel sources
- Fixed path for ${s}/conf/files.FOO and a note that it should be merged into
corresponding file to be able to compile the kernel
- Changed kernel configuration example with the driver: it is not produced by
copying Generic but by including it
- Changed from automatic module building to asking an user if it whants to
Reviewed by: julian@
----------------------------
revision 1.22
date: 2006/08/06 11:04:22; author: rik; state: Exp; lines: +9 -12
Fix compilation.
Reviewed by: julian@
----------------------------
Requested by: yar@
with HEAD. Key changes include:
- Support a limited set of punctuation in interface names ".-/+" by
converting them to '_' before looking up interface variables.
- Don't flush routes by default when an interface is removed.
- Don't generate unnecessicary noise on startup when interfaces are
renamed.
PR: conf/92433
Add two new scripts (mdconfig/mdconfig2) to replace old ramdisk{,-own}
scripts. These scripts handle vnode backed md(4) devices.
Two new variables have been introduced to be able to populate the md(4)
device once it has been mounted (mdconfig_*_files and mdconfig_*_cmd).
Use should be as easy as:
mdconfig_md0="-t malloc -s 10m"
mdconfig_md1="-t vnode -f /var/foo.img"
See rc.conf(5) for more information and description of the additional
variables.
src/etc/rc.d/Makefile: rev 1.71 -> 1.72
src/etc/rc.d/mdconfig: rev 1.3
src/etc/rc.d/mdconfig2: rev 1.3
src/share/man/man5/rc.conf.5: rev 1.296 -> 1.297
Approved by: cperciva (mentor)
Optionally pad outgoing frames to the minimum of 60 bytes (excl. FCS)
before tagging them. This can help to work around brain-damage in some
switches that fail to pad a frame after untagging it if its length drops
below the minimum. This option is blessed by IEEE Std 802.1Q (2003 Ed.),
paragraph C.4.4.3.b. It's controlled by sysctl net.link.vlan.soft_pad.
src/sys/net/if_vlan.c rev. 1.110
src/share/man/man4/vlan.4 rev. 1.31-1.32
Fix things I misadvised to Nate Lawson:
- "Ns No" is redundant, so reduce it to just "Ns";
- use Li to mark up CPU and system power states because here they are
just strings to be typed literally (add more such mark-up as well);
- the best practice of typesetting tells us to use an en-dash to
indicate a closed range; fortunately, groff_char(7) provides such a symbol.
In addition, consistently use a comma between independent clauses
coordinated by a conjunction.
A netgraph node that can do different manipulations with
mbuf_tags(9) on packets.
Submitted by: Vadim Goncharov <vadimnuclight tpu.ru>
mdoc(7) reviewed by: ru
| revision 1.39
| After a mini-discussion with Sam Leffler, remove the hardcoded
| list of Atheros-based cards from ath(4). The online list is
| always more up to date, anyway.
|
| This invalidates:
|
| PR: docs/95360
| Submitted by: Erik Nordstr:om Andersen <erik@erik-n-andersen.dk>
| revision 1.40
| Fix the web-appearance of Hardware notes, in the simplest way
| possible; by re-arranging a couple of sentences in the ath(4)
| HARDWARE section.
|
| Clue by: bmah
- Use SWIDTH0 for combining characters.
- Unicode 4.1 related changes:
- Add definitions for a new range of code points
U+1DC0..U+1DFF "Combining Diacritical Marks Supplement".
- Add U+04F6 and U+04F7 to the Cyrillic range.
- Mark U+034F "Combining Grapheme Joiner" as non-printable.
- Add new combining characters in the range U+0350..U+035F
to the section "Combining Diacritical Marks".
=============================================================================