Commit Graph

1394 Commits

Author SHA1 Message Date
jdolecek 22e5ccb8e7 make more like eisa(4) 2001-03-23 19:27:29 +00:00
jdolecek 1ef0d5ca57 document MCA ep(4) attachment 2001-03-22 17:04:37 +00:00
mjacob eac7f63639 Corrects PR misc/11479- add an ses(4) man page. 2001-03-21 20:10:41 +00:00
ad c570d7e5e8 Xr iop(4). 2001-03-20 13:09:40 +00:00
ad e5d0cdd17a Tidy a little. 2001-03-20 13:09:19 +00:00
ad fac6acf4f0 Add a little waffle about `inaccessible' devices. 2001-03-20 13:08:43 +00:00
jdolecek 1c341b3d49 Provide MCA com(4) attachment. Tested with IBM Internal modem, kindly
donated to me by David Brownlee <abs@anim.dreamworks.com>.
2001-03-19 21:56:43 +00:00
jdolecek e241005cd9 use 'elmc* at ...' instead of 'elmc0 at ...' 2001-03-17 16:34:29 +00:00
jdolecek aaea6fe66c add 3Com EtherLink/MC to the list of supported devices 2001-03-16 23:08:57 +00:00
jdolecek 8e16733376 add elmc(4) manpage, and xref it from ai(4), ef(4), ix(4) 2001-03-16 23:08:11 +00:00
bouyer e28d425492 Update for promise Ultra/100 support. 2001-03-12 09:56:19 +00:00
is 782a7670e9 - The ioblix zbus board comes in 24 MHz and 22.1184 MHz clock variants.
We default to the (newer, more sane) 22.1184 MHz value, but set it from
the iobzclock variable (in Hz), which is initialized from the IOBZCLOCK
configuration option and patchable.
XXX we should time the clock at system startup.
- add ioblix_zbus to the GENERIC configuration.
2001-03-10 23:55:29 +00:00
mrg e605caf0df note compat_sunos for sparc64, compat_netbsd32, and new compat_svr4_32 2001-03-05 02:35:22 +00:00
msaitoh f6d121802a add an entry for NetMos NM9835 2001-03-04 21:33:34 +00:00
jdolecek f7dd27c22b fix section xrefs for ai(4) and ef(4) 2001-03-02 21:50:10 +00:00
itojun a86059f695 mention that gif* can tunnel ISO over IPv4/6 using EON encapsulation.
XXX is terminology correct about netiso?
2001-02-20 12:55:24 +00:00
itojun 4f9ee0260b 6to4 is now RFC, update reference. sync with kame 2001-02-17 04:28:10 +00:00
is 351ab21168 Added Zorro bus manufacturer/product id codes to the table of supported
Zorro boards, to ease identification.
2001-02-12 20:17:26 +00:00
is 5676e7788a Document the new Zorro bus boards. 2001-02-12 20:07:03 +00:00
nathanw eb65359d14 The card_attach_now flag hasn't been necessary or useful for some time.
Garbage collect the code and corresponding documentation.
2001-02-12 04:52:48 +00:00
jhawk 3dce135b76 Copyright 1997-2001 (range).
Document some stuff:
  show breaks
  show buf
  show ncache
  show page
  show pool
  show uvmexp
  show vnode
Sprinkle some commas.
2001-02-12 04:04:37 +00:00
eeh 17a9e88b78 Update line discipline documentation. 2001-02-10 23:24:12 +00:00
tacha 6fb91304fb fix date and comment out Xref to midi(4). 2001-02-08 06:58:07 +00:00
itojun 1bba1c790c typo 2001-02-07 11:56:04 +00:00
itojun 2adb8e1671 document ND6_DEBUG 2001-02-07 11:40:16 +00:00
ad 8d75ab98d3 Add a driver for the Mylex DAC960 family (including DEC SWXCR). 2001-02-04 17:05:11 +00:00
is 5774da6797 Initial wscons support by Jukka Andberg from PR 11068. 2001-02-02 21:54:49 +00:00
augustss de9cbc6035 Mention umidi in device list. 2001-02-02 05:33:10 +00:00
augustss edf1fa21c4 Add umidi(4). 2001-01-31 04:32:18 +00:00
ichiro 4e97eee598 ass product USB-RSAQ. 2001-01-28 03:48:40 +00:00
nathanw ec72e52bed Advananced Systems Products is now ConnectCom Solutions. 2001-01-28 03:04:18 +00:00
nathanw f80f6c9cca Edit for grammar and clarity. 2001-01-28 02:33:04 +00:00
nathanw d50d9fcf41 Edit pcppi(4) for clarity.
Make spkr(4) link to the speaker man page, not the pcppi man page.
2001-01-28 01:39:40 +00:00
nathanw ab7986244d Note joy at pnpbios; cross-reference joy(4) and pnpbios(4). 2001-01-28 00:59:27 +00:00
itojun fee00b1a78 mark cloned routes with RTF_CLONED. present it with netstat -r by "c".
let static routes overwrite cloned routes, as cloned routes can come back again
if necessary.  behavior same as freebsd/bsdi, code partially from bsdi42.
(NRL rt->rt_parent was not added)
should fix PR 11916 and maybe some other PRs with ARP behavior.

recompilation of usr.sbin/route6d is suggested.
2001-01-27 04:49:31 +00:00
augustss 7e55d8a1a4 Describe that the Visor has multiple ports. 2001-01-23 21:31:10 +00:00
augustss 2a80f01a2c Add and xfer uplcom(4). 2001-01-23 02:14:01 +00:00
ichiro e02943e815 add man page of uplcom 2001-01-23 01:42:33 +00:00
ad 9c7e523b64 - Complain if interrupt-driven retrieval of AENs fails somehow.
- Clamp the number of outstanding commands to 129.
- Other tweaks.
2001-01-22 17:32:11 +00:00
itojun a836499e32 make it possible to turn off ingress filter on gif/stf tunnel egress,
by using IFF_LINK2.  (part of) PR 11163 from Ken Raeburn.
2001-01-22 07:51:01 +00:00
itojun 9523bb892e correct RFC # for DF bit behavior 2001-01-22 07:30:40 +00:00
augustss 048155a1d1 I was wrong, MIDI isn't quite there yet. 2001-01-22 01:38:18 +00:00
augustss bcdad7bb8b There seems to be a midi attachment to clct. 2001-01-22 01:33:13 +00:00
augustss 26efb9351b Add clct(4) man page. 2001-01-22 01:28:53 +00:00
manu 06f408a6ac Updated COMPAT_LINUX: we now have an experimental powerpc port. 2001-01-19 01:58:06 +00:00
augustss b39abcba93 Fix typo. 2001-01-16 04:34:40 +00:00
augustss 9314c6d3af Add model name to Inland adapter. 2001-01-15 14:07:41 +00:00
jdolecek 99eacc3503 move the info about supported cards from NAME section to SYNOPSIS 2001-01-15 13:59:00 +00:00
nathanw 7fe3932bd4 Add a device known to (currently) use the FTDI chipset. 2001-01-13 20:53:22 +00:00
jhawk 0d99070cf2 Change wi(4)'s default from ad-hoc mode to BSS mode. Also
some minor manpage fixes.
2001-01-11 19:33:51 +00:00