Commit Graph

13279 Commits

Author SHA1 Message Date
jruoho
64c2268f08 Add one bug to the list. (Neither acpicpu(4) nor est(4) or powernow(4)
handle possible skew in timers and counters such as TSC.)
2011-03-05 07:47:54 +00:00
wiz
a3775b7750 Improve wording (errata is already plural). 2011-03-04 13:49:26 +00:00
jruoho
95a6759621 From mrg@: note that the states may be limited on some CPUs due erratas. 2011-03-04 12:18:15 +00:00
jruoho
0b70972be7 Fix wrong lower bound. 2011-03-04 06:42:10 +00:00
jruoho
aa3bb02a78 Finally remove COMPATIBILITY entirely. Xref odcm(4). 2011-03-04 06:01:25 +00:00
jruoho
576b6331fa Xref odcm(4). 2011-03-04 05:58:07 +00:00
jruoho
d29ee42207 Add odcm(4). 2011-03-04 05:56:49 +00:00
jruoho
6e24ce514b This will never end... ABR, ACP, ACS, ACU, ADP, ADO, ADP, AGC, AI, AN, AO,
AOS, ARU, ASK, ASR, BCC, BCR, BFT, BIU, BM, BMIC, BN, BNF, BO, BOF, BOM,
BPI, BSF, BSR, BWM, CAU, CBC, CBR, CC, CI, CMP, CPB, CPG, CPT, DAT, DBS,
DCC, DCD, DCS, DCU, DDK, DDS, DEK, DFC, DFT, DOF, ECC, ECS, EDAT, EDS, EFL,
ELS, EMP, ERD, ESS, EU, FCL, HLL, HP, IBM, ICA, IDA, ILM, ITB, LER, LFN,
LLF, LMM, LNO, LRM, LRO, LSR, MD, MESI, MI, MOESI, MOF, MOSI, MR, MSI, MUD,
NIA, NIP, ODT, OPS, OPM, OSPM, PDS, PGAS, PIM, PIPT, PLRU, PM, PMU, POP,
PPM, PUN, QBE, QC, RF, RFO, RH, RLO, RM, RR, RWM, SAM, SLRU, SMAF, SMC, SMU,
SPT, SRC, TAOCP, TCB, TOD, TPM, VB, VIPT, VIVT, VOD, VRM, WH, WM, WTC, YTD.
2011-03-03 18:40:23 +00:00
jruoho
52af638039 Xref est(4). 2011-03-01 19:41:05 +00:00
jruoho
eef758e412 Update compatibility notes. 2011-03-01 04:45:52 +00:00
wiz
839b4739f5 Add comma in enumeration. 2011-02-27 06:25:07 +00:00
wiz
d55f0816c1 Sort macros, add comma in enumeration. 2011-02-27 06:24:27 +00:00
ahoka
2b6ee22130 Import the Flash and NAND subsytem code contributed by the University
of Szeged, Hungary.

The commit includes:
 - Flash layer, which gives a common API to access flash devices
 - NAND controller subsystem for the flash layer
 - An example OMAP driver which is used on BeagleBoard or alike ARM boards
2011-02-26 18:07:13 +00:00
wiz
20ee1a50dd Bump date for new crypto types. 2011-02-25 21:10:33 +00:00
drochner
b4da53f1e6 make the use of SHA2-HMAC by FAST_IPSEC compliant to current standards:
-RFC2104 says that the block size of the hash algorithm must be used
 for key/ipad/opad calculations. While formerly all ciphers used a block
 length of 64, SHA384 and SHA512 use 128 bytes. So we can't use the
 HMAC_BLOCK_LEN constant anymore. Add a new field to "struct auth_hash"
 for the per-cipher blocksize.
-Due to this, there can't be a single "CRYPTO_SHA2_HMAC" external name
 anymore. Replace this by 3 for the 3 different keysizes.
 This was done by Open/FreeBSD before.
-Also fix the number of authenticator bits used tor ESP and AH to
 conform to RFC4868, and remove uses of AH_HMAC_HASHLEN which did
 assume a fixed authenticator size of 12 bytes.

FAST_IPSEC will not interoperate with KAME IPSEC anymore if sha2 is used,
because the latter doesn't implement these standards. It should
interoperate with at least modern Free/OpenBSD now.
(I've only tested with NetBSD-current/FAST_IPSEC on both ends.)
2011-02-25 20:13:10 +00:00
njoly
486cd08890 Fix powernow section in xref. 2011-02-25 18:48:26 +00:00
jruoho
e05a11c6ab Remove the last reference to #ifdef a.k.a. options(4) POWERNOW_K8. 2011-02-25 12:41:51 +00:00
jruoho
bddaaa8cda Add viac7temp(4). 2011-02-24 14:20:28 +00:00
jruoho
58723282b7 Update. 2011-02-24 11:33:41 +00:00
jruoho
dd9ae14c20 Xref powernow(4). 2011-02-24 11:31:06 +00:00
jruoho
4fcecccfb5 Add powernow(4). 2011-02-24 11:29:45 +00:00
hannken
05e91bfee8 fss(4): Allow FSSIOCSET to set the initial flags. Add a new flag
"FSS_UNLINK_ON_CREATE" to unlink the backing store before
        the snapshot gets created.

With this change dump(8) no longer dumps the zero-sized, but named
snapshot it is working on.  Same applies to fsck_ffs(8).
2011-02-24 09:38:57 +00:00
jruoho
53288e678f Update compatibility notes. 2011-02-23 12:38:47 +00:00
jruoho
99b95e55c0 Add est(4). 2011-02-23 11:50:03 +00:00
jmcneill
474234beba remove ukphy xref 2011-02-23 11:48:05 +00:00
jruoho
d072795ee9 Move coretemp(4) to man4.x86. 2011-02-23 08:52:16 +00:00
jmcneill
e8395e22a2 add alc(4) man page 2011-02-23 02:47:45 +00:00
njoly
48553d3a03 Typo in macro. 2011-02-21 18:12:26 +00:00
cegger
9aa13d102d add AR9285 support 2011-02-21 11:06:37 +00:00
itohy
ed461fc193 Cleanup my copyright notice. 2011-02-21 02:31:57 +00:00
jruoho
bcbacf0ee0 Add one white paper. (Prompted by the comment of "undocumented MSR".) 2011-02-20 21:03:15 +00:00
jmmv
07be9009b6 Define LIBATF_C and LIBATF_CXX to point to their corresponding .a files and
use these to properly set DPADD for test programs.
2011-02-20 20:16:01 +00:00
jruoho
b6f1140770 Update the table of sensors. 2011-02-20 19:49:28 +00:00
jruoho
3f57b5ca25 AAMOF, ADN, AWK, AYOR, BBR, BOT, CC, CFY, CTN, CYE, DMZ, DYK, EIE, EOS, ETR,
FBOW, FCOL, FOC, FTTT, GOK, GOWI, GTSY, HOAS, IAW, IAY, IB, IDC, IDGI, IDGW,
IDI, IDTT, IQ, IRT, ISBN, IUSS, IW, IYD, JAM, JAS, JFK, JGI, JJA, JW, LMC,
LMK, MMB, MO, NM, NOM, NTN, NW, OAO, PDS, PM, PMFI, PMFJI, PR, RMS, RSI,
SERP, STW, SYS, TCO, TJM, TOC, TOH, TTT, VIP.
2011-02-20 17:29:28 +00:00
jruoho
53ffcb10ff Adjust SYNOPSIS. 2011-02-20 14:36:38 +00:00
jmcneill
30dbe043ba add AR9280 support 2011-02-20 11:22:34 +00:00
jruoho
0aef142598 Split fujbp(4) and fujhk(4) to separate instances from fujitsu(4). Allows
modularization and takes care of tsutsui@'s justified concern over the too
generic name "fujitsu". Ok gsutre@.
2011-02-20 08:31:46 +00:00
jmcneill
20ae4ea372 add 'i386' to CLEANFILES on amd64, thanks mrg! 2011-02-20 04:05:14 +00:00
jruoho
6d6187ab1c AA, AAT, AC, ACK, ACL, AI, AL, AM, AMT, AOL, AP, ASIC, AT, BAL, BBS, BD, BP,
BTS, BW, CF, CLR, CMS, CN, CNC, CPS, CRC, CTM, CUA, DAO, DAP, DAT, DC, DDE,
DL, DSL, EPIC, ATL, EULA, FDC, FDD, FPR, FWS, GPR, GPT, HAT, HCL, HF, HMI,
HTT, ICE, IHV, IM, ISV, JGI, KB, KBD, LF, LTR, MB, MBS, MIMD, MISD, MPI,
MPP, MS, MT, MTBF, MTTF, MX, NACK, NAN, NC, PD, PLC, PME, PNP, PPI, PSW, PU,
RAD, RDM, RDMA, SAAS, SBU, SFC, SISD, SLOC, SOL, SP, SPMD, SPR, SSI, TAO,
TSO, TSP, UAC, UL, UMA, URN, VR, WOL, WOR, ZIF, ZMA.
2011-02-19 18:02:32 +00:00
jmcneill
ea4daf2fa5 add Adaptec RAID 3405 2011-02-19 10:54:31 +00:00
jmmv
814b005f0c Miscellaneous improvements from Garrett Cooper:
- Add to variables only once, instead of from within a loop.
- Use :tl instead of :M to match against strings for readability.
- Use CLEANFILES instead of a custom clean target.

Full release built successfully after this change.
2011-02-16 10:13:00 +00:00
jruoho
7e0b5b7921 Add a skeleton driver for Asus EeePC acpiwmi(4) mappings. 2011-02-16 07:30:26 +00:00
pooka
1faeae7181 MSFT assigned the copyright to these files to TNF, so fix license.
Also, make rcsid placement match man.template.
2011-02-14 21:13:17 +00:00
pooka
d6b3a51109 fix nic name in diagnostic. from sandrof 2011-02-14 21:00:17 +00:00
jruoho
6a329369d7 AISE, AYF, BAK, BOC, BTFT, CPC, DIAFYO, EDS, FITB, FYEO, GLWT, IAE, ICUR,
IDTS, IMBO, INPO, IUD, KMA, KWIM, MAD, NFA, NIMBY, NUNP, ONNA, ONNTA,
OOSOOM, PFI, PPP, ROI, SAR, SITD, TCB, TIC, TINWIS, TM, TMK, TTM, TWAIN,
WAFWOT, WDYMBT, WELC, WWJD, YAOTM, YWSYLS.
2011-02-14 18:33:26 +00:00
wiz
58edadba15 Fix a typo, add a serial comma. 2011-02-14 09:21:33 +00:00
hannken
48c7d44313 Initial implementation of ibmhawk(4) driver for sensors behind the IBM Hawk
on-board Integrated Systems Management Processor found on some eServers.

Tested on an IBM eServer x335.
2011-02-14 08:50:38 +00:00
jym
b7e3c0fc0b Notify that the file system has to be mounted first before modules can
be loaded from it.

ok pgoyette@
2011-02-13 16:50:16 +00:00
wiz
38a2368cfa Explain "Cannot dlopen non-loadable /usr/lib/libpthread.so.1".
Bump date.
2011-02-13 16:01:39 +00:00
christos
efe059951d add saslc 2011-02-13 00:42:45 +00:00