Commit Graph

107 Commits

Author SHA1 Message Date
Christian Brueffer
2308d23a4e Autogenerate hardware notes for hptiop(4). 2007-05-11 22:58:09 +00:00
Christian Brueffer
36bd29c325 Autogenerate the hardware list for cxgb(4). 2007-03-14 10:52:01 +00:00
Bruce A. Mah
aebd313860 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
Bruce A. Mah
c198ca2aac 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
Christian Brueffer
a0faad8c13 Autogenerate hardware notes for msk(4). 2006-12-13 08:53:27 +00:00
Joel Dahl
f31a8d0266 Regenerate for snd_spicds(4), snd_emu10kx(4) and snd_envy24ht(4). 2006-10-01 13:14:07 +00:00
Joel Dahl
a96efa64e6 Regenerate for snd_hda(4). 2006-10-01 11:54:32 +00:00
Christian Brueffer
ee1458e75c Note hardware supported by powerpc, based on GENERIC. 2006-07-31 17:04:28 +00:00
Simon L. B. Nielsen
7777167df0 - 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
Christian Brueffer
5c05bbb7db Autogenerate hardware notes for stge(4). 2006-07-25 05:13:53 +00:00
Christian Brueffer
5630148ab8 Add snd_envy24(4). 2006-06-17 17:10:39 +00:00
Christian Brueffer
3b0452235f Change the myri10ge dev entity and all consumers to mxge. 2006-06-14 15:32:50 +00:00
Simon L. B. Nielsen
fb8fb5b5fe Remove autogeneration of lnc(4) hardware notes before gnn blows it away. 2006-05-14 01:55:06 +00:00
Christian Brueffer
0f0449ed87 Autogenerate hardware notes for rr232x(4). 2006-04-28 10:45:28 +00:00
Simon L. B. Nielsen
0f14e62b71 sk(4) now also works on sparc64 (as of yongari's recent commits). 2006-04-27 06:08:38 +00:00
Christian Brueffer
3bc8ff3938 Autogenerate hardware notes for bce(4). 2006-04-10 20:14:40 +00:00
Marcel Moolenaar
a1010c8d03 Remove uart(4) as it's supported on all architectures and that is the
default.
2006-04-02 20:59:40 +00:00
Christian Brueffer
0e2ce5ce47 Autogenerate hardware notes for mfi(4). 2006-03-29 21:10:45 +00:00
Christian Brueffer
503b3ee763 Enable automatic hardware notes generation for myri10ge(4). 2006-02-20 21:46:54 +00:00
Marcel Moolenaar
9d5aa19d35 Add uart(4).
MFC after: 3 days
2006-02-07 03:25:18 +00:00
Christian Brueffer
214db92188 Autogenerate hardware notes for the ce(4) driver. 2006-02-04 13:42:07 +00:00
Joel Dahl
c062265915 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 L. B. Nielsen
c783d10bb8 ti(4) also works on sparc64 now. 2005-12-28 08:35:30 +00:00
Christian Brueffer
f7c2085942 bge(4) is working on sparc64 now. 2005-12-22 21:46:05 +00:00
Christian Brueffer
00b43f1e86 Autogenerate hardware notes for snd_atiixp(4). 2005-11-28 16:53:16 +00:00
Christian Brueffer
6fe8148234 em(4) works on all archs now, so this can be removed. 2005-11-09 22:05:41 +00:00
Christian Brueffer
f5c5d122f6 snd_es137x now works on sparc64. 2005-10-25 04:32:42 +00:00
Joel Dahl
9a8147c586 Autogenerate hardware notes for snd_mss(4). 2005-10-10 18:01:18 +00:00
Christian Brueffer
f225ac4280 Add esp(4).
MFC after:	3 days
2005-09-18 16:22:20 +00:00
Joel Dahl
c1706c47b5 Add cdce(4).
Reviewed by:	brueffer
2005-09-17 09:35:56 +00:00
Christian Brueffer
ba217ebb58 hptmv(4) now works on amd64. 2005-09-08 04:40:11 +00:00
Simon L. B. Nielsen
d8e87d835b Remove the el(4) device, which has been retired recently. 2005-08-28 08:20:41 +00:00
Joel Dahl
229be6cef1 snd_via8233(4) works on amd64.
Approved by:	brueffer (mentor)
2005-08-16 14:25:12 +00:00
Joel Dahl
331fe3c4a1 Auto generate device listings for snd_t4dwave(4).
Approved by:	brueffer (mentor)
2005-08-15 18:10:27 +00:00
Simon L. B. Nielsen
5248e0694d 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
Christian Brueffer
16ae9881cd - 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
Christian Brueffer
6059b9e1fd Add nve(4). 2005-05-19 15:01:44 +00:00
Christian Brueffer
e0ae3a432c Autogenerate hardware notes for snd_als4000.4, snd_fm801.4 and snd_via8233.4. 2005-04-12 13:33:20 +00:00
Christian Brueffer
6748f93705 Autogenerate device listings for arcmsr(4). 2005-03-31 20:52:27 +00:00
Christian Brueffer
d2fcaa75b1 Autogenerate device listings for sr(4) and rc(4).
MFC after:	3 days
2005-03-18 03:12:47 +00:00
Simon L. B. Nielsen
6efbc8f412 - 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 L. B. Nielsen
4da9b346a7 - 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 L. B. Nielsen
98b4d67437 - Auto generate device listing for snd_neomagic(4).
MFC after:	3 days
2005-02-26 21:48:34 +00:00
Christian Brueffer
aa2fe60500 Autogenerate device listings for snd_sbc(4).
MFC after:	3 days
2005-02-24 00:12:17 +00:00
Christian Brueffer
69bef09c4e Add oltr(4) 2005-02-04 16:43:59 +00:00
Christian Brueffer
5a93db3dd8 Autogenerate device listings for bktr(4).
MFC after:	1 week
2004-12-29 14:38:37 +00:00
Christian Brueffer
d94b44fb9c Autogenerate device listings for umass(4).
MFC after:	3 days
2004-12-17 18:37:58 +00:00
Christian Brueffer
d6fc8c994a Autogenerate device listings for ng_bt3c(4).
MFC after:	3 days
2004-12-17 10:31:00 +00:00
Simon L. B. Nielsen
b2a2b4810d - 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 L. B. Nielsen
f8b64c2257 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