Commit Graph

5610 Commits

Author SHA1 Message Date
hikaru
73c29dd7cc Add VMware VMXNET3 ethernet driver from OpenBSD, vmx(4). 2014-06-10 01:42:38 +00:00
wiz
331e85e813 New sentence, new line. Sort SEE ALSO. Whitespace. 2014-05-18 12:45:03 +00:00
kardel
54c2251d60 add HYT-221/271/939 humidity/temperature I2C sensor
extend envsys(4) framework by %rH (relative humidity)
2014-05-18 11:46:23 +00:00
martin
e1ea636bac Fix firmware path - noted by Thomas Mueller on current-users. 2014-05-06 07:29:30 +00:00
kardel
04f5544c2e install bcmgpio.4 for evbarm arch 2014-04-23 07:04:01 +00:00
kardel
9171ee3159 move mcp23s17gpio.4 to MI SPI drivers section 2014-04-23 06:53:14 +00:00
wiz
7363dee110 New sentence, new line. 2014-04-22 22:23:43 +00:00
kardel
511648e509 add a driver for BCM2835 obio gpio 2014-04-22 18:51:35 +00:00
bad
89fef8a2c6 Add support for accelerated AES_CBC in ubsec(4) for BCM5823 and newer.
Update man-page and bump date.
Adjust OpenBSD RCS IDs to reflect roughly the version we are in sync with.
2014-04-19 12:29:24 +00:00
martin
7d50c1ed2d Add missing uark and umcs attachments, bump date 2014-04-17 17:50:21 +00:00
wiz
c8c5539660 Fix Dd. New sentence, new line. Sort SEE ALSO. Fix macro usage. More markup. 2014-04-07 11:18:13 +00:00
kardel
a845bf81d9 add Microchip MCP23S17 GPIO driver
(via SPI interface)
2014-04-06 17:59:39 +00:00
martin
aad6ef8bb5 Bring back the playstation2 port - now that a toolchain for it is
available again.
2014-03-31 11:25:47 +00:00
dholland
e2ddf9ecf7 Fix the heading for ext2fs options to be consistent with the others. 2014-03-23 00:50:20 +00:00
dholland
5cbf34865d Revise documentation of QUOTA and QUOTA2 options to make it clear that
these are FFS options. (QUOTA2 also works with mfs. AFAIK, traditional
quotas don't.)

Don't refer to QUOTA2 as "the new quotas format" as "new" is not a
good long-term identifier.

Also, don't xref half the quota utilities; there's no need to.
2014-03-23 00:48:08 +00:00
skrll
05d6b677c6 Remove reference to simplelock 2014-03-22 07:49:06 +00:00
wiz
4360adca3d Fix date. 2014-03-19 17:48:34 +00:00
wiz
fae7c85ffb Bump date for previous. 2014-03-19 17:48:27 +00:00
nonaka
c3077021ad Add a driver for Realtek RTS5209/RTS5229 Card Reader.
Ported from OpenBSD.
2014-03-19 15:26:41 +00:00
riastradh
6cb10275d0 Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
wiz
3e3cf573bc Spelling, whitespace. 2014-03-16 09:37:47 +00:00
martin
8ada782766 Add umcs(4) 2014-03-16 09:28:43 +00:00
wiz
bbb72bf83b Prefix link to cpsw with 'evbarm'. 2014-03-03 09:10:46 +00:00
wiz
4fc55b00e4 New sentence, new line. 2014-03-03 09:10:00 +00:00
ozaki-r
aaaf6db810 Add micphy.4 2014-03-03 02:03:31 +00:00
ozaki-r
8ef5b2745a Mention micphy(4) 2014-03-03 01:36:21 +00:00
ozaki-r
bd237efb46 Add micphy(4) manpage 2014-03-03 01:35:08 +00:00
skrll
6d3ceb1d61 Rename NetBSD/hp700 to NetBSD/hppa.
Unfortunately our VCS isn't very helpful here.
2014-02-24 07:23:38 +00:00
dholland
c48557ca9a Fix examples, from Henning Petersen in PR misc/48612. 2014-02-22 17:29:13 +00:00
jdc
679f6e9d0e Add manual page for tsciic and cross reference it from related pages. 2014-02-21 12:26:00 +00:00
wiz
2db2e12a03 Fix typo in Dd. 2014-02-14 07:29:06 +00:00
christos
d46692d173 mention ibss and hostap support 2014-02-14 04:24:41 +00:00
wiz
01b245946f Wording. New sentence, new line. filesystem -> file system. 2014-02-02 08:34:39 +00:00
manu
70aead41ff Add EMUL_NATIVEROOT so that native binaries can be told to search an
"emulation" directory before the real root. This makes easier to test
an amd64 kernel on the top of an i386 root filesystem prior a full
migration.
2014-02-02 04:28:42 +00:00
pgoyette
50bc862539 Update CIOGFSESSION argument spec to match reality 2014-01-27 21:23:59 +00:00
wiz
5a90ecf827 New sentence, new line. Sort sections. Remove superfluous Pp.
Add missing .El.
2014-01-23 15:17:59 +00:00
wiz
acfab9e197 Spell out month name. 2014-01-23 14:12:38 +00:00
ryoon
eb9e4d7489 Add urndis(4), bump date, and copyright year 2014-01-23 13:05:04 +00:00
mlelstv
45ab26459f Add igmafb man page. 2014-01-21 16:12:56 +00:00
wiz
2903717cc7 Sort sections. 2014-01-04 15:40:25 +00:00
dholland
9b72241e07 Add cross reference to mount_fdesc(8), as noted a while back in PR 45694.
Also add a note that the floppy driver is documented in fdc(4). Bump date.
2013-12-30 08:42:00 +00:00
msaitoh
bcf70d1755 Add support For I354(C2000 interna Ethernet controller):
- Add I354 support.
 - Fix SGMII+MDIO case. SGMII+I2C is not supported yet.
 - Not tested well.
 - Sprinkle "XXX" to check later.
2013-12-29 21:28:41 +00:00
pgoyette
a6570d4710 Update description to include Realtek 8211, to match contents of
sys/dev/mii/miidevs
2013-12-28 13:57:19 +00:00
njoly
5548fe6341 Remove a few unneeded paragraph macros. No output change. 2013-12-26 11:11:53 +00:00
wiz
b8996e2617 Use Mt. Remove trailing whitespace. 2013-12-24 12:20:50 +00:00
rkujawa
7e4c7bd0fb Add acafh(4) page for the recently addded acafh driver.
Be more precise in clockport(4).
2013-12-24 12:07:16 +00:00
wiz
d860f590d4 Fix typo ("then" instead of "than") 2013-12-09 09:35:16 +00:00
christos
3bd4fc7233 These don't need count anymore. 2013-12-01 00:17:14 +00:00
njoly
7112cd1564 Small macros cleanup. Do not call '.Bl -compact' and add .Pp before
each item. No output change.

ok mbalmer@.
2013-11-06 17:54:55 +00:00
wiz
e34ba27af3 Fix date and remove superfluous comma. 2013-10-27 11:41:38 +00:00