summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
...
* ath driver manual pagesam2003-06-231-0/+314
|
* MASTER_SITE_OVERRIDE can list several sites.ru2003-06-231-1/+1
|
* This is a driver for Fore PCA200E cards that uses busdma and works onharti2003-06-234-0/+110
| | | | | little endian and big endian and with 32 and 64 bit pointers. It already has the hooks to be used for HARP, NATM and ngATM.
* Misc fixes from originatorache2003-06-231-10/+35
| | | | | Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> PR: 53327
* add verbage on various failure cases to match the /dev/pci interface.jmg2003-06-231-6/+15
|
* Update the description of the Netgear MA401 to say Prism-II/2.5;silby2003-06-201-1/+1
| | | | | | my 401 is a 2.5, so presumably many of them are. MFC after: 3 days
* German keymap with dead keys.murray2003-06-193-1/+147
| | | | | | PR: misc/28456 Submitted by: Ulrich Luttner <luttner@web.de> MFC After: 1 week
* Add US syscons keymap w/ accents.murray2003-06-193-1/+146
| | | | PR: misc/18459
* Add MLINK for busdma(9) to bus_dma(9).hmp2003-06-171-0/+1
| | | | | | | This resolves confusion for at least 10 people. Suggested by: Bruce M. Simpson <bms@spc.org> Approved by: des (mentor)
* Reference the hatm(4) driver man page.harti2003-06-172-0/+2
|
* The man page for the Fore/Marconi HE155/622 driver.harti2003-06-172-0/+226
|
* String the timecounter paper into the build.phk2003-06-171-1/+1
|
* Re-introduction of the matcd Compact Disc drive driver documentation.uhclem2003-06-171-0/+454
| | | | | | | | | | | The matcd.4 man page has been upgraded to reflect current 5.1.x functionality, and efforts were made to match the style and layout found in similar-single purpose block drivers man pages found in the 5.1 tree man4 area while not losing useful information. However, the documentation folks should still take a look, since the man pages used as guides were somewhat inconsistent on a variety of points. Approved by: markm(mentor)
* Reference the new natmip(4) man page.harti2003-06-161-1/+1
|
* Add my timecounter paper from EuroBSDcon2002phk2003-06-1510-0/+6004
|
* Name a function argument "mbuf", not "buf", if it isyar2003-06-151-2/+2
| | | | a pointer to struct mbuf for clarity and consistency.
* Add missing descriptions of macros M_ALIGN and MH_ALIGN.yar2003-06-151-1/+89
| | | | | | Remove a reference to the defunct macro M_COPY_PKTHDR; document the new functions m_dup_pkthdr() and m_move_pkthdr(), and the macro variant of the latter, M_MOVE_PKTHDR().
* Add more markup to the mbuf(9) manpage. This includes:yar2003-06-151-92/+239
| | | | | | | | | | | | | - tagging plaintext "mbuf", "mbuf cluster", and "mbuf chain" with .Vt (variable type) since all of them are ways of managing data, i.e., they can be seen as data types; - using .Vt/.Va instead of .Li (literal) where appropriate; - tagging plaintext words that actually refer to function arguments with .Fa. Suggested by: ru
* Use .Va, not .Fa, to refer to structure members.yar2003-06-151-8/+8
| | | | | | | mdoc(7) contains an ambiguous statement on the issue, but our mdoc(7) police's opinion is solid. Suggested by: ru
* Catch up man page with reality in rc.d/named.mtm2003-06-141-1/+1
| | | | Pointed out by: Simon L. Nielsen <simon@nitro.dk>
* Put on the core hat and back out all of the CSTD= changes. Core willimp2003-06-141-14/+0
| | | | | | | deal with working with the parties to define a coherent definition for CSTD that doesn't break things. Core hat seconded by: markm
* Remove the old xref to kerberos(1), and replace it with an xref totrhodes2003-06-141-1/+1
| | | | | | | kerberos(8). According to markm, the kerberos(8) manual page is installed if NO_KERBEROS is set. PR: 30443
* Revert to a known-good state. Anyone desiring to experiment with stricterdes2003-06-141-23/+9
| | | | global settings is free to do so in his or her own source tree.
* Build/install the PIC version of libgcc (libcc_pic.a) for use by sharedpeter2003-06-131-0/+1
| | | | libraries that do exception unwinding.
* We cannot use c99 on amd64 either due to lack of alloca(). libc:strptime()peter2003-06-131-2/+3
| | | | | | uses alloca() and alloca is impossible to implement as a callable function on amd64. It has to be a compiler builtin. Note that the bigger problem is that libc is not c99 clean internally.
* - Document the fact that you can specify several DMA operations tomux2003-06-131-15/+28
| | | | | | | | | | | | bus_dmamap_sync() by OR'ing them together. - Don't document what BUS_DMASYNC_PREREAD|BUS_DMASYNC_PREWRITE and BUS_DMASYNC_POSTREAD|BUS_DMASYNC_POSTWRITE is supposed to do when passed to bus_dmamap_sync(). There are other possible combinations and the reader just needs to know what the individual flags do and that he can combine different DMA operations. - Use .An when listing authors. Reviewed by: hmp
* Factor out the description of how to configure a CLIP into its ownharti2003-06-134-29/+130
| | | | | | man page. This will be more scaleable as more driver man pages hit the tree. Add also a description on how to do this configuration in the rc.conf script.
* Remove the documentation of the raw AAL0 access which has been removed.harti2003-06-131-28/+0
| | | | | This raw cell stuff not used in the tree and a doubt that it is used anywhere else. It was also very Midway specific.
* Make the midway driver use the new ATM phy driver. This allows one toharti2003-06-131-1/+8
| | | | | | | toggle several media options (sonet/sdh, for example) with ifconfig and to see the carrier state in ifconfig's output. It gives also read/write access (given the right privilegs) to the S/Uni registers to user space programs.
* Remove paragraph which describes how we might switch our packet queueinghmp2003-06-121-13/+0
| | | | | | | | | | | | | | | discipline to Random Early Detection (RED) in the future. The same para incorrectly spelt ``Random Early Detection'' as ``Random Early Drop''. While I am there, nuke IF_ENQ_DROP from the list of functions. More work will be done on this, since some of the functions like if_enq_drop() and if_queue_drop() were replaced with one function called if_handoff() that does the job of enqueing the packet and updating interface statistics as necessary. Reviewed by: wollman Approved by: des (mentor) MFC after: 1 day
* This is a driver for the physical layer chips used in ATM interfaces.harti2003-06-125-1/+442
| | | | | | | It currently supports the PMC Sierra Lite, Ultra and 622 chips and the IDT 77105. The driver handles media options and state in a consistent manner for ATM drivers. The next commit to the midway driver will make it use utopia.
* Document the fact that one is allowed to sleep while holding an sx lock.harti2003-06-121-0/+2
| | | | Discussed with: jhb@
* Rename the section 'locking considerations' into 'context'.harti2003-06-121-10/+5
| | | | | | | Change the wording in this section to get rid of references to mutexes and talk about sleeping instead. Discussed with: jhb@, ru@
* - Add manpages for the gem and hme ethernet drivers. These were obtainedtmm2003-06-104-0/+205
| | | | | | from NetBSD, and changed slightly to account for FreeBSD specifics. - Hook them up to the build. - Add them to the list of miibus-using drivers in miibus(4).
* Add cross-references to pci(4) and pciconf(8).sheldonh2003-06-101-0/+2
|
* Remove NOSHLIBS, users can get by with NOPIC.obrien2003-06-101-3/+1
| | | | Desired by: ru
* Hook up pci(9) manual page to the build.hmp2003-06-091-1/+6
| | | | Approved by: des (mentor)
* Bring in a manual page documenting some important functions of thehmp2003-06-091-0/+240
| | | | | | | | | | | | PCI bus interface. I have made some modifications to this manual page, so it looks a bit different from the original version that was posted to me. Submitted by: Bruce M. Simpson <bms@spc.org> Reviewed by: imp, mdodd (early copy) Approved by: des (mentor) MFC after: 3 days
* Remove duplicate 'of the'.roam2003-06-091-1/+1
| | | | | | PR: 53073 Submitted by: Priit Piipuu <priit.piipuu@mail.ee> MFC after: 2 weeks
* Document the NOLIBPTHREAD and NOLIBTHR knobs.ru2003-06-081-0/+12
|
* Apply a couple of grammatical improvements.ceri2003-06-081-2/+2
| | | | MFC after: 2 days
* The .Xr utilitycharnier2003-06-081-6/+9
|
* Use .Ic instead of .Xr for internal commandscharnier2003-06-081-2/+2
|
* Remove reference to deprecated xtend(8)charnier2003-06-081-1/+0
|
* Add or correct section number in .Xrcharnier2003-06-086-23/+23
|
* The dhcp_program and dhcp_flags variables have to be renamed tomtm2003-06-071-2/+2
| | | | | | | | | | | | | | take advantage of the rc.subr(8) glue. They are renamed dhclient_program and dhclient_flags. o Rename them in rc.conf(5) o Rename them in /etc/defaults/rc.conf o Add the deprecated variables to /etc/rc.subr o Isolate the use of the 'command' variable to the NetBSD specific parts in /etc/rc.d/dhclient. o Now that dhcp_flags has also been renamed it will be applied properly by rc.subr(8) glue code. Reported by: John Nielsen <john@jnielsen.net>
* Be C std strict on i386 and amd64 as we can. Be loose on Alpha and ia64.obrien2003-06-071-0/+6
|
* Move <DT> to the endache2003-06-071-2/+2
|
* Move punctuation to its proper placeache2003-06-071-13/+16
|
* <sb> -> <Sb>ache2003-06-072-2/+2
|
OpenPOWER on IntegriCloud