Commit Graph

4278 Commits

Author SHA1 Message Date
jmcneill 5518ca3b9a Add thinkpad(4) man page. 2008-10-18 20:44:53 +00:00
bouyer 02d1e70f68 Bump date for previous. 2008-10-17 20:02:39 +00:00
bouyer 0baa6a3c03 Fix product name, it's JMC2x0 not JME2x0.
Pointed out by ethanhsiao at jmicron in private mail.
2008-10-17 19:31:00 +00:00
wiz ff9e9f093f Sort sections. 2008-10-16 22:22:08 +00:00
abs 298c5ac7ad Add SB700 to the list of supported controllers, and include a caveat
that some SB700 controllers can hang under load when Native IDE
mode is selected in the system BIOS, but work fine in AHCI mode.
2008-10-16 19:51:58 +00:00
bouyer 1c69cc93b9 Jumbo frames is supported.
Note new default values for interrupt mitigation counters.
2008-10-13 18:02:43 +00:00
pgoyette f8f4f1a3da Update to add i2c bus attachment 2008-10-13 12:22:06 +00:00
wiz d2d98e300e Bump date for previous. 2008-10-13 10:38:43 +00:00
is 2e6f2566cb The firmware URL changed. 2008-10-13 10:07:24 +00:00
is 93d402c342 Load firmware from .../firmware/stuirda, not ../uirda, to avoid confusion. 2008-10-13 10:01:24 +00:00
wiz 86f5ab01f4 Sort sections. Improve grammar. Short NAME and lengthen DESCRIPTION.
Use \*[Lt] and \*[Gt] for better HTML output.
2008-10-13 08:39:27 +00:00
wiz 454fce8400 Drop trailing whitespace. Sort supported hardware.
Put RCS Id at top. Sort SEE ALSO.
Comment out loader.conf(5) section.
2008-10-13 08:33:04 +00:00
bouyer 540cab1ec8 jme(4), a driver for JMicron Technologies JME250 Gigabit Ethernet and
JME260 Fast Ethernet PCI Express controllers.
Written with a lot of cut-n-paste from the FreeBSD jme(4) driver.
No support for jumbo ethernet frames yet (but should come soon).
Thanks to JMicron Technologies for providing me sample boards and
documentation for this work.
2008-10-11 21:54:11 +00:00
joerg db5825abd5 Add u3g(4) driver from FreeBSD. This driver provides better support for
3G datacards than ugensa and will replace the latter for the supported
devices.
2008-10-10 16:37:15 +00:00
pgoyette fc071384c8 Since I nuked the old adt7467c driver, I might as well nuke the man page. 2008-10-08 01:15:11 +00:00
pgoyette aef4db128d Various clean-ups:
1. Trange sysctl's belong to the temp sensors, not to the fan controllers
  2. Trange really describes a slope on many chips, so modify the description
  3. Most of the sysctl's are read/write even if the chip's config is
     locked;  reflect that in the CTLFLAGs
  4. Apply correct 'nominal' values for voltage sensors/limits, specify
     them in microVolts, and calculate once rather than each time needed
  5. Be more consistent in register names - for example, use VCC instead of
     SUPPLY_VOLTAGE, to match VCC_LOWLIM & VCC_HIGHLIM
  6. Type of dbcool_islocked() should be bool, not int
  7. Reduce some unnecessary code indentation
  8. Define Vtt and Imon, and add ADT7490 support (excluding PECI sensors)
  9. Split the huge (250+ lines) dbcool_setup() function into a few smaller
     routines for better readability
 10. Update sensor tables for ADT7476 and ADT7468 - these chips have five
     voltage sensors, not two
 11. Adjust flags for ADT7463 and ADM1027 - these chips can monitor CPU
     VID data bits
 12. Update man page
2008-10-06 01:35:35 +00:00
pgoyette f51b492004 Remove reference to sdtemp.4 - committed in error 2008-10-02 11:05:23 +00:00
wiz 6f5813fea3 Whitespace changes (including new sentence, new line).
Uppercase Dt argument.
Use more macros.
2008-10-02 07:55:26 +00:00
pgoyette 0219f2ad21 Add new driver for dbCool(tm) family of Thermal Monitor and Fan Controller.
Supported chips: ADM1027, ADM1030, ADT7463, ADT7466, ADT7467, ADT7468,
ADT7473, ADT7475, and ADT7476.  Notably missing is the ADT7490, and fan
controller support on the ADT7466 is still on the to-do list.

Tested by myself and njoly@
Reviewed by garbled@
Commit approved by christos@, bouyer@, cube@, and matt@
2008-10-02 00:47:51 +00:00
jmcneill c46c423e8e Remove esl(4) 2008-09-30 16:45:33 +00:00
briggs d36327b66c IPTOS values are defined in netinet/ip.h, not netinet/in.h. 2008-09-23 14:58:05 +00:00
jmcneill db7284abeb Remove entry in BUGS section about bulk endpoints; bump date. 2008-09-21 18:02:00 +00:00
wiz 02f427ae01 Mention two relevant sysctls. Info provided by joerg. 2008-09-21 11:12:36 +00:00
hannken cb5bd77c51 Obsolete fssbs(4). The kernel thread is named fssN now. 2008-09-21 10:25:07 +00:00
wiz eb4e8b70f1 Remove superfluous .Pp. 2008-09-19 08:30:35 +00:00
jmcneill 99a4cc3893 Note that bulk endpoints are not supported. Reword last paragraph. 2008-09-18 13:09:20 +00:00
pgoyette 1898311641 Note that the raw SPD data is available via sysctl (in the hw tree). This
allows people to retrieve the data and feed it to decode-dimms (from the
lmsensor people) to do a full decode.
2008-09-17 12:37:41 +00:00
tron 6264f47cc6 Support multiple volumes connected to Intel MatrixRAID controllers.
Code contributed by Juan RP in PR kern/39552.
2008-09-16 11:45:30 +00:00
jdc d62f5b378e Add SBus GEM reference.
Note when SX versions were supported.
2008-09-15 20:03:18 +00:00
tron 25f901a460 Add support for status reports via bio(4) to ataraid(4).
The code was contributed by Juan RP in PR kern/39514.
2008-09-15 11:44:50 +00:00
hannken 032a270689 Kernel thread changed name from fssbsN to fssN. 2008-09-15 07:58:48 +00:00
itohy 542372dbe8 Remove unneeded \n" found on fixing PR 39535. 2008-09-14 12:59:19 +00:00
wiz 8c17a9bb0b New sentence, new line. 2008-09-13 09:13:14 +00:00
reed b9096d3a29 This manpage was moved here five years ago because machine independent.
So remove the optional man page header (architecture)
(no other manpages in this directory have an architecture).

And it references two other man pages which are machine dependent,
so specifically prepend them with their mac68k architecture.
2008-09-13 00:50:57 +00:00
christos 8c6fb6faa5 PR/39525: Joachim Schueth, Frederik Sausmikat:
cgd inadvertently encrypts blkno eight times to generate IV
2008-09-12 16:51:54 +00:00
pgoyette c3fdef9f06 Make the I2C_SCAN warning a bit more (ok, a LOT more) dire! 2008-09-12 01:19:17 +00:00
pgoyette b1779d2b4c Forgot to bump the date 2008-09-11 23:24:36 +00:00
reed 12a0cfda39 Add some more details about the driver and events. 2008-09-11 21:53:12 +00:00
pgoyette 91d59526ca Add warning on possible side effects of using 'options I2C_SCAN' 2008-09-11 21:14:16 +00:00
pgoyette dae4e2207c Document new I2C_SCAN option. 2008-09-11 20:49:29 +00:00
wiz fa7124443e New sentence, new line. 2008-09-11 11:18:11 +00:00
tron 2b3ca19215 Add support for Intel MatrixRAID to ataraid(4). It is currently limited
to one volume.

The driver was provided by Juan RP in PR kern/39511.
2008-09-11 11:08:50 +00:00
wiz f6ea3f14f6 Uncomment SEE ALSO. 2008-09-09 05:47:07 +00:00
wiz a1aeca8b64 New sentence, new line. 2008-09-09 05:46:27 +00:00
jmcneill 8aa427aa38 xr pseye(4), video(9) 2008-09-09 01:18:15 +00:00
jmcneill 54effa32f8 uvideo(4) man page 2008-09-09 01:16:03 +00:00
wiz 7415398dfe Bump date for previous, and remove trailing whitespace. 2008-09-08 16:18:37 +00:00
pgoyette ae9d8ca4b9 Sync man page with recent changes; ipmi can now return warning-under or
critical-under for temp/voltage sensors.
2008-09-08 14:46:15 +00:00
wiz 56a7292635 End sentence with dot. Use more markup. 2008-09-07 12:40:11 +00:00
tron 9d95a24209 Document WAPBL kernel option. 2008-09-07 12:07:21 +00:00