Commit Graph

9439 Commits

Author SHA1 Message Date
wiz
81cd2688f6 Bump for emips. 2011-01-28 09:24:46 +00:00
pooka
96940cc6e5 plop new emips port into various places it should be plopped in to 2011-01-27 19:09:06 +00:00
wiz
16f356de90 Link kprintf(9) to device_printf(9). For David. 2011-01-27 14:48:36 +00:00
nisimura
eabda714e1 add missing license notice as suggested by wiz@. 2011-01-27 11:33:43 +00:00
wiz
5d075ae010 New sentence, new line; full month name in Dd; add RCS Id. 2011-01-27 09:52:13 +00:00
wiz
7515698c17 Dd arguments should be full month names; new sentence, new line;
add serial comma; remove trailing whitespace; avoid xref to itself.
2011-01-27 09:50:00 +00:00
wiz
9422767211 Remove trailing whitespace. 2011-01-27 09:46:59 +00:00
bouyer
4ca29e6bc3 Add a driver for the RDC Semiconductor RDC R6040 10/100 Ethernet controller,
as found in the vortex86 SoCs (http://www.vortex86dx.com).
Ported from freebsd.
Not added to amd64's GENERIC because this CPU is 32bit only.

thanks to DM&P Electronics, Inc for providing documentation and sample
devices for this work.
2011-01-26 18:48:11 +00:00
nisimura
2b86ddb239 introduce sandpoint satmgr(4) and altboot(8) man page entries. 2011-01-26 11:25:51 +00:00
wiz
17d601176d Fix typo. 2011-01-26 09:53:20 +00:00
pooka
5f7e80a834 Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing.  eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman.  Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution.  The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
2011-01-26 01:18:43 +00:00
yamt
b5ca7f5a5b - add some random notes
Basically, KASSERT() should be used for light-weight checks and
     KDASSERT() should be used for heavier ones.

     Callers should not rely on the side effects of expression because,
     depending on the kernel compile options mentioned above, expression might
     not be evaluated at all.

- Xr options(4)
- bump date
2011-01-25 23:46:48 +00:00
wiz
e4b7bc4a76 Do not xref man pages that are not installed.
New sentence, new line.
2011-01-24 22:06:31 +00:00
plunky
0600fed083 correct history 2011-01-24 17:30:38 +00:00
enami
c25b258560 roundup2(x, y) does not assume that x is power of 2, but y is. 2011-01-24 10:22:15 +00:00
jakllsch
49b9ec3bf3 Add pcf8563rtc(4) manual page. Derived from rs5c372rtc(4). 2011-01-24 01:14:59 +00:00
dyoung
609720ff85 Describe device_printf(9).
XXX Need symbolic link device_printf.9 -> kprintf.9.
2011-01-21 17:51:19 +00:00
wiz
958ea6a0d3 Add comma in enumeration. 2011-01-21 10:03:27 +00:00
roy
2302ac3710 Describe the new terminfo environment settings. 2011-01-21 07:55:12 +00:00
mbalmer
04eab910d9 A place for Lua 5.1 modules. 2011-01-20 23:01:55 +00:00
jruoho
816ded3036 Note in SYNOPSIS that fwhrng(4) attachs to ichlpcib(4). 2011-01-20 08:53:24 +00:00
wiz
5cc9db89a8 Use St for POSIX references. 2011-01-19 08:37:56 +00:00
wiz
3998b1527a file system consistency. 2011-01-19 08:34:19 +00:00
uwe
201f16f450 Consistently use .Dv to refer to signal names.
Fix column widths so that troff emits correctly aligned column names.
Use .Sy for column names.
2011-01-19 04:33:13 +00:00
uwe
d361e1886a Sprinkle some markup. 2011-01-19 04:00:21 +00:00
uwe
10263f69df Do some markup cleanup for the benefit of troff PostScript output.
- try to be more consistent with Va/Vt/Dv
- make the space in "... otherwise 0." non-paddable to prevent widow "0."
- consistently use -width "123456" for lists of nodes


TODO: There's still quite a bit of mess to clean up:

- tables of "n+1 level names" are indented (or not) inconsistently
- formatting of node names is inconsistent (normal vs literal)
- references to POSIX should use .St
- filesystem vs. file-system, our old time favorite!
- .Pq adds annoying extra space in troff output, do we really want to use it?
- etc.
2011-01-19 02:25:17 +00:00
uwe
7ec5ba54f5 Be consistent in using (fixed width font) literals. 2011-01-19 00:33:10 +00:00
uwe
cc6916d654 Fix PostScript formatting of the character classes table. 2011-01-19 00:21:19 +00:00
uwe
49460e2535 Use .Va __func__ and .Vt restrict 2011-01-19 00:06:22 +00:00
uwe
bcf6a6c007 Bring over improvements from FreeBSD.
List all of the assignment operators explicitly, for those who have
  been traumatized by perl.

  Add C++ operators (from Christoph Mallon <christoph.mallon@gmx.de>)

Markup improvements to make PostScript output pretty.

Bring back FILES section now that /usr/share/misc/operator is
resurrected.
2011-01-18 23:36:06 +00:00
jruoho
3dfe3f4902 Put the (WDRT) also to the title. 2011-01-17 22:53:29 +00:00
jruoho
0781354583 Furthermore, use "ACPI Watchdog Timer" as the title. 2011-01-17 21:59:40 +00:00
jruoho
9338899ccd Xref acpiwdrt(4). 2011-01-17 21:56:38 +00:00
jruoho
c117169de4 Complete the reference WWW article. Use .Dq. 2011-01-17 21:54:28 +00:00
jmcneill
9037a9b3ff add acpiwdrt(4) man page 2011-01-17 16:08:19 +00:00
jruoho
e11ffc9a79 Remove /usr/share/misc/operator. 2011-01-17 11:19:07 +00:00
jruoho
05cd33ca3c Add two more references. 2011-01-17 07:32:05 +00:00
phx
d036deb14e Added Radoslaw Kujawa's license from sys/arch/amiga/dev/bppcsc.c. 2011-01-15 11:59:42 +00:00
dyoung
979fccad2b In the EXAMPLES section, use device_t and accessors instead of struct
device.
2011-01-14 18:34:44 +00:00
phx
4b9754bc21 Fixed typo: staring -> starting 2011-01-14 11:14:02 +00:00
wiz
3e398539db Remove trailing whitespace, use more markup.
XXX: License missing.
2011-01-14 10:30:02 +00:00
phx
4c54787e40 bppcsc(4) man page 2011-01-14 10:25:14 +00:00
jruoho
e760d369ed Xref xenbus(4). 2011-01-14 10:01:03 +00:00
jruoho
203863eba4 Add AUTHORS. XXX: If you feel that you are missing, please add yourself. 2011-01-14 07:11:18 +00:00
jruoho
38a574e0d6 Xref ioapic(4). 2011-01-14 06:46:35 +00:00
wiz
746164e524 Sort SEE ALSO. 2011-01-13 23:27:11 +00:00
jruoho
c8861148c8 Xref ioapic(4). 2011-01-13 21:12:49 +00:00
jruoho
bfc2f5565e Add ioapic(4). XXX: Needs some work; I'll try to revisit this later. 2011-01-13 21:05:49 +00:00
jym
99627d68df Now that we have pciback(4), Xref it for Xen boot(8), rather than
pcictl(8).
2011-01-13 10:03:29 +00:00
jym
c3dcb3813f Fix my mistake: it is boot.cfg(5), not boot.conf 2011-01-11 13:46:47 +00:00