Commit Graph

5293 Commits

Author SHA1 Message Date
jruoho
efb47b42e6 fujitsu(4) -> fujbp(4) && fujhk(4). 2011-10-05 10:10:31 +00:00
mbalmer
d394843f35 Remove the GPIODETACH gpio(4) ioctl (it is still available in COMPAT_50) and
the 'detach' command line option from gpioctl(8).  Drivers that are
attached to gpio pins can be detached using the drvctl(8) command.
2011-10-03 11:16:47 +00:00
jmcneill
ab747348b5 Install dev/i2c/i2c_io.h and implement the API in the iic(4) driver.
Obsolete the I2C_SCAN option as this can now be done from userland.
2011-10-02 16:39:45 +00:00
mbalmer
44f61c8547 It's actually 'the flag locator', not 'flags' (as 'flags' can not be used
as a locator name for reasons unknown to me.)
2011-10-02 12:43:52 +00:00
mbalmer
90077b6e6d Add a ga_flags field to the gpio_attach structure to hand driver
specific flags to drivers being attached at gpio pins.  gpioiic(4)
uses this to reverse the SDA/SCL signal order.  gpioctl(8) accepts
the flag values as optional argument to the attach command.
While here, make sure we retain backwards compatability and wrap compat
code in #ifdef COMPAT_50/#endif.
2011-10-02 09:33:18 +00:00
njoly
ef2babe19f Fix sub-section reference. 2011-10-01 08:50:28 +00:00
sjg
b9a9eadbed Elaborate a little 2011-09-30 05:07:39 +00:00
sjg
1919f85697 Install the man page for filemon(4). 2011-09-29 23:35:48 +00:00
sjg
4a9afb4566 Update description for V4. 2011-09-26 19:02:39 +00:00
christos
620f95b04a missing dots 2011-09-24 18:49:13 +00:00
christos
5f29f6df8e Document rfc6056 (and other missing) sockopts. 2011-09-24 18:27:10 +00:00
christos
97a37f38a3 mention the new QSIZE ioctls. 2011-09-24 00:06:20 +00:00
jruoho
bb5956aa49 Move i386/fdc(4), i386/lpt(4), and i386/mem(4) to man4.x86.
Part of PR port-amd64/36350.
2011-09-23 14:45:06 +00:00
wiz
c8bfcae813 New sentence, new line. 2011-09-20 19:31:47 +00:00
jym
305e6b033b Use mdoc(7) references for links to specifications. While here, fix
URLs for USB device class spec documents, and bump date.
2011-09-20 18:58:40 +00:00
rkujawa
45ee52711d Remove information about prometheus.library (not needed after last changes to mppb driver). 2011-09-19 19:18:19 +00:00
rkujawa
f05698506a Add man page for mppb(4) - Prometheus PCI driver 2011-09-17 17:04:22 +00:00
jruoho
046448eac0 Remove duplicate word. 2011-09-07 08:54:41 +00:00
jmcneill
9b960ee0a3 Document AUDIO_ENCODING_AC3 2011-09-06 01:17:48 +00:00
jruoho
afc7891098 Minor correction. 2011-08-31 07:04:49 +00:00
jruoho
456ace79d6 Use more .Nm, offset indent. 2011-08-30 11:24:38 +00:00
mbalmer
a356035768 Also mention gpioiic(4). 2011-08-30 07:44:37 +00:00
jruoho
1a007af9ac Clarify that the ATI USB dongle uses XC3028L (and not XC3028). 2011-08-30 07:27:59 +00:00
jruoho
44d221d650 Remove trailing comma. 2011-08-30 07:24:01 +00:00
jruoho
d9f0aab6fe Xref au8522(4) and xc5k(4) in the list of supported cards. 2011-08-30 07:23:05 +00:00
jruoho
7559e70f68 Note emdtv(4). 2011-08-30 07:08:47 +00:00
jruoho
82f9e3ab66 Install the emdtv(4) manual page, based on earlier feedback from jmcneill@
(includes some XXX comments; should be updated alongside with the driver).
Also use the new dtviic(4) links to build a list of supported cards.
2011-08-30 07:07:04 +00:00
jruoho
6cc2dbf4e8 Fix bug (also analog tuners are included in the group). 2011-08-30 06:51:27 +00:00
wiz
75e227598a Sort SEE ALSO. 2011-08-30 06:27:17 +00:00
jruoho
bd1a818de3 Deprecate the tuner(4) page (link to bktr(4)), as the name is too general
and nowadays misleading.
2011-08-30 05:59:44 +00:00
jruoho
d479d073dc Note that bktr(4) is not part of the dtv(4) infrastructure.
XXX: This driver should be converted (or even bluntly removed, given the
     lack of general third-party software support).
2011-08-30 05:58:02 +00:00
jruoho
64e115ab33 Xref dtviic(4). 2011-08-30 05:43:30 +00:00
jruoho
d70d1fad57 Fix .Nm. 2011-08-30 05:41:04 +00:00
jruoho
b6256a2ee9 As discussed with wiz@ and jmcneill@, move the dtvi2c(4) page to dtviic(4)
(to match iic(4)) and install it by default. Also, and in particular, build
and install MLINKS for all supported demodulators and tuners.
2011-08-30 05:40:38 +00:00
jym
040d653091 Be more precise for Xen dom0: either Ctrl + Alt + Esc, or +++++ when on
serial console.

Thanks to Christoph and Manuel for pointing that out.
2011-08-29 22:01:47 +00:00
jruoho
eedc15b4ff Some improvements. 2011-08-29 15:35:29 +00:00
wiz
b3638dac15 Some fixes from Jared, add zl10353, update AUTHORS. 2011-08-29 13:42:53 +00:00
jruoho
389b587089 Xref auvitek(4) also in SEE ALSO (and the others as comments). 2011-08-29 11:23:53 +00:00
jruoho
4384aaccea Install the dtv(4) manual page. (The stub man-pages are commented out ATM.) 2011-08-29 10:48:57 +00:00
jruoho
607caaa5f0 Fix xref-typo in the previous. 2011-08-29 10:43:52 +00:00
jruoho
b6d372f02c Various improvements; e.g. primarily speak about DTV (i.e. DVB is just a
standard), split out SUPPORTED DEVICES from SEE ALSO, improve grammar, fix
references, speak about interface instead of device, fix AUTHORS, etc.
2011-08-29 10:41:10 +00:00
jym
1751c709ef Be more precise for Xen: +++++ is only valid for Xen domUs. dom0 uses
the same key sequences as i386/amd64.
2011-08-28 22:09:36 +00:00
mbalmer
92ced822d1 Add a new ioctl, GPIOPULSE to gpio(4) to allow for pulsing a pin.
If a pin can pulse in hardware, that will be used, else it will
be pulsed in software.  There is no way yet to set the pulse frequency
for pins that pulse in hardware.  While here, make the code mpsafe and
allow more than one thread in the driver (access to ioctl is serialized).
2011-08-28 07:48:50 +00:00
plunky
9c77eacafa add some info re use of Modem and Network ports 2011-08-26 07:56:00 +00:00
jakllsch
844442797e Attach amdtemp(4) at pchb(4) instead of in place of pchb(4).
Should fix PR#45268.
2011-08-18 20:55:20 +00:00
wiz
b426708f05 Mention two packages making use of the API. From jmcneill. 2011-08-14 20:42:09 +00:00
wiz
1e58891abf Install irmce(4) after review by jmcneill.
Sort set lists while there.
2011-08-14 16:11:15 +00:00
wiz
7bdb95632e Add very preliminary dtvi2c(4) man page for describing the dtv(4) support
modules connected via i2c.
Needs heavy reviewing before it can be installed :)
2011-08-14 16:04:12 +00:00
wiz
3f109f954a Very basic dtv(4) man page for review (not hooked in yet). 2011-08-14 15:36:35 +00:00
wiz
8e8649fda9 Add AUTHORS section. 2011-08-14 15:21:46 +00:00
wiz
4c8535b2e4 emdtv was written by jmcneill. 2011-08-14 15:21:01 +00:00
wiz
753ff12090 Correct BUGS, from Jared. 2011-08-13 22:35:27 +00:00
wiz
61f150adbe Add irmce(4) man page.
Not hooked into the build; waiting for review.
2011-08-13 22:34:14 +00:00
wiz
2c079e1e05 Remove iic references, also based on comments by Jared. 2011-08-13 22:22:00 +00:00
wiz
d4089cdf45 Improvements based on comments by Jared. 2011-08-13 22:21:28 +00:00
wiz
62cbcac379 Add basic man page for emdtv(4).
Not hooked to the build yet so that the driver authors can verify and
improve it.
2011-08-13 22:18:31 +00:00
wiz
1e267b8e15 Add basic man page for coram(4).
Not hooked to the build yet so that the driver authors can verify and
improve it.
2011-08-13 22:08:01 +00:00
wiz
81a75b11fe Add basic man page for cxdtv(4).
Not hooked to the build yet so that the driver authors can verify and
improve it.
2011-08-13 22:00:35 +00:00
wiz
24781c1704 Remove trailing whitespace, superfluous quotes, move RCS Id to top. 2011-08-12 23:40:00 +00:00
dyoung
508a6ddd68 Install the ixg(4) manual page. 2011-08-12 22:04:33 +00:00
dyoung
ae88eae8ca Add the manual page for the Intel 82599 10-gigabit ethernet driver,
ixg(4).
2011-08-12 22:00:12 +00:00
mbalmer
352c784990 pwdog(4) is a device driver for QUANCOM Electronic PWDOG1 PCI
attached watchdog timers.
2011-08-11 07:33:24 +00:00
dyoung
e7e6ed352f Add support for the Oxford Semiconductor OXPCIe952, a 2-port serial chip
with a PCI Express interface, in legacy mode.  Cursorily tested with a
StarTech PEX2S952LP.

See the manual for your adapter to see how to put it into legacy mode.
There is also a "native" mode that uses a different clock multiplier
and (I think) provides a richer feature set, but also requires a bit of
additional initialization (see FreeBSD's puc(4)).

The native-mode PCI functions use different PCI Device IDs than the
legacy-mode functions.
2011-08-09 21:04:05 +00:00
jruoho
f04d14923b Add the USENIX paper of Watanabe. 2011-08-09 07:33:01 +00:00
jruoho
4c16515591 Fix a typo. 2011-08-09 07:24:49 +00:00
jruoho
01d64743e1 Finally, add missing %D. 2011-08-09 07:18:54 +00:00
jruoho
a861b65c8e One more. 2011-08-09 07:16:27 +00:00
jruoho
4f0cc00144 Add few papers to SEE ALSO. Particularly the first one demonstrates
the diminishing value of P-states compared to C-states on new CPUs.
2011-08-09 07:09:33 +00:00
wiz
a4ba190ce7 Remove trailing whitespace. Comment out pm2fb(4) link (page does not exist yet)
Merge two one-element lists into one list.
2011-08-04 20:40:52 +00:00
martin
1c0b6eb724 no space after \ for continuation lines, please 2011-08-04 19:30:11 +00:00
rkujawa
f02273fb5e Add basic PCI support for amiga port.
Add missing bus_space(9) methods needed for MI PCI.
Add p5pb(4) - Phase5 PCI bridge driver (and the man page).
Add quirks table to zbus(4) - needed for p5pb.
Change approved by phx.
2011-08-04 17:48:50 +00:00
matt
8919910c3e wd includes SATA as well. 2011-08-04 15:40:20 +00:00
wiz
b12bebbd56 Re-add intro(4) removed by accident. 2011-08-03 21:16:04 +00:00
wiz
593a132961 Bump date for previous. 2011-08-02 10:23:33 +00:00
wiz
93ae3653cd New sentence, new line. 2011-08-02 10:04:07 +00:00
jym
232e0a977a Reflect my change for Xen sysctl(7) nodes:
kern.xen.balloon -> machdep.xen.balloon.
2011-07-30 09:39:20 +00:00
christos
8095409b69 Sync keyboard list with reality. 2011-07-22 19:06:23 +00:00
wiz
0fc1088390 Remove Xr to nonexisting intro(4), xref ifconfig.if(5) instead of non-existing hostname.if(5),
remove trailing empty line.
2011-07-22 08:38:43 +00:00
jakllsch
318322babb Add urndis(4) manual page. 2011-07-20 20:51:11 +00:00
dholland
99199b5b1a fix typo 2011-07-17 23:50:05 +00:00
jruoho
fb62814031 Update. 2011-07-13 12:22:36 +00:00
jruoho
b4d286f06e Xref hpacel(4). 2011-07-13 11:03:07 +00:00
wiz
9617d469fe Fix RCS Id. 2011-07-13 08:38:16 +00:00
jruoho
b5dc3d4af2 A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on
HP NC4400. Like aps(4), this is commented out in the GENERIC kernels.
2011-07-13 07:52:48 +00:00
jmcneill
0c9acadfad This driver now supports digital capture, so remove the note in the BUGS
section.
2011-07-09 15:06:49 +00:00
wiz
a60a258593 Remove trailing whitespace. 2011-07-03 09:10:37 +00:00
kefren
2c98490182 add RTA_TAG as defined in <net/route.h> 2011-07-03 07:25:52 +00:00
kefren
51689e9504 correct two examples and add a couple more for multiple tags 2011-07-03 07:00:47 +00:00
wiz
93a5a9bfe3 New sentence, new line. Use more markup. Bump date for previous. 2011-06-30 22:13:02 +00:00
macallan
4346862517 mention how to switch consoles on ADB keyboards 2011-06-30 14:56:09 +00:00
macallan
3b2a432473 document ioctl(WSDISPLAYIO_GET_EDID) 2011-06-30 14:52:37 +00:00
njoly
392e856443 Add missing El macro. 2011-06-26 10:20:41 +00:00
wiz
57d979b352 Quote minus so it does not become a dash. 2011-06-23 20:54:24 +00:00
riz
e917779be7 Document additional settings for onpanic, from options(4). 2011-06-23 16:02:20 +00:00
wiz
1602815d7b Sort sections, fix typos. 2011-06-23 07:47:40 +00:00
wiz
38dbd1c41d Fix typos, sort sections. 2011-06-23 07:47:22 +00:00
jruoho
5abf4f43b3 Add a small summary page for altq. From the list in PR # kern/21345. 2011-06-22 20:29:38 +00:00
jruoho
9fbe6ae1dc Add a small summary page for sysmon. From the list in PR # kern/21345. 2011-06-22 19:34:53 +00:00
wiz
e7069a3461 Add dots in abbreviation. 2011-06-19 07:17:18 +00:00
pgoyette
eff7c483c3 Rather than requiring the user to know the internal encoding of sensor
types, allow the user to specify the type using the units description.

XXX Numeric specification is still permitted but will be removed soon.
2011-06-19 03:12:31 +00:00
wiz
225e0233f3 Remove trailing whitespace. Bump date for previous. 2011-06-17 18:13:49 +00:00
manu
448e1c49b2 Add mount -o extattr option to enable extended attributs (corrently only
for UFS1).
Remove kernel option for EA backing store autocreation and do it by
default. Add a sysctl so that autocreated attriutr size can be modified.
2011-06-17 14:23:50 +00:00
yamt
62ff8c0d5c pseudo-interface -> pseudo-device 2011-06-16 03:23:08 +00:00
jruoho
6e72689aa7 Try to attach hpet(4) also via a specific HPET table. Fixes PR kern/43702. 2011-06-14 13:59:23 +00:00
njoly
8d08b790cc Consistently use "Brq Dv" macros for pathconf(2) variables. 2011-06-14 13:19:32 +00:00
jruoho
ef74b36d13 Rewrite the aibs(4) driver in order to support new models. Draws from the
revision 1.6 (claudio@) of the OpenBSD's equivalent driver. Tested by mrg@.
2011-06-12 07:25:43 +00:00
pgoyette
1dcfbf4075 Correct description for hw.swwdog.reboot behaviour. 2011-06-08 12:19:14 +00:00
wiz
a9c099f5bf Fix typo. 2011-06-07 20:23:14 +00:00
wiz
0d3e47c8e9 Whitespace fix and sort SEE ALSO. 2011-06-07 20:22:56 +00:00
fair
d53081d682 Document PPS_SYNC for com(4) and zstty(4) (the only serial drivers
in which NetBSD currently supports the option), with cross reference
to ntpd(8) and options(4).
2011-06-07 18:02:35 +00:00
jym
c9ee6caf03 Document the naming convention. 2011-06-07 17:13:43 +00:00
wiz
f1bd2eac9d New sentence, new line. 2011-06-07 07:27:31 +00:00
wiz
5baa81cafd Remove leading zero in date. 2011-06-07 07:26:19 +00:00
msaitoh
691f9bca2f - Add some new devices (from OpenBSD rev. 1.11-1.12,1.15 and 1.20).
- force usb to send a zero length packet on the end of usb packets
  which happen to be a multple of 64 bytes, to indicate end of packet.
  (from OpenBSD rev. 1.23)
- style change
2011-06-07 05:46:00 +00:00
jruoho
5c3b0cfd8f Instead of ioapic(4), make MLINKS { lapic(4), ioapic(4) } to apic(4). 2011-06-06 16:52:15 +00:00
jnemeth
5d8eade971 Brett Blymn -> Brett Lymn 2011-06-05 05:49:54 +00:00
pgoyette
f02db4b78c Update to remove value_avg from list of properties. 2011-06-04 13:27:57 +00:00
pgoyette
483caa9fa0 Document new options in the proplist 2011-06-04 02:03:31 +00:00
wiz
102976ee1d Bump date for SOCK_SEQPACKET; add serial commas. 2011-05-29 08:46:42 +00:00
manu
b6e29283f6 Document that SOCK_SEQPACKET is supported 2011-05-29 04:51:15 +00:00
ryo
1dbe16cda3 add entry for SystemBase SB16C1054/SB16C1058 2011-05-28 11:12:22 +00:00
riastradh
8b58813d92 Fix some typos and incorrect idioms with the cmsg botch^WAPI.
Add a couple cross-references too.

ok wiz
2011-05-19 21:16:45 +00:00
dholland
490409ebab Grammar patrol 2011-05-07 07:16:08 +00:00
wiz
daf04c06a3 Remove \*[q] -- not necessary, just use plain double quotes instead. 2011-05-03 09:36:24 +00:00
wiz
4aa3981b30 New sentence, new line. Use more markup. 2011-04-29 10:40:46 +00:00
pgoyette
bc9b1da0ae Note that atabus* can also attach at ahcisata? 2011-04-28 23:45:15 +00:00
wiz
7ff4aecdb3 New sentence, new line. Add serial comma. 2011-04-28 16:20:20 +00:00
wiz
f91866566f New sentence, new line. 2011-04-28 16:11:37 +00:00
wiz
f78929cf33 Add RCS Id and avoid extra new lines in AUTHORS section. 2011-04-28 16:10:37 +00:00
wiz
b4d959b31f Fix Dt argument, remove superfluous Pp, remove reference to non-existing
isvctl(8).
2011-04-28 16:08:21 +00:00
wiz
0b710d099b New sentence, new line. 2011-04-28 12:15:35 +00:00
wiz
abc39e8ff4 Spelling. 2011-04-28 11:25:12 +00:00
wiz
ea124d4898 Remove references to just removed Darwin and Irix emulation. Bump date. 2011-04-26 22:17:17 +00:00
wiz
aa6a6987e7 Remove trailing whitespace. 2011-04-25 22:28:21 +00:00
wiz
929b5a7b29 Sort sections. 2011-04-25 22:27:20 +00:00
tron
581f9c7a22 Add and entry for the Intel i82545GM with external PHY which works fine:
wm0 at pci1 dev 1 function 0: Intel i82545GM 1000BASE-T Ethernet, rev. 4
wm0: interrupting at ivec 0
wm0: 64-bit 66MHz PCI bus
wm0: 256 word (8 address bits) MicroWire EEPROM
wm0: Ethernet address 00:04:23:xx:xx:xx
makphy0 at wm0 phy 1: Marvell 88E1011 Gigabit PHY, rev. 5
2011-04-23 16:46:51 +00:00
wiz
a422d26790 Spelling, sort sections. 2011-04-20 08:20:16 +00:00
jym
f5c98195c2 So, hi again, balloon(4). Merge with the current version:
- driver attaches to xenbus(4) (no compile time option anymore)
- max reservation hypercall is fixed
- sysctl(7) entries are now in KiB (like Xentools) rather than in number
of pages
- some more explanations.
2011-04-20 00:21:34 +00:00
jym
53935bb7a5 Sigh, removing balloon(4) there was already one living under x86.
Not marking the entry in set lists as obsolete, the man page stayed
in there for approx. 5min.

(apologies for the noise)
2011-04-20 00:04:54 +00:00
jym
ab22fdaedf Please welcome balloon(4), the Xen memory balloon man page. 2011-04-19 23:54:38 +00:00
wiz
75eeddb97e Fix a typo and a whitespace nit. 2011-04-09 21:53:58 +00:00
jdc
9e7d55a0ad Add a manual page for ffb(4). 2011-04-09 19:37:13 +00:00
jruoho
a9e93d02ff Fix SYNOPSIS. 2011-04-09 17:25:28 +00:00
jym
d833e65927 Alright, set xvif(4) syntax once and for all. Tested with ipf(4) under
XEN3_DOM0 amd64.

Fixes PR misc/39376.

See http://mail-index.netbsd.org/port-xen/2011/04/06/msg006603.html
2011-04-06 23:51:55 +00:00
phx
186aa5bc42 Add man page for s390rtc(4). 2011-04-05 11:24:46 +00:00
wiz
8f93b1aa3c Remove superfluous Pp. 2011-04-05 08:26:24 +00:00
wiz
c50d6a3380 Sort SEE ALSO, fix Dt argument. 2011-04-05 08:25:25 +00:00
wiz
b351288a9a New sentence, new line. 2011-04-05 08:24:43 +00:00
bouyer
0dcb8f5af8 Add a man page for rdcpcib(4). While there move rdcide.4 to i386/ 2011-04-04 17:26:23 +00:00
wiz
0a6486633f Sort sections. 2011-04-04 07:17:08 +00:00