Commit Graph

708 Commits

Author SHA1 Message Date
mjacob 9471e81790 Quite a bit of rewriting:
1. Document CONTROL MODE (and the fact that you can do I/O now if
the device is opened in control mode- the actual close behaviour
is akin to normal mode (i.e., it rewinds)). This should probably
either be a separate bit, or O_NDELAY on the open as well.

2. Document new MTEWARN subcommand to MTIOCTOP (enable/disable
early warning behaviour).

3. Document EOM handling more fully.

4. Note that for DENSITY and BLOCKSIZE values that the values you
set aren't persistent past the current mount session unless you have
the CONTROL MODE device opened.

5. Remove the old EOM handling BUG notice and instead note that having
a minor bit for compression selection wouldn't be a bad thing.

Flame on!
1998-07-30 03:52:42 +00:00
perry 6a834adc63 NORVEGIAN -> NORWEGIAN 1998-07-27 23:56:34 +00:00
bouyer 11245c76f7 Ops, forgot FINNISH_KBD. 1998-07-27 18:38:07 +00:00
bouyer 82370f62b3 Document FRENCH_KBD,GERMAN_KBD,NORVEGIAN_KBD options. 1998-07-27 13:39:51 +00:00
augustss e2bebe5d75 Add more information about the ioctl(2) available for the USB
controller device.
1998-07-26 22:22:26 +00:00
augustss c6161a6ce6 Fix wscons installation. 1998-07-26 18:28:35 +00:00
augustss 34736fe9df Add wscons(4) man page and xref it from USB driver pages. 1998-07-26 17:50:12 +00:00
lukem 786b86d71b use AF_LOCAL instead of AF_UNIX 1998-07-18 05:04:35 +00:00
augustss 793fb328b4 Add a missing `,'. 1998-07-13 14:56:08 +00:00
augustss 4ef7bcf3ee Xref the USB host controllers. 1998-07-13 14:54:11 +00:00
hpeyerl 8287d3b0f3 Note CDIOCLOADUNLOAD ioctl for ATAPI changers. 1998-07-13 12:14:24 +00:00
augustss 9cc6468a58 Xref usbhidctl(1). 1998-07-13 11:00:20 +00:00
augustss 6309808827 Add an xref to usbdevs(8). 1998-07-12 20:56:23 +00:00
augustss deb00272b9 Add USB support. Supported so far:
* UHCI and OHCI host controllers on PCI
* Hubs
* HID devices withe special drivers for mouse and keyboard
* Printers
1998-07-12 19:51:55 +00:00
cgd 6ef870e439 kick the mod date, too 1998-07-12 02:24:07 +00:00
cgd 3a4f29f99b I went to Fry's and noticed a few more cards that probably will be
supportable with this driver, but currently aren't supported.  Add them.
Also, quote 'Tn' arguments, so that the ones with lots of words work as
they should.
1998-07-12 02:22:28 +00:00
thorpej 2f0941b4fa Describe how to serially concatenate components, PR #5730,
Noriyuki SODA <soda@sra.co.jp>
1998-07-09 20:53:42 +00:00
mjacob ad147874b3 add isp(4) man page 1998-07-09 16:19:20 +00:00
kleink 14da82c71b Typo. 1998-07-07 21:39:20 +00:00
kleink 3cc02e2624 Fix a macro invocation typo; from John F. Woods in PR lib/5721. 1998-07-07 21:34:23 +00:00
kleink 779258dc70 Add fdc(4). 1998-07-05 20:04:23 +00:00
kleink aa1b10f8b2 Add a manual page for the Amiga custom chip floppy disk controller device,
mostly geared towards explaining the pseudo-partition encodings; with input
from Ignatios Souvatzis.
1998-07-05 19:58:30 +00:00
jonathan 347be47aa3 Document NFS_BOOT_RWSIZE. 1998-07-05 07:26:45 +00:00
mjacob 029e17f0c7 kern/1275 changes 1998-07-04 02:26:03 +00:00
cgd fc1723c2fd add a quickly-thrown-together manual page for 'puc' 1998-07-01 01:48:20 +00:00
nathanw e14ca04293 Document shortcorename support and control. 1998-06-28 21:36:55 +00:00
lukem bd8d501f7e remove options FIFO; it's now the default 1998-06-26 01:53:43 +00:00
augustss 401fc92522 Add some chip names. 1998-06-25 10:10:23 +00:00
fair be9502d3ce update for the wide range of systems now using an esp driver to talk to the ncr53c9x MI code 1998-06-19 11:28:56 +00:00
fair 82754d39ed small reference error fixed 1998-06-19 11:01:53 +00:00
fair 6c41945915 add scsi.4 ss.4 ch.4 to Makefile (I forgot) 1998-06-19 10:58:52 +00:00
fair 0d96992f01 some more explicit text about the cost of LANCE_REVC_BUG 1998-06-19 07:43:19 +00:00
fair 752ca327a1 add status of AMD inquiry 1998-06-17 19:53:22 +00:00
fair be1829ca41 one itty bitty boo-boo 1998-06-11 09:16:10 +00:00
fair 91b5182e46 mdoc(7) & nroff cleanup, plus some additional references 1998-06-11 09:03:45 +00:00
fair 7dfd309216 mdoc(7) & nroff cleanup, plus some additional references 1998-06-11 08:32:19 +00:00
fair ffa2165350 fix some errors, clean up for nroff 1998-06-11 07:21:07 +00:00
fair e3c88d8f74 convert some nroff stuff to mdoc(7) stuff. 1998-06-11 07:12:40 +00:00
fair a79c4f381f add magma, note that power now works, add references to driver man pages. 1998-06-11 07:00:45 +00:00
fair 9a7d11339e hallelujah! We finally put PR#2008 to rest with this. 1998-06-11 06:27:13 +00:00
fair a76d855399 Attempt to finish off PR#2008, and document our SCSI subsystem.
Add references to ATAPI support; do a quick job from UTSL on scanners,
and the changer thing. Also document that SCSI bus Ethernet interface
that appears to be supported. Clean up some nroff stuff in the exiting
pages.
1998-06-10 11:15:20 +00:00
augustss 4cf6b49124 Fix typo. 1998-06-08 20:45:44 +00:00
lukem 2671d5320b remove unnecessary paragraph separator 1998-06-08 11:17:58 +00:00
lukem ce6fc561af remove unnecessary comment 1998-06-08 11:16:16 +00:00
fair 55e87985b1 Substantial additions to this man page.
All non-LEDEBUG diagnostics from sys/dev/ic/am7990.c documented.

LANCE_REVC_BUG partially documented (Anyone know someone at AMD who can get
us the date codes for the various revisions of the LANCE, so that it can be
determined who has the Revision C chip, and who doesn't?), per PR#5438.
1998-06-07 09:55:49 +00:00
enami 3c4720dc6c In the SYNOPSIS section, don't put an optional count argument in the
separate line.
1998-06-07 09:51:39 +00:00
enami 6220363e5d - Remove period at the end of SEE ALSO list.
- Move SEE ALSO before HISTORY.
1998-06-07 09:32:54 +00:00
enami 01f6ffc2cb - Restore missing `.Sh SEE ALSO' line.
- Move SEE ALSO section before HISTORY section.
1998-06-07 09:31:31 +00:00
enami 753711791e Indent structure member. 1998-06-07 09:23:54 +00:00
enami 2d98bfc07e Sync with fe-driver split. 1998-06-07 09:10:30 +00:00
enami df9c94f1b0 briefly document about aic* at isapnp. 1998-06-07 09:08:45 +00:00
augustss db50fa53b8 Add Aria driver. 1998-06-06 10:14:21 +00:00
augustss 7d31de6a7a Add info about mixer_level_t which has been missing for all these years. 1998-05-28 17:27:15 +00:00
matt 822c8a12c7 fix botch I made when adding fta.4 1998-05-27 21:09:08 +00:00
matt 473440eb76 Add fta.4 link 1998-05-27 02:52:29 +00:00
msaitoh 7675c91cae note x68k's NMI switch. 1998-05-26 05:09:10 +00:00
drochner e5ef0cc867 sync "x/I" section to reality 1998-05-24 12:05:20 +00:00
matt 2860457d59 Note wdc attachment (which only currently supports the
Digital Mobile Media Adapter CDROM).
1998-05-23 16:14:46 +00:00
matt d2911e55c4 Note support of the DEFTA 1998-05-23 16:10:30 +00:00
matt fb6204e335 Note NE2000 isapnp attachment. 1998-05-23 16:04:40 +00:00
augustss 9a5a11785f Add ym.4 man page. 1998-05-21 15:52:32 +00:00
augustss 076364ae0d Fix typos. 1998-05-20 19:48:21 +00:00
augustss e8e4ee2bfe Add ym man page. 1998-05-20 19:37:21 +00:00
pk 1d6d3eb784 Add Magma SBus serial/parallel port manual page by Iain Hibbert. 1998-05-20 00:10:40 +00:00
kml 051be14326 Correct copyright date. 1998-05-17 16:46:06 +00:00
kml 8fbab6a9af Added man page for the RoadRunner HIPPI driver. 1998-05-14 00:39:09 +00:00
lukem a48b942484 document PPP_BSDCOMP and PPP_DEFLATE 1998-05-13 14:20:47 +00:00
augustss fbb394da51 Cross reference audioctl(1) and mixerctl(1). 1998-05-09 12:10:31 +00:00
augustss 08c0421201 Note the addition of eap(4). 1998-05-07 20:17:32 +00:00
fair f63f1f5530 document si & sw drivers 1998-05-07 10:55:21 +00:00
augustss 821913c679 Make config line match reality. 1998-05-06 19:14:06 +00:00
augustss cbf0d347c4 Add eap.4 (and reformat the lines) 1998-05-06 19:02:28 +00:00
ross 1569541db4 Untangle botched .Po .Pc at the end. 1998-05-06 00:03:02 +00:00
enami 46cbc7744a Cosmetic changes; move comment leader to the next line. 1998-05-05 00:40:03 +00:00
augustss 7458164379 Add Ensoniq AudioPCI driver. 1998-05-01 22:00:37 +00:00
mjacob 6307a2e37c at least add MTERASE clause- page (and tape driver) need rewriting 1998-05-01 16:14:48 +00:00
fair a576d424e0 Marathon man page editing session to fix broken .Xr's, add important
references, add a little white space here & there for readability,
clean up some mdoc(7) macro usage and so on. Whew!
1998-04-30 08:50:03 +00:00
fair 601bad7562 add some additional documentation and references 1998-04-30 05:42:40 +00:00
fair 4d576a6053 fix bad .Xr references 1998-04-29 20:26:21 +00:00
fair dc026e0515 Change occurrences of "UNIX" to .Ux or .At as appropriate. 1998-04-28 06:00:51 +00:00
fair c46ab392dc Principally, change foo(N) to .Xr foo N
Also, do some other mdoc tagging.
1998-04-28 04:07:04 +00:00
ross 7c7c171d13 Add David Brownlee's new intro pages, with editing. (PR #534[23])
Also, while here, expand apparently incorrectly .Dd month abbreviations.
(I thought about doing this in tmac/doc-common...heh...that would have
allowed a possible reverse map back to abbreviations.)
1998-04-22 07:14:30 +00:00
fair 0dc86d3286 remove a note about eeprom on Suns - not true. 1998-03-25 22:05:01 +00:00
fair 01b13d66f9 additional miscellaneous cleanup of "entering debugger" and "machine-specific commands" sections. 1998-03-25 21:58:08 +00:00
fair 4b7a86f558 add sun3{,x} key sequence to "entering debugger" 1998-03-25 21:32:22 +00:00
fair adceb30242 The "entering debugger" section moved higher.
Key sequences for "pmax" added to "entering debugger".
1998-03-25 21:26:33 +00:00
fair 2a990c202d fixed the mdoc display formatting for the machine specific commands 1998-03-25 19:45:02 +00:00
fair 0d2af8a384 Add very basic rz.4 and tz.4 manual pages. The portmaster should review
these for accuracy.
1998-03-25 06:22:02 +00:00
fair 408f198db3 A walk through the section 4 pc532 man pages:
Write an intro.4, closing PR#3978
Fix some typos, some unclear english, diddle the nroff a bit.
One outstanding issue: plip.4 has a tbl(1) table in it, but the Makefile
does nothing to format it right.
1998-03-25 02:13:31 +00:00
fair ef207d5d50 Herewith find documentation of the machine/port specific commands
to ddb(4) that I can glean from the source code as requested by PR#1562.

Portmasters, please check for accuracy.

Also, someone with a bit more facility with mdoc(7) should figure
out why I get the odd indentation when I thought I used the macros
in a reasonable fashion...
1998-03-24 02:05:44 +00:00
fair e7f10c4076 typo fix, per PR#5188 1998-03-23 10:23:30 +00:00
fair 51271ff28f document TIOCPKT_IOCTL per PR#4533 1998-03-21 03:14:30 +00:00
fair fe9ada4a1c add "px" driver to the list as a matter of completeness 1998-03-20 23:36:55 +00:00
fair 28482a4652 Herewith I commit the results of a several hour romp through the
pmax section 4 documentation, inspired by PR#4527. Lots of typos,
misspellings, and grammatical errors corrected. A foolish consistency
(the hobgoblin of my small mind) in capitalization enforced for
certain trademarks (DECthis, DECthat, and so on). A little white
space added here and there for clarity. Some nroff peccadillos
tended to. Further remarks over issues not dealt with will be
committed in the PR.
1998-03-20 13:31:57 +00:00
fair 062a042b20 add "experimental" notice on LFS, UNION,and PORTAL options, per PR#4889, PR#4968. It would probably be a good idea to add a notation to each config file to read options(4) for descriptions of all kernel options. 1998-03-19 07:40:04 +00:00
bouyer a29032bc40 Document the 'FFS_EI' option. 1998-03-18 17:17:06 +00:00
fair 5fd2bfcc12 added documentation of the various compile options for this driver from PR#4680 1998-03-11 09:55:19 +00:00
mikel 30e350a5ca use NetBSD instead of UN*X 1998-03-09 05:56:27 +00:00
mikel 9e1f303984 mark MD manpages as such 1998-03-09 05:52:57 +00:00
mark 4352ef4083 Remove ISA references inherited with the original page. Add physical
memory information relevant to ARM systems.
1998-02-26 21:50:41 +00:00
jonathan 4c9de2fb64 Fix typo in dz11/dc speed botch: 19200 is actually 19800, not 19600.
Explain more fully why DZ/dc devices lose as PPP/slip interfaces.
1998-02-23 19:46:24 +00:00
is 7667dac2d2 Actually fix, rather than mask, the Amiga big machine panic: the pmap needs
to (pre)allocate enough kernel page table pages to (among others) map the
buffer cache buffers.
1998-02-22 22:51:46 +00:00
enami 0482987447 Fix .Nm usage. 1998-02-22 07:16:07 +00:00
enami 125b4340bd Remove period from end of SEE ALSO list. 1998-02-22 06:53:10 +00:00
enami 711008fb74 Sort SEE ALSO list first by section number. 1998-02-22 05:21:20 +00:00
ghudson 89a0fe6732 Correct typo: the description of TIOCNOTTY had a reference to
TIOSCTTY, which was a typo for TIOCSCTTY.
1998-02-16 20:16:51 +00:00
kleink af9cc34b3c Add ONOCR and ONLRET output modes, from XPG4.2. 1998-02-13 21:53:44 +00:00
gwr e76179d0fb Remove man?.sun3x 1998-02-11 18:52:25 +00:00
gwr 5db62a8c44 see ../man4.sun3 1998-02-11 18:46:59 +00:00
is cb1085870c Add the LIMITMEM workaround for the kernel address space size problem.
Will be removed as soon as the kernel can auto-adapt to its address space.
1998-02-09 22:14:43 +00:00
perry 34a98169f0 macroize BSD, NetBSD, FreeBSD and misc cleanup 1998-02-06 05:54:12 +00:00
perry dceef86ecb fix nit in .Nx usage 1998-02-05 04:36:16 +00:00
is 01c32e5bb9 We have now much much more than 3 terminal emulator console devices. 1998-02-01 16:40:52 +00:00
is aa61cc5265 The Altais is NOT a Zorro III board (although the NetBSD kernel can't
see the difference...)
1998-01-25 21:59:02 +00:00
is 28b322150f Synchronize with sys/arch/amiga/dev/zbus.c. 1998-01-23 00:15:08 +00:00
thorpej dc1a41a889 Document MALLOCLOG and MALLOCLOGSIZE options. 1998-01-21 22:54:56 +00:00
augustss bd98f52464 Typo. 1998-01-19 20:22:30 +00:00
augustss 6347a69ad7 Fix typos and update a little. 1998-01-19 20:14:45 +00:00
is e6a5f48a4d Add description of the Amiga BB060STUPIDROM option. 1998-01-18 19:07:19 +00:00
is 1b6d407e88 Mention M68020 option, and correct M060SP option description. 1998-01-18 18:43:54 +00:00
thorpej b9ed745f83 Add DDB key sequences for alpha and mvme68k. 1998-01-15 06:38:18 +00:00
drochner 7afe181893 Add rudimenrary documantation for the NFS_BOOT_BOOTP, NFS_BOOT_DHCP
and NFS_BOOT_BOOTPARAM options.
1998-01-12 15:45:23 +00:00
mikel 9eb5ee9f6e use += to set MLINKS so all links are made 1998-01-10 23:06:38 +00:00
perry 3fe138c146 RCS Id Police. 1998-01-09 08:03:16 +00:00
lukem 59557ec934 document IP_PORTRANGE 1998-01-07 23:39:49 +00:00
thorpej 72f8e09db9 Document LOCAL_CREDS socket option. 1998-01-07 23:39:16 +00:00
perry 2ec6474b31 RCSID Police. 1998-01-06 04:44:59 +00:00
lukem a76b9e2bee document COMPAT_13 1998-01-04 00:44:20 +00:00
jeremy a70d6a8124 Added sun3x subdirectory. 1997-12-24 08:45:33 +00:00
jeremy 1bc784e57e Initial import 1997-12-24 08:42:14 +00:00
ender 7b9a6c237d o Make mc.4 1997-12-18 18:13:31 +00:00
ender 54d86e7158 Man page for MACE ethernet (AM79C940) from David Huang <khym@bga.com> 1997-12-18 06:22:45 +00:00
leo aabde1a0a1 Add some atari and m68k options. 1997-12-10 14:45:47 +00:00
leo 37acac72e1 Add an atari specific intro to section 4 (closes pr-3976). 1997-12-09 07:56:22 +00:00
bouyer 2f8f801256 The iy driver now uses if_media (it was the last one, at last for i386, to use
the historical link? flags for media select)
XXX No pullup request for this. But if sysinst supports explicit media
XXX selection in 1.3, this should be in 1.3 as well.
1997-12-02 09:34:03 +00:00
kleink fdc776ed19 Typo. 1997-11-27 14:38:56 +00:00
mikel d1033b38a5 fix .Nm capitalization (noted by cgd in PR 4377)
fix typos and comment out references to missing pieces while I'm here
1997-11-27 06:43:33 +00:00
kleink 75bf350d8d The option to enable PPS code is called `PPS_SYNC'. 1997-11-26 14:43:13 +00:00
pk 16f78e700d Fix typos (from Krister Walfridsson; PR#4576). 1997-11-25 22:15:56 +00:00
lukem 0e3b290810 fix .Nx usage (use 1.0 instead of 0.9a, etc), and other minor cleanups 1997-11-24 06:28:50 +00:00
chopps 21d30e39c3 add amiga interrupt sequence 1997-11-23 18:37:33 +00:00
bouyer 9e88e02f86 Add "TI TravelMate 5000 series laptop docking station's ethernet board" to
the list of supported harware by the TL driver (per William Coldwell).
1997-11-19 09:53:20 +00:00
thorpej 2af766eb2f General cleanup. 1997-11-17 23:50:46 +00:00
lukem fb3d390582 * major rewrite from scratch using -mandoc macros (it was a -man.old doc)
* cleaned up a few points, clarifying ambiguous sentences
* documented DDB_HISTORY_SIZE=xxx kernel option, and the appropriate
  editing keys
* added notes on how to drop into ddb on the mac68k (from [kern/4501])
1997-11-17 10:54:16 +00:00
lukem 7b313cf9f1 document DDB_HISTORY_SIZE=integer 1997-11-16 23:56:18 +00:00
carrel 2030b7b104 Turn off reseting and disabling the device by default.
Document the option to turn them back on.
1997-11-15 20:18:50 +00:00
wrstuden 3cb2709fab Don't forget to make atalk.4 now that we have it 1997-11-15 04:00:34 +00:00
wrstuden 971b386d3e First stab at an Appletalk man page. Taken from the NetAtalk atalk(4)
man page, and beaten on my myself and Ted Lemon.
1997-11-15 00:08:16 +00:00
kleink e460bea7ea Fix section number. 1997-11-14 21:49:20 +00:00
thorpej f35a3d52d0 Copyright assigned to The NetBSD Foundation. 1997-11-13 09:29:40 +00:00
mrg 6be07a674c add missing .Nm calls and MLINKS. from spz@serpens.swb.de 1997-11-12 00:47:32 +00:00
augustss 3b361428d1 Add a first version of a PCMCIA man page. 1997-11-11 17:21:42 +00:00
veego 6d7368baa7 Remove the ed.4 entry. 1997-11-11 12:00:59 +00:00
thorpej 4c23631cbf Fix a typo. 1997-11-11 05:53:38 +00:00
thorpej 5623c81594 Fix a couple of typos. 1997-11-11 05:50:28 +00:00
thorpej 5a07bc3ec4 Clean this up a bit. 1997-11-11 05:48:16 +00:00
thorpej ee9c3ac44f Fill in a few things. 1997-11-11 05:31:33 +00:00
thorpej 49571ef5eb Fill a few things out. 1997-11-11 05:27:11 +00:00
thorpej 73ee6249a8 Clean up the DIAGNOSTICS sections. 1997-11-11 05:11:27 +00:00
thorpej 0199629221 Update to match reality. 1997-11-11 05:02:16 +00:00
thorpej ad89f0bfb2 Add a blurb about PCMCIA "aic" attachments. 1997-11-11 03:55:24 +00:00
thorpej 9de27f16b4 Add a manual page for the "en" driver. 1997-11-11 02:05:58 +00:00
thorpej 810df1dbb8 Add missing stuff, remove incorrect stuff, and general cleanup. 1997-11-11 02:03:45 +00:00
thorpej ab07f1e7ae Add a manual page for the "lc" driver. 1997-11-11 01:11:11 +00:00
thorpej 1e7399ce90 Add manual page for the "sm" device driver. 1997-11-11 00:45:54 +00:00
thorpej b85d82744a Fix a few bogons, add "sm" device. 1997-11-11 00:42:50 +00:00
thorpej b8d17bce4d This driver no longer exists. 1997-11-10 23:21:35 +00:00
thorpej 6a56bee4c0 Manual pages for "ec" and "we" drivers. 1997-11-10 23:18:23 +00:00
wrstuden 1d83bab62a Mention NETATALK as a kernel networking option. 1997-11-09 01:02:06 +00:00
jonathan 0bdc6f10b9 Commit `pacifier' driver for turbochannel PMAG-C option card:n
just acknowledge interrupts from the PMAG-C.
1997-11-08 07:27:49 +00:00
fair 7635c5fc36 Document the SUN_LEN() macro as suggested by PR#3804,
with wording modified for clarity.

Last sentence of the patch omitted because I do not understand what
it means, even after some examination of the unix domain kernel code.
1997-11-05 06:57:59 +00:00
explorer 59a2ae9aed add experimental warning 1997-11-04 05:50:54 +00:00
jonathan 36097b30a0 Note the new device-special filenames used in 1.3_ALPHA, and how they
map to serial ports.
1997-11-03 11:19:21 +00:00
bouyer b3b200d4f8 Fix typo. 1997-10-31 17:58:46 +00:00
augustss d2efd43f43 Add guspnp. 1997-10-31 15:07:46 +00:00
augustss 449db89e1b Remove a bug that is no longer there. 1997-10-31 15:02:33 +00:00
bouyer 7171f0a1bb Add tl to the list of supported devices. 1997-10-31 08:36:17 +00:00
augustss 74659c8324 Mention guspnp. 1997-10-31 08:24:45 +00:00
gwr 609a55eab0 Add zstty.4 1997-10-31 03:13:01 +00:00
jonathan bbf2ccdf78 Fix mandoc errors. Note performance loss due to software copying from
padded, non-consistent DMA buffers.
1997-10-31 02:53:46 +00:00
jonathan 51bd1dfec7 * Fix several mandoc typos. Describe ioasic DMA channels as mapping
from 16-bit device addresses to 32-bit TC DMA space.
* Sync with reality (pmax config now attaches ioasic at tc, not
  vice-versa, for compatibility with the Alpha.)
1997-10-31 02:26:09 +00:00
bouyer d157e83599 Add a man page for the thunderlan driver. 1997-10-30 11:23:17 +00:00
gwr 3e484574dd for the tty part of the z8530 driver 1997-10-28 17:14:53 +00:00
veego 7a632ed880 Enable the ASDG LANRover section. 1997-10-28 09:32:26 +00:00
mikel 80a879acb5 remove BUGS section, 16M limitation no longer exists; from NAKAJIMA
Yoshihiro in PR kern/4363.
1997-10-28 03:45:17 +00:00
mrg 31829baa7b IPFILTER is not an option (it's a pseudo-device) 1997-10-28 01:01:08 +00:00
chuck 695d407460 update doc on new "ps" options 1997-10-24 19:15:38 +00:00
gwr 6dfcd7b38d Add: fd.4 intro.4 kbd.4 ms.4 1997-10-22 23:12:17 +00:00
gwr 82e23efefd Mostly stolen from man4.sparc (fixes PR#3979) 1997-10-22 23:10:05 +00:00
gwr bbf694e0fb s:SPARCstation:Sun3/80: 1997-10-22 23:08:22 +00:00
gwr f5b7f0cd1e s/sparc/sun3/ 1997-10-22 22:55:44 +00:00
thorpej c7c4c00eda Copyright assigned to The NetBSD Foundation, Inc. 1997-10-21 00:14:45 +00:00
thorpej 470dedcf2c Update for ne(4). 1997-10-20 21:47:31 +00:00
thorpej ad3b16c4c8 Add a manual page for the "ne" driver. 1997-10-20 21:40:43 +00:00
thorpej a55181bde9 Update for PCMCIA and the status of 3c515 support. Do a bit of cleanup,
needs more work.
1997-10-20 21:11:05 +00:00
veego 8c551cbbbe Add grfcl, grfcv, grfcv3d, grfet, grfrh, grfrt and grful 1997-10-20 14:27:49 +00:00
veego a32ceec50b Add the new graphics man pages. 1997-10-20 14:26:33 +00:00
veego 2805c478f3 New manpages for the supported graphics cards. 1997-10-20 14:24:33 +00:00
veego ccc98a4225 s/config.new/config/ 1997-10-20 14:22:32 +00:00
augustss 46820d8f49 Minor editorial changes. 1997-10-20 08:22:42 +00:00