summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* A simple packet distribution node type that acts like an Ethernet hub.ru2004-04-174-0/+70
|
* Add support for the HP Modular Smart Array 20 & 500 storage arrays.ps2004-04-161-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Logical volumes on these devices show up as LUNs behind another controller (also known as proxy controller). In order to issue firmware commands for a volume on a proxy controller, they must be targeted at the address of the proxy controller it is attached to, not the Host/PCI controller. A proxy controller is defined as a device listed in the INQUIRY PHYSICAL LUNS command who's L2 and L3 SCSI addresses are zero. The corresponding address returned defines which "bus" the controller lives on and we use this to create a virtual CAM bus. A logical volume's addresses first byte defines the logical drive number. The second byte defines the bus that it is attached to which corresponds to the BUS of the proxy controller's found or the Host/PCI controller. Change event notification to be handled in its own kernel thread. This is needed since some events may require the driver to sleep on some operations and this cannot be done during interrupt context. With this change, it is now possible to create and destroy logical volumes from FreeBSD, but it requires a native application to construct the proper firmware commands which is not publicly available. Special thanks to John Cagle @ HP for providing remote access to all the hardware and beating on the storage engineers at HP to answer my questions.
* Make whatis(1) happy.ru2004-04-161-0/+1
|
* Do a style fixup on the example function.markm2004-04-151-9/+9
|
* Added an entry for twa.4.vkashyap2004-04-141-0/+1
| | | | Reviewed by: ru
* Move the SNMP MIBs and tree definitions from /usr/share/bsnmp toharti2004-04-141-0/+11
| | | | | /usr/share/snmp. This mirrors the use of /usr/local/share/snmp and makes also more sense when non-bsnmp-specific MIBs go in.
* Add support for video output switching. It appears no systems use HCI tonjl2004-04-141-0/+7
| | | | | | | | change the video output but use a separate device with a DSSX method and a HID of "TOS6201" instead. We use a pseudo-driver to get the handle for this object and pass it to the acpi_toshiba driver. This is untested but seems to match the Linux Toshiba driver.
* Adding man page for 3ware's 9000 series storage controller driver (twa).vkashyap2004-04-131-0/+86
| | | | Reviewed by: ru
* Use ifconfig(8) for setting common 802.11 parameters.fjoe2004-04-131-0/+20
| | | | Submitted by: Stanislav A. Svirid <count@riss-telecom.ru>
* Mark the "obj" target with the .PHONY attribute.ru2004-04-131-1/+1
|
* The 3CXE589DT was spotted in the wild, and is presumed supported byimp2004-04-131-11/+11
| | | | | | this driver. Also, add 3Com to a number of places.
* Move en_CA from US_LINKS to GB_LINKS.marcus2004-04-111-2/+2
| | | | | | Submitted by: adamw Approved by: ache Committed by: me since adamw should be studying for exams
* Move advise from DEVICE_PROBE.9 about where to probe children.imp2004-04-111-0/+7
|
* Document more clearly that a probe routine:imp2004-04-111-8/+8
| | | | | | | | | | Should have no side effects Must not hold resources when it returns May be called multiple times if it returns < 0. Remove the bad advise that the probe routine should look for children for devices that implement busses. This is more properly reserved for the attach routine.
* Document the recent upgrade to the entropy device WRT hardwaremarkm2004-04-091-9/+30
| | | | generators.
* Add a LIBRARY section.simon2004-04-081-0/+4
| | | | | Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> PR: docs/65208
* In the examples, make the bitmap_name an absolute path name.schweikh2004-04-081-3/+3
| | | | | This avoids hair pulling when someone expects the splash screen to just work when the bitmap file is in /boot.
* Add Netgear WG311T (PCI version of the WG511T).se2004-04-081-0/+1
| | | | I just received one and have verified that it works just fine.
* Introduce a callout_drain() function. This acts in the same manner ascperciva2004-04-061-11/+18
| | | | | | | | | | | callout_stop(), except that if the callout being stopped is currently in progress, it blocks attempts to reset the callout and waits until the callout is completed before it returns. This makes it possible to clean up callout-using code safely, e.g., without potentially freeing memory which is still being used by a callout. Reviewed by: mux, gallatin, rwatson, jhb
* Fix some syntax errors in examples. These were discovered when tryingmarkm2004-04-061-4/+4
| | | | to follow the examples concerned.
* - Overdue bump of the document date.ru2004-04-061-17/+19
| | | | | - Fixed markup. - Minor wordsmithing.
* Remove hyphen between product and company name. This may confuse peoples.rik2004-04-063-3/+3
| | | | | Requested by: Mark Johnston <mjohnston at skyweb dot ca> MFC after: 1 days
* polling(4) meets vr(4).ru2004-04-051-2/+3
|
* Add ${CPUTYPE} support for crusoe processors (cribbed from Linux kerneldfr2004-04-051-1/+4
| | | | | settings). Pretend that a crusoe is an i686 which doesn't like alignment padding.
* Add data for missing categories to zh_HK.Big5HKSCS locale.tjr2004-04-045-2/+8
|
* Document new ramdisk_X_????? settings.wes2004-04-041-0/+52
|
* Style:mlaier2004-04-031-1/+1
| | | | | | | | - do not comment out entries in newsyslog.conf - use tabs to line up inetd.conf Requested by: bde Approved by: bms(mentor)
* Add rc.d script to start pflogd and add rcvars etc. Also document vars inmlaier2004-04-021-0/+39
| | | | | | | rc.conf(5) and put a sample entry to newsyslog.conf Reviewed by: -current Approved by: bms(mentor)
* Assorted mdoc(7) fixes.ru2004-04-011-8/+11
|
* Fix last commit to conform to mdoc style.silby2004-04-011-4/+6
| | | | Submitted by: hmp
* Document the m_defrag function. (Mostly copied from the descriptionsilby2004-04-011-0/+18
| | | | in uipc_mbuf.c)
* Added polling(4) support for ste(4).ru2004-03-311-2/+3
| | | | MFC after: 5 days
* Add David Young's descriptive text for the radiotap interface.bms2004-03-311-2/+20
| | | | Add David Young to copyright comments.
* Fix a typo: remove duplicate word 'interface'.bms2004-03-311-1/+1
|
* Manual page for ng_sppp module.rik2004-03-301-0/+151
| | | | | Approved by: imp (mentor) Reviewed by: julian
* Bump date and remove trailing whitespace.des2004-03-301-4/+4
|
* Document ntpdate_hosts.des2004-03-301-0/+6
|
* Mdoc Police:hmp2004-03-291-21/+25
| | | | | | | | | * Use .Fa instead of .Pa for function arguments. * Utilize the .Po/.Pc commands for parenthesis so the format is not ruined. Inspired by: pjd's last commit to this file
* Note that we can pass NULL as 4th argument for copystr() and copyinstr()pjd2004-03-291-2/+10
| | | | | | functions. With little mdoc(7) help from: hmp
* Oops; remove ko_KR.eucKR/LC_MONETARY -> ko_KR.UTF-8/LC_MONETARY symlink.tjr2004-03-291-2/+0
|
* Add a new LC_MONETARY data file for the ko_KR.UTF-8 locale instead of usingtjr2004-03-292-0/+37
| | | | the ko_KR.eucKR version.
* Add a new LC_MONETARY data file for the ja_JP.UTF-8 locale instead of usingtjr2004-03-292-2/+37
| | | | | the ja_JP.eucJP version. Although the latter looks like plain ASCII, it is actually JIS Roman, so it is not correct to treat it as UTF-8.
* Add UTF-8 versions of all the currently supported system locales. Most oftjr2004-03-2766-3/+6891
| | | | | | | the hard work was done by Hye-Shik Chang in the misc/utf8locale port; I made a few minor adjustments and merged the makefiles. PR: 44307
* Removed more vestiges of the stl(4) driver.ru2004-03-261-3/+0
|
* Add ct(4) man page for ct SCSI host adapter device driver and attachnon2004-03-262-0/+149
| | | | it to the build.
* More kosher mdoc(7).obrien2004-03-251-1/+2
| | | | Submitted by: ru
* Move ct.4 to ctau.4. Step four: backout ct.4 via rm.rik2004-03-251-99/+0
| | | | Approved by: imp (mentor)
* Move ct.4 to ctau.4. Step three: change ct to ctau in Makefile.rik2004-03-251-1/+1
| | | | Approved by: imp (mentor)
* Restore part of rev 1.92; share/libdata/gcc should not have been deleted.obrien2004-03-251-0/+2
|
* Remove mention of doscmd.des2004-03-242-5/+0
|
OpenPOWER on IntegriCloud