nia
6cfc1dcd83
s/Disk and tape/Storage/g, more relevant cross-references
2021-03-12 08:28:20 +00:00
nia
44d60cf0a4
add rtsx(4)
2021-03-12 08:19:29 +00:00
nia
f2b94eb614
Clarify problem.
2021-03-12 08:03:24 +00:00
thorpej
6311fdd048
Re-factor the code in pmap_extract() that checks the 601 I/O segment
...
table and the BAT tables into separate functions that can be called
from outside of the pmap module.
2021-03-12 04:57:42 +00:00
knakahara
9f07171dbd
Refactor rxr->next_to_check updating.
2021-03-12 01:54:29 +00:00
knakahara
d712b4adb8
Remove extra unlock/lock processing around if_percpuq_enqueue().
...
same as if_wm.c:r1.700
2021-03-12 01:53:36 +00:00
rillig
81c22dc68a
indent: manually fix indentation
...
No functional change.
2021-03-12 00:15:34 +00:00
rillig
3530c7d28f
tests/indent: add test templates for testing specific parser symbols
...
The basic idea of indent is to split the input into tokens and then
reassemble them, reformatting them on the way. These tokens determine
how the output is formatted, therefore add tests for each of the
terminal tokens and nonterminal parser symbols, to cover more common
cases, and edge cases as well.
2021-03-12 00:13:06 +00:00
rillig
200ea2d398
indent: reduce indentation of check_size functions
...
No functional change.
2021-03-11 22:32:06 +00:00
christos
ff8b561e4a
remove extra increment; fixes: echo o | sed -e 's/o/\a/'
2021-03-11 22:31:19 +00:00
rillig
c7f0688822
indent: remove redundant cast after allocation functions
...
No functional change.
2021-03-11 22:28:30 +00:00
rillig
72f722fd46
indent: use consistent array indexing
...
No functional change.
2021-03-11 22:15:44 +00:00
rillig
a855cd0537
indent: merge duplicate code for reading from the input buffer
...
No functional change.
2021-03-11 21:47:36 +00:00
macallan
202e08cd90
add basic support for iMac G5 audio:
...
- match AOAShasta
- deal with headphone gpios labeled as lineout in OF
- set sc_mode to SNAPPER_IS_PCM3052 - OF makes it look like an unlabeled
TAS3004
TODO:
- actually support pcm3052 instead of treating it like a sw codec
2021-03-11 19:36:11 +00:00
palle
f7c207741e
sun4v: vnet - reception of ethernet frames seems to work now (WIP and code is still full of debug code)
2021-03-11 19:34:11 +00:00
christos
d48a1fa0b9
Underscore is a word character (thanks uwe@)
2021-03-11 18:49:18 +00:00
nia
0269aae9a7
Fix missing Xr
2021-03-11 18:16:50 +00:00
nia
fe15df49d0
Mention that formats with >16-bit precision cannot yet be used
2021-03-11 17:42:14 +00:00
wiz
4481672ffb
Remove trailing whitespace.
2021-03-11 17:13:29 +00:00
nia
490280b5bf
Remove dead references
2021-03-11 17:12:42 +00:00
nia
26a3928b4e
Use inline cross-references.
...
Remove dead reference.
2021-03-11 17:01:55 +00:00
nia
b111a8ed96
Use inline cross-references
2021-03-11 16:59:04 +00:00
nia
0cea59e8b3
Use inline cross-references.
...
Remove reference to no-longer-existing FDDI driver.
2021-03-11 16:56:50 +00:00
nia
2c3227d4ff
Use inline cross-references.
2021-03-11 16:53:14 +00:00
nia
74ff3ffbf7
Use inline cross-references.
...
Remove dead references that mandoc complains about.
2021-03-11 16:50:08 +00:00
nia
ed05de92ad
Reference kernel developer's manual
2021-03-11 16:43:01 +00:00
nia
36e57376af
Use inline cross-references.
2021-03-11 16:39:58 +00:00
christos
be8d4886f8
improve wording.
2021-03-11 16:36:41 +00:00
nia
f1f02abe4d
Use inline references.
2021-03-11 16:34:12 +00:00
nia
7343bd7865
Use inline cross-references.
2021-03-11 15:46:03 +00:00
christos
95cea0cc25
Use the same options like m4 (-g turns on GNU, -G turns off GNU) Suggested
...
by uwe@
2021-03-11 15:45:55 +00:00
nia
e4c891f6dc
cross-reference pci(9)
2021-03-11 15:44:50 +00:00
nia
807762b108
Be less redundant in the DESCRIPTION
2021-03-11 15:41:32 +00:00
nia
b011bd8bdd
Put cross-references in a useful place, copying usb(4)
...
Caught a few drivers in the list that no longer exist this way.
2021-03-11 15:40:02 +00:00
nia
c48385939a
add ena(4)
2021-03-11 15:27:40 +00:00
christos
d502916eaa
Add -G to support GNU extensions
2021-03-11 15:15:05 +00:00
christos
0ad4def4b8
Document the "C" language escapes supported in GNU mode.
2021-03-11 15:12:51 +00:00
christos
259eea82c4
recognize the "C" language backslash escapes like gnu does (except b which
...
is already taken)
2021-03-11 15:00:29 +00:00
nia
90499bedcc
delint by removing Tn macros
2021-03-11 14:19:43 +00:00
nia
ae8854d7cc
add vmx, virtio
2021-03-11 14:08:18 +00:00
ryo
798cc6a0c1
flowlabel will never return anything other than 1 or 0.
...
s/&&/&/
2021-03-11 11:10:22 +00:00
nia
c238b6b786
Add ixg
2021-03-11 10:45:33 +00:00
ryo
a41b701065
Numeric modifiers conflict with the syntax interpretation of ddb, so use 'b', 'w', 'l', 'q' instead.
...
Also, change load/store('l','s') to 'r','w' like the other arch.
>db{0}> machine watch/1 hostname
>Bad modifier
>db{0}> machine watch/s1 hostname
>add watchpoint 0 as ffffc00001087848
2021-03-11 10:34:34 +00:00
nia
00c9e6ab61
Move nvme where I expected to find it (disk controllers section)
2021-03-11 10:33:36 +00:00
nia
2c68c9ba50
Split wifi cards into a separate section, add many more.
2021-03-11 10:28:53 +00:00
ryo
060a3f1bf4
- fixed a problem where hardware {break,watch}points other than #0 could not be cleared
...
- hardware {break,watch}point addresses are now strictly checked
2021-03-11 09:48:40 +00:00
simonb
b85b508a3b
Use ifdef _KERNEL_OPT instead of ifdef _KERNEL before including
...
"opt_ppcarch.h".
2021-03-11 08:33:34 +00:00
thorpej
94d7e1d6e5
Tidy up initialization of the kernel SRs just a bit.
2021-03-11 04:43:47 +00:00
msaitoh
49cf423314
Add "TX " to "Queue No Descriptor Available" to make it more understandable.
...
Same as ixgbe.c rev. 1.278.
2021-03-11 02:30:47 +00:00
msaitoh
5c0df95076
Whitespace fixes. No functional change.
2021-03-11 01:23:33 +00:00