Commit Graph

8419 Commits

Author SHA1 Message Date
jym 1390556a02 Fix typo. 2009-09-06 19:46:24 +00:00
wiz 0192905bb1 Whitespace cleanup, sort sections, fix list. 2009-09-06 17:59:09 +00:00
sborrill b88195cfa1 hdaudio(4) is a standards-compliant driver for Intel High Definition Audio.
It will replace azalia(4) after testing.

To use, comment out azalia in your kernel configuration and uncomment the
hdaudio and hdafg lines so it reads:

# Intel High Definition Audio
hdaudio*	at pci? dev ? function ?
hdafg*		at hdaudiobus?

You should also:
cd /dev
sh MAKEDEV audio
2009-09-06 17:25:55 +00:00
sborrill d7f624cfd8 Regen 2009-09-06 15:31:04 +00:00
apb ed9a80fd00 Sort bzero to the correct position 2009-09-05 16:13:21 +00:00
wiz ed449c067d New sentence, new line. 2009-09-05 11:37:52 +00:00
wiz 2f1a87b0ee Various fixes; be more kind to mdoclint. 2009-09-05 11:32:36 +00:00
apb d0e6aa56a4 The man page should be BOOT_FLAG.9, not BOOT_FLAGS.9.
I am not marking the incorrect name as "obsolete" in the set lists
because it's been less than 12 hours.  If you have already installed the
incorrectly named file, you will have to delete it manually.
2009-09-05 08:55:40 +00:00
apb a9dda51fb1 Add cross references to new boothowto(9) man page. 2009-09-04 23:29:02 +00:00
apb 6d833d69e5 Add a boothowto(9) man page, and link it to BOOT_FLAGS(9). 2009-09-04 23:23:04 +00:00
plunky e28378f7d1 confusing pooka.
manpage improvements,
sunshine returns.
2009-09-04 11:34:38 +00:00
wiz 30adde5448 Fix incorrect wording. From Bug Hunting in PR 41989. 2009-09-04 10:34:16 +00:00
apb 482c8f25c8 * Boolean values may be specified with any of YES/TRUE/ON/1 or
NO/FALSE/OFF/0, so explain that.
* Change all "Foo:  YES or NO.  If not set to YES then ..." to
  "Foo:  Boolean value.  If false then ...".
* Some rewording for clarity.
2009-09-03 20:06:39 +00:00
ahoka b9e737479b Mention sched_m4. 2009-09-02 10:54:20 +00:00
ahoka 2638650e6f Document the vesa command. 2009-09-01 21:30:17 +00:00
tsutsui 53c1e123cc Fix typo. 2009-08-24 12:55:16 +00:00
joerg 0c7b475101 Do not use tabs in references. Tab has special meaning in roff(7), even
though it is not visible in this context.
2009-08-24 10:15:25 +00:00
jmcneill eff736611c Update BUGS section; genfb works on i386 and amd64 now. 2009-08-24 02:25:18 +00:00
plunky 90e0b0e5de make a small mention how to configure the tty line as a bluetooth device 2009-08-23 19:44:39 +00:00
joerg ff97d10661 Rewrite the sentence about the socket options to avoid questionable
typographic layout and to be more inline with the wording of the rest of
the man page.
2009-08-23 19:32:16 +00:00
wiz 7bc157d9a3 Reword slightly so I can understand it more easily. 2009-08-23 15:41:28 +00:00
mbalmer b43d918df8 Mention that defining the GPIO layout is subject to kauth(9) auhtorization.
Suggested by Elad Efrat.
2009-08-23 10:20:41 +00:00
joerg f2c45439cf Fix markup. 2009-08-22 01:18:56 +00:00
joerg b90505158a Kill empty lines. 2009-08-22 00:17:03 +00:00
joerg a35cefcec6 Fix markup. 2009-08-22 00:04:22 +00:00
joerg 97a6d834d7 Use semantic markup. 2009-08-21 23:55:13 +00:00
joerg dde7508f88 Fix markup. 2009-08-21 23:46:20 +00:00
joerg 4fefe2ca0a Do not use -indent without option, aka without actually indenting. 2009-08-21 23:45:15 +00:00
joerg caddf4b194 Fix markup. 2009-08-21 23:43:51 +00:00
mbalmer 6b6e87fc9f This will appear in .Nx 6, not 5. Prodded by wiz. 2009-08-21 08:20:30 +00:00
wiz 13d5139b34 Bump date for BTF_MASTER. 2009-08-21 06:12:16 +00:00
plunky b7dec17fbf add a per-unit master setting, to control requesting the master role
when accepting connections.
2009-08-20 21:40:59 +00:00
wiz 0462dcb75b Fix typo and improve English. 2009-08-20 15:58:31 +00:00
tsutsui 0228fe92d4 Rewrite binpatch(8) utility to add support for ELF binaries,
using implementation of old src/usr.sbin/mdsetimage sources
which supports misc executable formats without LGPL'ed libbfd.

No particular comments on port-atari@.

XXX1: amiga also has the similar utility in amiga/stand/binpatch
      but it has slightly different options.
XXX2: Is it worth to put this utility into MI src/usr.sbin to patch
      rtc_offset etc. in GENERIC kernel binaries in distribution?
2009-08-20 15:14:49 +00:00
wiz f26c80959a New sentence, new line. Whitespace nit. 2009-08-19 23:17:25 +00:00
mbalmer 51362abc92 Mention GPIO in the header so that apropos gpio will list this man page. 2009-08-19 20:45:23 +00:00
jmcneill 39177e11e5 s/PLAYSTATION/PlayStation/ 2009-08-19 13:38:26 +00:00
mbalmer 00f46729f9 Mention GPIO in the title so that this manual page shows up with 'apropos
gpio'.
2009-08-19 06:57:24 +00:00
cegger e5bc6032d2 grammar fix: a in-kernel -> an in-kernel 2009-08-15 09:59:12 +00:00
snj 90fa142bc7 Kill an unnecessary comma. 2009-08-15 00:40:53 +00:00
mbalmer 3ab4ce4739 Add support for multi-position electro-mechanical keylocks. An example
driver, gpiolock(4), is provided as an example how to interface real hardware.
A new securemodel, securemodel_keylock, is provided to show how this can
be used to tie keylocks to overall system security.  This is experimental
code.  The diff has been on tech-kern for several weeks.

Reviewed by many, kauth(9) integration reviewed by Elad Efrat; approved by
tonnerre@ and tron@.  Thanks to everyone who provided feedback.
2009-08-14 21:17:21 +00:00
snj c195224d45 Be consistent within this document: Queue -> Queuing. 2009-08-11 19:03:29 +00:00
wiz 7aaf57e150 Bump date for previous. 2009-08-10 22:36:37 +00:00
plunky 4f6ac13367 reduce the number of KAUTH_DEVICE_BLUETOOTH_SEND/RECV requests
by passing the packet type as an argument rather than having
a different request for each type.

(from a suggestion by mrg)
2009-08-10 20:22:06 +00:00
plunky 80c6ec5db1 remove last usage of KAUTH_ISSUSER in bluetooth code by adding
some requests to the device scope:

	KAUTH_DEVICE_BLUETOOTH_SEND_COMMAND
	KAUTH_DEVICE_BLUETOOTH_RECV_COMMAND
	KAUTH_DEVICE_BLUETOOTH_RECV_EVENT
	KAUTH_DEVICE_BLUETOOTH_RECV_DATA

and a listener tied to the HCI protocol that will approve the basic
minimum to be sent and received.

handle the requests in the bsd44_suser listener by approving all
when the credential is root.
2009-08-10 18:25:20 +00:00
wiz 38143816eb Sort sections. Fix typo. 2009-08-09 08:44:30 +00:00
mbalmer 5502bee520 Add the manual page for the gpioiic(4) driver. 2009-08-09 08:20:53 +00:00
wiz 94dcecc31d Sort sections, remove superfluous .Pp, improve wording. 2009-08-09 07:40:46 +00:00
kiyohara 5bb9b7a6ef Support SMSC LAN9118 Family Ethernet interfaces device driver.
It tested on GUMSTIX only.
2009-08-09 06:40:09 +00:00
skrll 8e44c4863b Sentences end with '.'. 2009-08-08 14:09:06 +00:00