brueffer
ec4492c785
Autogenerate hardware notes for hptiop(4).
2007-05-11 22:58:09 +00:00
brueffer
9de660bf0f
Autogenerate the hardware list for cxgb(4).
2007-03-14 10:52:01 +00:00
bmah
1d11921f29
Add support for auto-generating hardware notes entries in a
...
manner consistent with the new MI-style hardware notes document.
man2hwnotes.pl now defaults to generating entities for the MI-style
hardware notes (i.e. hardware/article.sgml). A new -c
option causes it to generate entities for the older MD-style
hardware notes (i.e. hardware/common/dev.sgml).
The Makefile infrastructure supplies the -c option to man2hwnotes.pl
now unless the HWNOTES_MI Makefile variable is defined, so
compatiblity is preserved for hardware notes translations that
aren't converted to the new organization yet. As translations
convert, they should define HWNOTES_MI in their hardware/Makefile.
When all the relevant translations catch up, the compatibility goop
in share/mk/doc.relnotes.mk and share/sgml/Makefile can be removed.
Thanks go to simon@ for help with the backwards compatiblity
mechanism.
Tested with: en_US.ISO8859-1, zh_CN.GB2312
2007-02-16 02:10:12 +00:00
bmah
ab5fbc66c9
Remove alpha-specific stuff from the hardware notes (these are mostly
...
in attributes for generating MD hardware, as well as a few alpha-only
paragraphs here and there).
While here, bump copyright date in dev.archlist.txt.
2006-12-30 18:22:09 +00:00
brueffer
9bb58b4e77
Autogenerate hardware notes for msk(4).
2006-12-13 08:53:27 +00:00
joel
09a0f85203
Regenerate for snd_spicds(4), snd_emu10kx(4) and snd_envy24ht(4).
2006-10-01 13:14:07 +00:00
joel
0eb3e47712
Regenerate for snd_hda(4).
2006-10-01 11:54:32 +00:00
brueffer
f4c396a7b5
Note hardware supported by powerpc, based on GENERIC.
2006-07-31 17:04:28 +00:00
simon
daffbae80e
- Add more debugging information to make it simpler to understand
...
what's going on in cases where the "state engine" doesn't act as
expected, e.g. in the case of a list not being closed in the manual
page being parsed.
- Bump copyright year.
MFC after: 1 week
2006-07-28 20:23:03 +00:00
brueffer
a6e211d54a
Autogenerate hardware notes for stge(4).
2006-07-25 05:13:53 +00:00
brueffer
ec1f5f0be1
Add snd_envy24(4).
2006-06-17 17:10:39 +00:00
brueffer
b692e05a44
Change the myri10ge dev entity and all consumers to mxge.
2006-06-14 15:32:50 +00:00
simon
6fa4d5479b
Remove autogeneration of lnc(4) hardware notes before gnn blows it away.
2006-05-14 01:55:06 +00:00
brueffer
64fbab4133
Autogenerate hardware notes for rr232x(4).
2006-04-28 10:45:28 +00:00
simon
e4cefd49df
sk(4) now also works on sparc64 (as of yongari's recent commits).
2006-04-27 06:08:38 +00:00
brueffer
b99e55a7c9
Autogenerate hardware notes for bce(4).
2006-04-10 20:14:40 +00:00
marcel
b6706af623
Remove uart(4) as it's supported on all architectures and that is the
...
default.
2006-04-02 20:59:40 +00:00
brueffer
d025471a6a
Autogenerate hardware notes for mfi(4).
2006-03-29 21:10:45 +00:00
brueffer
81ad9cc48b
Enable automatic hardware notes generation for myri10ge(4).
2006-02-20 21:46:54 +00:00
marcel
9ee2d9db6a
Add uart(4).
...
MFC after: 3 days
2006-02-07 03:25:18 +00:00
brueffer
f0efe99773
Autogenerate hardware notes for the ce(4) driver.
2006-02-04 13:42:07 +00:00
joel
64e71c4974
Remove sound since the sound(4) manual page no longer have a
...
HARDWARE section.
Reviewed by: brueffer
2006-01-25 21:15:58 +00:00
simon
fd8dcc6063
ti(4) also works on sparc64 now.
2005-12-28 08:35:30 +00:00
brueffer
fdec22285a
bge(4) is working on sparc64 now.
2005-12-22 21:46:05 +00:00
brueffer
4cdb58bc1e
Autogenerate hardware notes for snd_atiixp(4).
2005-11-28 16:53:16 +00:00
brueffer
8440fd5c8b
em(4) works on all archs now, so this can be removed.
2005-11-09 22:05:41 +00:00
brueffer
2feaf16457
snd_es137x now works on sparc64.
2005-10-25 04:32:42 +00:00
joel
252f12692e
Autogenerate hardware notes for snd_mss(4).
2005-10-10 18:01:18 +00:00
brueffer
b548f294bc
Add esp(4).
...
MFC after: 3 days
2005-09-18 16:22:20 +00:00
joel
609346c61e
Add cdce(4).
...
Reviewed by: brueffer
2005-09-17 09:35:56 +00:00
brueffer
23fa8aa788
hptmv(4) now works on amd64.
2005-09-08 04:40:11 +00:00
simon
c284a04d0b
Remove the el(4) device, which has been retired recently.
2005-08-28 08:20:41 +00:00
joel
40be38c996
snd_via8233(4) works on amd64.
...
Approved by: brueffer (mentor)
2005-08-16 14:25:12 +00:00
joel
871d7eb888
Auto generate device listings for snd_t4dwave(4).
...
Approved by: brueffer (mentor)
2005-08-15 18:10:27 +00:00
simon
fba5f3e9b0
Handle .Li macro's with quoted arguments, which is used in the ath(4)
...
manual page.
Noticed by: brueffer (long ago)
Approved by: re (hrs)
2005-07-04 07:48:02 +00:00
brueffer
1b293be320
- Autogenerate device listings for sound(4) aka pcm(4)
...
- Rename the Audio Devices section into Sound Devices, this is more
in line with out sound and snd_* drivers
MFC after: 1 week
2005-05-22 17:04:04 +00:00
brueffer
369465f2f2
Add nve(4).
2005-05-19 15:01:44 +00:00
brueffer
75e198e221
Autogenerate hardware notes for snd_als4000.4, snd_fm801.4 and snd_via8233.4.
2005-04-12 13:33:20 +00:00
brueffer
59794f2db3
Autogenerate device listings for arcmsr(4).
2005-03-31 20:52:27 +00:00
brueffer
3de17655eb
Autogenerate device listings for sr(4) and rc(4).
...
MFC after: 3 days
2005-03-18 03:12:47 +00:00
simon
7d728d34a3
- Fix device names for snd_vibes(4) and snd_via82c686(4).
...
- Bump copyright year.
MFC after: 3 days
2005-03-12 10:54:08 +00:00
simon
6daa7d8d2e
- Auto generate device listings for snd_vibes(4) and snd_via82c686(4).
...
- Sort dev.archlist.txt.
2005-03-09 22:44:23 +00:00
simon
56f5954cf3
- Auto generate device listing for snd_neomagic(4).
...
MFC after: 3 days
2005-02-26 21:48:34 +00:00
brueffer
a8e1a0bef7
Autogenerate device listings for snd_sbc(4).
...
MFC after: 3 days
2005-02-24 00:12:17 +00:00
brueffer
90549652f0
Add oltr(4)
2005-02-04 16:43:59 +00:00
brueffer
176ab44883
Autogenerate device listings for bktr(4).
...
MFC after: 1 week
2004-12-29 14:38:37 +00:00
brueffer
7d3a2c19ea
Autogenerate device listings for umass(4).
...
MFC after: 3 days
2004-12-17 18:37:58 +00:00
brueffer
6fab81df23
Autogenerate device listings for ng_bt3c(4).
...
MFC after: 3 days
2004-12-17 10:31:00 +00:00
simon
61ee119d00
- Auto generate device listings for the pst(4) and vpo(4) device
...
drivers.
MFC after: 1 week
2004-12-14 22:21:51 +00:00
simon
58a6bbdf3c
Auto generate device listings for the snd_maestro(4) and snd_maestro4(4)
...
device drivers.
MFC after: 1 week
2004-12-14 16:23:38 +00:00