summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* This commit adds driver support for the SysKonnect SK-984x serieswpaul1999-07-093-2/+321
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gigabit ethernet adapters. This includes two single port cards (single mode and multimode fiber) and two dual port cards (also single mode and multimode fiber). SysKonnect is currently the only vendor with a dual port gigabit ethernet NIC. The ports on dual port adapters are treated as separate network interfaces. Thus, if you have an SK-9844 dual port SX card, you should have both sk0 and sk1 interfaces attached. Dual port cards are implemented using two XMAC II chips connected to a single SysKonnect GEnesis controller. Hence, dual port cards are really one PCI device, as opposed to two separate PCI devices connected through a PCI to PCI bridge. Note that SysKonnect's drivers use the two ports for failover purposes rather that as two separate interfaces, plus they don't support jumbo frames. This applies to their Linux driver too. :) Support is provided for hardware multicast filtering, BPF and jumbo frames. The SysKonnect cards support TCP checksum offload however this feature is not currently enabled (hopefully it will be once we get checksum offload support). There are still a few things that need to be implemeted, like the ability to communicate with the on-board LM80 voltage/temperature monitor, but I wanted to get the driver under CVS control and into -current so people could bang on it. A big thanks for SysKonnect for making all their programming info for these cards (and for their FDDI and token ring cards) available without NDA (see www.syskonnect.com).
* Properly document /etc/defaults/rc.conf and rc_conf_files.jkh1999-07-091-13/+30
| | | | Submitted by: Sheldon Hearn <sheldonh@uunet.co.za>
* - Fix Belgian keyboard map (be.iso.kbd).yokota1999-07-074-18/+160
| | | | | | - Add Belgian keyboard map with dead keys (be.iso.acc.kbd). Tested and corrections submitted by: "Renaud Fivet" <rfi@ntc.be>
* Added pccard_conf parameter.hosokawa1999-07-071-1/+4
|
* Rename bpfilter to bpf.des1999-07-061-2/+2
|
* List avaiable function keys.yokota1999-07-062-2/+80
|
* Added $pccardd_flags.hosokawa1999-07-061-1/+7
|
* Clarify static_routes variable's meaningnik1999-07-051-7/+7
| | | | | | PR: docs/12302 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us> Reviewed by: nik
* Reflect recent changes in syscons and vga.yokota1999-07-054-226/+268
|
* Flesh out VOP_ADVLOCK.9 with a description of the available flagskris1999-06-302-51/+84
| | | | | | Sync vnode.9 with the definitions in <sys/vnode.h> Reviewed by: Doug Rabson
* Do nothing for the etc-examples target when SHARED=symlinks, since we'llsheldonh1999-06-271-1/+3
| | | | | | end up trying to install into the source directory. Reported by: bde
* * Tidy up a few things and fix some more warnings.dfr1999-06-275-31/+34
| | | | | * Change the devsw declaration to standard form and add missing fields * Change the filename from cdev_mod.ko to cdev.ko
* Fix some typos and do some minor mdoc cleanup.mpp1999-06-276-15/+16
|
* Add Pro/100+ (i82559) to the list of supported products.mph1999-06-252-10/+12
| | | | Approved by: dg
* Make this sample build again.dfr1999-06-253-4/+4
|
* fix the links to the bitstring man page..jmg1999-06-252-5/+5
| | | | fix wording in man page, through != to
* add support to buildworld as a normal user:jmg1999-06-242-9/+11
| | | | | | | -DNOFSCHG disables installation of libs with flag schg GAMEGRP change the group with which games are installed also organize the binary section into alphebetical order some what..
* Actually install the virgin copies of the /etc files that we so proudlysheldonh1999-06-242-5/+32
| | | | | | | claim to install in /usr/share/examples/etc/README.examples . PR: 5207 Reported by: "Wayne M. Barnes" <wayne@barnes1.wustl.edu>
* Fix one error in my previous commit. The .Rv macro is not validmpp1999-06-241-2/+2
| | | | for section 9 man pages.
* Update mdoc.samples(7) to reflect that section 9 is a valid man pagempp1999-06-241-9/+26
| | | | | | section. Update some descriptions of the various sections to reflect that they are valid for section 9 man pages. Add a table of section numbers and what they are used for.
* Add Central European, Czech and Slovak keymaps.yokota1999-06-235-2/+919
| | | | | PR: misc/11443, misc/11446, misc/11447 Submitted by: G. Adam Stanislav <adam@whizkidtech.net>
* Add man page for device_quiet and friendsn_hibma1999-06-222-3/+71
|
* typo: Adviseroty -> Advisoryhoek1999-06-221-2/+2
|
* Clarified info on X release 3.3.1.n_hibma1999-06-182-16/+24
| | | | Submitted/Reviewed by: Joe Touch <touch@ISI.EDU>
* Update the comments on values than can be returned by DEVICE_PROBE.n_hibma1999-06-171-9/+27
| | | | | | DEVICE_PROBE can return priorities. Reviewed by: Doug Rabson <dfr@nlsystems.com>
* Document the IMPLEMENTATION NOTES section since we have a number ofmpp1999-06-151-2/+4
| | | | | | man pages that use it. PR: 10659
* Updated the BUGS section. BREAK is now implemented.bde1999-06-142-56/+28
| | | | | | | | | Don't document non-bugs in the BUGS section, or anywhere else. It is not a bug to drop data when overloaded. The compile-time tuning options turned out to be not very useful, and aren't supported offically. Documented the not so new option CY_PCI_FASTINTR.
* Add a rather complicated but impressive example of howbrian1999-06-098-0/+380
| | | | | | | | | to implement multi-link ppp over more than one ISP with the ability to lose ISPs without loss of connectivity. It *requires* that you either have administrative access to a machine that's already connected to the 'net or at least know a really nice person that does.
* Change locale name of Traditional Chinese : zh_TW.BIG5 -> zh_TW.Big5.foxfair1999-06-086-7/+280
| | | | | | | It makes compatible with IANA charset defination, and let existent I18N app happier. Ref: <http://www.isi.edu/in-notes/iana/assignments/character-sets>
* Fixed previous fix (dad -> rda via rad).bde1999-06-071-3/+3
|
* Correct typos.jkoshy1999-06-071-3/+3
| | | | | PR: docs/12068 Submitted by: Steve Coltrin <spcoltri@io.com>
* Add a clarification in the man page suggesting that some tapesmjacob1999-06-061-3/+9
| | | | | | | | (QIC) written under 2.X may not be easily read under the current driver without explicitly setting to variable mode or to the blocksize these tapes were written under 2.X with. PR: 6681
* Support the IANA definition of Shift Jis nameley ja_JP.Shift_JISjulian1999-06-053-4/+11
| | | | as well as the X11 version ja_JP.SJIS
* sunsite is now metalab.billf1999-06-041-2/+2
|
* Fixed bitrot in synopsis (a missing include).bde1999-06-021-1/+2
|
* 'make update' in the ports directory.billf1999-06-011-2/+2
|
* procedure, not proceedure.billf1999-05-301-3/+3
|
* "Tn DNS" -> ".Tn DNS"nik1999-05-292-4/+4
| | | | | PR: docs/10474 Submitted by: Yoshiteru Kageyama <yt-kage@cb3.so-net.ne.jp>
* Fix a couple of typos related to wfd.nik1999-05-291-3/+3
| | | | | PR: docs/10624 Submitted by: Joe Abley <jabley@buddha.clear.net.nz>
* Description of LOCKLEAF said "inode" when it should have said "vnode".nik1999-05-291-2/+2
| | | | | PR: docs/11596 Submitted by: Robert Watson <robert@fledge.watson.org>
* Note that using the dirent.d_type member is non-portable, and mightnik1999-05-291-1/+4
| | | | | | | fail on some filesystems. PR: docs/11645 Submitted by: Harold Gutch <logix@foobar.franken.de>
* Fix the typos, and add new entries (like the /etc/periodic/ and /etc/mail/nik1999-05-291-32/+54
| | | | | | | directories). PR: docs/11695 Submitted by: Chris Costello <chris@calldei.com>
* Fix support for the PNIC II. Earlier I had assumed that the PNIC II waswpaul1999-05-282-4/+14
| | | | | | | | | | | | | | | | similar to the PNIC I (supported by the pn driver). In fact, it's really a Macronix 98715A with wake on LAN support added. According to LinkSys, the PNIC II was jointly developed by Lite-On and Macronis. I get the feeling Macronix did most of the work. (The datasheet has the Macronix logo on it, and is in fact nearly identical to the 98715 datasheet, except for the extra wake on LAN registers.) In any case, the PNIC II works just fine with the Macronix driver. The changes are: - Move PCI ID for the PNIC II from the pn driver to the mx driver. - Mention PNIC II support in mx.4. - Mention PNIC II support in RELNOTES.TXT and HARDWARE.TXT.
* Document device_add_child_ordered().dfr1999-05-281-16/+12
|
* Add description on configuration options and the EXAMPLE section.yokota1999-05-282-8/+88
|
* add libhistoryache1999-05-281-1/+2
|
* Where the fstab page discusses filesystem options, add a referenceghelmer1999-05-281-2/+8
| | | | | | | | to the '-o' flag in the mount(8) and filesystem specific mount pages where information can be obtained about the available options. PR: docs/10108
* There are six bit fields in the flags now, not four.ghelmer1999-05-271-2/+2
| | | | PR: i386/10328
* Spell vp0 correctly. Add id.hoek1999-05-251-1/+2
| | | | PR: docs/10500 (Masaru Tsunoda [3]masaru@pokemon.to)
* Remove references to the obsolete src-eBones collection.jdp1999-05-256-17/+11
| | | | PR: conf/11873
OpenPOWER on IntegriCloud