Commit graph

8124 commits

Author SHA1 Message Date
Hartmut Brandt ee4080d424 Add ng_atmpif: a HARP physical interface emulation. This allows one
to run the HARP ATM stack without real hardware.

Submitted by:	Vincent Jardin <vjardin@wanadoo.fr>
2003-08-11 08:40:02 +00:00
Tom Rhodes c2eb326ff7 Add a nsmb.conf manual page.
PR:		45833
Submitted by:	osa@FreeBSD.org (original version)
Reviewed by:	ru, tjr, osa, -doc
2003-08-09 19:11:52 +00:00
David Schultz 0a6c03778a ccd(4) can now operate on raw disks and other GEOM providers.
Remove the paragraph that says it can't.

Discussed with:	phk
2003-08-08 15:17:15 +00:00
Andrey A. Chernov c13ef8c78d Fix comment 2003-08-08 14:02:20 +00:00
Andrey A. Chernov ab1554b11a Add ko_KR.CP949 locale
PR:             55341
Submitted by:   Hye-Shik Chang <perky@freebsd.org>
2003-08-08 13:48:15 +00:00
Andrey A. Chernov 2665d13d28 Add ko_KR.CP949 locale
PR:             55341
submitted by:   Hye-Shik Chang <perky@freebsd.org>
2003-08-08 13:43:49 +00:00
Simon L. B. Nielsen e215cd9e44 Add /rescue/ and a reference to its manual page rescue(8).
Approved by:	ceri (mentor)
2003-08-08 11:15:57 +00:00
Nate Lawson 718a5d6abd Document hw.acpi.os_name. Also update the credits section. 2003-08-07 04:46:53 +00:00
Warner Losh 12a524f9aa getopt returns -1 not EOF at the end of args. Compare against that. 2003-08-07 04:40:54 +00:00
Andrey A. Chernov ce9ab5a613 Update screen(1)-related entries with more recent variants
PR:             55146
Submitted by:   Juha-Matti Tilli <juhis@nallukka.net>
2003-08-05 08:06:38 +00:00
Andrey A. Chernov b6499378e7 DIGIT can be only 0-9 according to POSIX 2003-08-05 06:34:16 +00:00
Mike Makonnen a0c0836e7a Support for the Amharic locale. 2003-08-05 05:42:08 +00:00
Hidetoshi Shimokawa cdd1e6923e Change device name. 2003-08-05 03:13:14 +00:00
Ruslan Ermilov 538582f227 Moved the WORLDDIR variable description to the Optional Variables section. 2003-08-04 21:00:35 +00:00
Martin Blapp fffc6e58d9 Fix the cdev kld example.
PR:		52954
Submitted by:	Priit Piipuu <priit.piipuu@mail.ee>
Reviewed by:	phk
2003-08-03 10:39:29 +00:00
Sam Leffler b56e3df93e update to reflect bugs fixed in v0.9.5.2 of the hal 2003-08-02 06:16:59 +00:00
Doug Ambrisko a373227418 Add printer support to puc(4) driver.
-	Move isa/ppc* to sys/dev/ppc (repo-copy)
      -	Add an attachment method to ppc for puc
      -	In puc we need to walk the chain of parents.
Still to do, is to make ppc(4) & puc(4) work on other platforms.  Testers
wanted.

PR:		38372 (in spirit done differently)
Verified by:	Make universe (if I messed up a platform please fix)
2003-08-01 02:25:32 +00:00
Nate Lawson a329ebca91 Add and document the hw.acpi.ec.poll_timeout tunable. 2003-07-30 16:22:53 +00:00
Andrey A. Chernov 951934ee84 Fix error in comment 2003-07-29 16:31:44 +00:00
Andrey A. Chernov c3f5f123b8 Add GB18030 locale
PR:             51729
Submitted by:   Kang Liu <liukang@bjpu.edu.cn>
2003-07-29 16:12:56 +00:00
Simon L. B. Nielsen 61860dd771 Move the rescue manpage, documenting the new rescue utilities in
/rescue, from section 7 to section 8.  The old rescue.7 file has been
simply subjected to "cvs rm", as there is no history to preserve.

Update the release documentation accordingly.

Requested by:	njl, ru
Most text by:	Tim Kientzle <kientzle@acm.org>
Reviewed by:	ru, doc@
Approved by:	ceri (mentor)
2003-07-28 21:06:38 +00:00
Martin Blapp d5c7aa4acc Dhclient can't block anymore during startup. Document
the 'background_dhclient' better.
2003-07-28 13:56:00 +00:00
Hartmut Brandt c5670cc3b1 Convert the atm{2,3}.sh rc scripts to normal rc.d scripts. Add support
for the harp(4) pseudo driver and for loadable native HARP drivers
(like hfa_pci).

To use harp(4) the rc variable natm_interfaces must be set to the
list of NATM interfaces to be used for HARP. These interfaces
will be brought up with ifconfig and the harp(4) will be loaded.

To use loadable native HARP drivers atm_load must be set to
the list of drivers to load.

Reviewed by:	mtm, gordon (partly)
2003-07-28 13:30:42 +00:00
Martin Blapp 2b23ce1c07 Document background_dhclient. 2003-07-28 08:17:08 +00:00
Maxime Henrion 82d227dc2a Document the new BUS_DMA_ZERO flag. 2003-07-27 14:05:29 +00:00
Ruslan Ermilov 3d610ec8a3 Moved the boot floppy generation code out from release.9 to release.10.
The release.9 target is now responsible only for generation of MFS root
file systems, that are built for all architectures, even those that do
not provide a floppy installation option.  The release.10 target is now
responsible for creation of a set of boot, MFS root, and fixit floppies,
and the NO_FLOPPIES variable now affects only this target.

Also, replaced the FIXIT_TARGET variable with a check of whether the
*FIXITSIZE variables are present for a given architecture, similar to
how this is done when generating boot floppies.

Discussed with:	jhb
2003-07-25 08:54:41 +00:00
Ruslan Ermilov 00a7eeeb0e Added the WORLDDIR variable (defaulting to ${.CURDIR}/..) that
points to a directory where "make buildworld" was run.  Useful
for building 5.x snapshots on 4.x.
2003-07-23 14:40:51 +00:00
Simon L. B. Nielsen b4be5bd22b Add manual page to document the new rescue utilities in /rescue.
Most text by:	Tim Kientzle <kientzle@acm.org>
Reviewed by:	ru, doc@
Approved by:	ceri (mentor)
2003-07-23 13:24:32 +00:00
Sam Leffler 8db0b37247 correct device table a la ath(4) 2003-07-22 19:08:46 +00:00
Peter Wemm 22907f2d29 Update npx status.
Reminded by:  tjr
2003-07-22 08:15:29 +00:00
Sam Leffler b61b2cf2ce hookup safenet driver 2003-07-21 21:52:48 +00:00
Sam Leffler 5a36f3e913 safenet driver
Sponsored by:   Global Technology Associates, Inc.
2003-07-21 21:52:14 +00:00
Hartmut Brandt d7bbb21a9d Document uma_zone_set_max and its non-obvious behaviour.
Reviewed by:	bmilekic
2003-07-21 14:20:58 +00:00
Hartmut Brandt 58aa55efa5 This is a pseudo physical interface for the HARP ATM stack. When loaded
it attaches to all existing NATM network interfaces in the system
and creates a HARP physical interface for each of them. This allows
us to use the same set of ATM drivers for all ATM stuff. It is
possible to use the same interface for HARP, NATM and netgraph at the
same time.
2003-07-21 13:56:22 +00:00
Hartmut Brandt e9acc4b17f Always start new sentences on a new line.
Submitted by:	Anil Madhavapeddy <anil@recoil.org>
2003-07-21 07:51:29 +00:00
Hidetoshi Shimokawa fc9dcee6dd Add description about tagged queuing. 2003-07-19 14:46:59 +00:00
Warner Losh 7bbca4a4db Add new supported cards 2003-07-19 06:19:43 +00:00
Hiten Pandya 10626faea4 WLAN related fixes:
- Add some wlan(4) related cross-references.
	- Add some "device" lines to SYNOPSIS
	- Correct grammar/sentencing in ath_hal(4) manual page

PR:		docs/54114
Submitted by: 	Lukas Ertl <l.ertl@univie.ac.at>
Approved by:	des (mentor)
2003-07-18 11:40:41 +00:00
Don Lewis a05a3d4320 Fix a typo. 2003-07-16 08:22:47 +00:00
Don Lewis 076c2f950a Document mutex pool API enhancements that allow creation and use of
multiple mutex pools.
2003-07-16 08:16:40 +00:00
Hideyuki KURASHINA 731ffa720f Fix a typo.
Submitted by:	Pawel Worach <pawel.worach@telia.com>
2003-07-16 06:54:59 +00:00
Paul Saab 87568b1f09 Document the latest controllers from 3ware as being supported. 2003-07-16 05:49:40 +00:00
Hartmut Brandt 7213410131 Reference the patm(4) man page from here, like the other ATM drivers are
referenced.
2003-07-15 12:07:45 +00:00
Hartmut Brandt 6a6d06c97d The man page for the new IDT77252 driver. 2003-07-15 11:58:23 +00:00
Hartmut Brandt 7e9024cdd9 Add a facility for devices, specifically network interfaces, that require
large to huge amounts of small or medium sized receive buffers. The problem
with these situations is that they eat up the available DMA address space
very quickly when using mbufs or even mbuf clusters. Additionally this
facility provides a direct mapping between 32-bit integers and these buffers.
This is needed for devices originally designed for 32-bit systems. Ususally
the virtual address of the buffer is used as a handle to find the buffer as
soon as it is returned by the card. This does not work for 64-bit machines
and hence this mapping is needed.
2003-07-15 08:59:38 +00:00
Warner Losh 0838b40f1f More devices supported, but not in the man page 2003-07-15 07:27:57 +00:00
Warner Losh 961071a274 Siemens SpeedStream SS1021
Obtained from: OpenBSD (minor mods for our stuff); millert
2003-07-15 03:41:13 +00:00
Hartmut Brandt 84853c9648 Document the PHY chip statistics. 2003-07-14 15:08:11 +00:00
Hartmut Brandt 8bcfcd678c Document the support for the IDT77155 Sonet/SDH PHY.
Cross-reference hatm(4) and fatm(4).
2003-07-14 12:13:30 +00:00
David E. O'Brien 124d870a2e Document the existance of fla(4). 2003-07-14 03:23:58 +00:00