Bill Paul
d02c233129
Add driver support for gigabit ethernet adapters based on the Alteon
...
Networks Tigon 1 and Tigon 2 chipsets. There are a _lot_ of OEM'ed
gigabit ethernet adapters out there which use the Alteon chipset so
this driver covers a fair amount of hardware. I know that it works with
the Alteon AceNIC, 3Com 3c985 and Netgear GA620, however it should also
work with the DEC/Compaq EtherWORKS 1000, Silicon Graphics Gigabit
ethernet board, NEC Gigabit Ethernet board and maybe even the IBM and
and Sun boards. The Netgear board is the cheapest (~$350US) but still
yields fairly good performance.
Support is provided for jumbo frames with all adapters (just set the
MTU to something larger than 1500 bytes), as well as hardware multicast
filtering and vlan tagging (in conjunction with the vlan support in
-current, which I should merge into -stable soon). There are some hooks
for checksum offload support, but they're turned off for now since
FreeBSD doesn't have an officially sanctioned way to support checksum
offloading (yet).
I have not added the 'device ti0' entry to GENERIC since the driver
with all the firmware compiled in is quite large, and it doesn't really
fit into the category of generic hardware.
1999-04-06 17:08:31 +00:00
Bill Paul
92d75a9bb8
Fix recurring typo: fine -> file
1999-03-25 00:52:44 +00:00
Bill Fumerola
0b1fedaafa
1) line 76: "fine" should be "file"
...
2) line 80: "abso" should be "also"
PR: docs/10496
Submitted by: Osamu Mihara <mihara@prd.fc.nec.co.jp>
1999-03-15 02:49:13 +00:00
Kazutaka YOKOTA
d98c3a8a98
Oops, syscons.4 hasn't been added to Makefile!
1999-03-11 14:10:31 +00:00
Joseph Koshy
8a7d0c6907
Typo fix.
...
PR: docs/10348
Submitted by: Chris Costello <chris@holly.dyndns.org>
1999-03-02 07:27:01 +00:00
Bill Paul
4bfc6cc972
Minor updates for the ASIX AX88141, which is a newer version of the
...
AX88140A with power management and magic packet support. Correct the
addresses of the PCI power management registers and add some code to
detect the revision ID of the AX88141 and identify it in the probe
messages.
No other changes are needed since the AX88141 is functionally
identical to the AX88140A.
1999-02-23 01:52:42 +00:00
Nick Hibma
b2c1f437de
Added man page usb uhci ohci
1999-02-21 16:56:33 +00:00
Bill Fenner
e68a8d4972
Spell ".Fx" properly.
1999-02-18 16:53:29 +00:00
Nicolas Souchu
e3ded6e2c7
Move lp.4 to man4. It is not i386 dependent.
...
Fix ppbus and lpt declaration ('0' forgotten). Add info about retrieving
printer status with 'cat /dev/lpt0'.
1999-02-14 16:22:27 +00:00
Nicolas Souchu
953cd93fe6
Create new lpt manpage with ppbus info and the original lpt info.
...
Fix lp.4 ppbus terminology.
1999-02-14 12:06:16 +00:00
Bill Fenner
7c6bb6db05
Fix .Fx usage.
1999-02-13 21:45:58 +00:00
Nicolas Souchu
b25bbcd048
Add alpm.4, Aladdin Power Management SMBus support for the SMBus framework.
1999-02-13 17:48:41 +00:00
Kazutaka YOKOTA
c69d22506e
- Revise text, and fix typos and grammatical errors.
...
- Add syscons.4.
If there still are errors, whether technical or grammatical, they are
entirely mine, not the reviewers'.
Reviewed by: sos, jkh, archie, Nick Hilliard <nick@iol.ie>
1999-02-10 14:25:03 +00:00
Dag-Erling Smørgrav
9f4715bb5b
Remove the lpt(4) page, and fix references in the lp(4) and rdp(4) pages.
...
Also fix a language nit in the rdp(4) page.
1999-02-10 02:45:06 +00:00
Kazutaka YOKOTA
ded0cfef98
- Add atkbd.4, atkbdc.4, splash.4 and vga.4.
...
- Update pcvt.4 and psm.4 to reflect recent keyboard driver changes.
1999-02-07 05:40:14 +00:00
Matt Jacob
0a36ae3668
document new features
1999-02-05 07:59:07 +00:00
Bill Paul
4d7a9b1889
Add two additional cards to the supported adapters list: the Racore 8165
...
and Racore 8148 adapters are now supported by the ThunderLAN driver.
The 8165 is just a plain vanilla 10/100 card; the 8148 is a 'multi-
personality' adapter which can support 10baseT, 100baseTX and 100baseFX
if you include the proper modules.
Also update the tl man page to mention the Racore cards.
1999-01-29 16:25:20 +00:00
Kazutaka YOKOTA
d4cc58e608
Added descriptions on new flags introduced in psm.c rev.1.57.
1999-01-26 10:01:01 +00:00
Nicolas Souchu
3b508abd51
Remove imm.4, merged with vpo.4
...
Fix vpo.4 manpage generation in Makefile
Fix bootflags bits description in ppc.4
1999-01-23 14:01:55 +00:00
Jordan K. Hubbard
2dc7119c2f
Remove man page links too, making the world work again.
...
Forgotten by: msmith
1999-01-20 11:36:26 +00:00
Mike Smith
7e32bcf677
Alog is gone.
1999-01-20 03:30:39 +00:00
Bill Paul
e2be51399d
Mention that the CNet Pro110B is supported (ax driver).
1999-01-18 17:26:01 +00:00
Bill Paul
a79778e444
Doh... han an occurance of MX that should have been PN (forgot to
...
change it when I turn a copy of mx.4 into pn.4).
Pointed out by: Jason Wright <jason@thought.net>
1999-01-11 15:38:25 +00:00
Bill Paul
31188d61c1
Add driver support (and man page) for PCI fast ethernet cards based
...
on the ASIX AX88140A chip. Update /sys/conf/files, RELNOTES.TXT,
/sys/i388/i386/userconfig.c, sysinstall/devices.c, GENERIC and LINT
accordingly.
For now, the only board that I know of that uses this chip is the
Alfa Inc. GFC2204. (Its predecessor, the GFC2202, was a DEC tulip card.)
Thanks again to Ulf for obtaining the board for me. If anyone runs
across another, please feel free to update the man page and/or the
release notes. (The same applies for the other drivers.)
FreeBSD should now have support for all of the DEC tulip workalike
chipsets currently on the market (Macronix, Lite-On, Winbond, ASIX).
And unless I'm mistaken, it should also have support for all PCI fast
ethernet chipsets in general (except maybe the SMC FEAST chip, which
nobody seems to ever use, including SMC). Now if only we could convince
3Com, Intel or whoever to cough up some documentation for gigabit
ethernet hardware.
Also updated RELNOTEX.TXT to mention that the SVEC PN102TX is supported
by the Macronix driver (assuming you actually have an SVEC PN102TX with
a Macronix chip on it; I tried to order a PN102TX once and got a box
labeled 'Hawking Technology PN102TX' that had a VIA Rhine board inside
it).
1999-01-09 18:12:08 +00:00
Peter Wemm
77ca8b20d8
restore pcvt(4) man page
...
Reviewed by: core
1999-01-01 08:48:31 +00:00
Poul-Henning Kamp
fc47545ec3
Pre 3.0 branch cleanup casualty #6 : ft
1998-12-27 13:40:57 +00:00
Poul-Henning Kamp
11ceeec231
Pre 3.0 branch cleanup casualty #5 : nca, sea, wds, uha
...
No CAM drivers available. If somebody CAMifies one of these, they
will be welcome back in the tree
1998-12-27 13:06:44 +00:00
Poul-Henning Kamp
9034de81c2
Pre 3.0 branch cleanup casualty #4 : pcvt
1998-12-27 12:52:46 +00:00
Poul-Henning Kamp
e86310b905
Pre 3.0 branch cleanup casualty #3 : 3c505 ethernet support
1998-12-27 12:44:57 +00:00
Bill Paul
6a5359cac2
Correct the name of the SMC 1211-TX: it's called the EZ Card 10/100 PCI,
...
not EtherEZ.
1998-12-24 18:52:47 +00:00
Joerg Wunsch
cd40239fe3
For whatever reason, i've thrown away this change yesterday instead of
...
committing it: include rdp.4.
Pointed out by: bde
1998-12-22 09:36:29 +00:00
Joerg Wunsch
8194a57215
This is my first cut on a driver for the RealTek RTL 8002 pocket
...
ethernet driver.
The BUGS section is still impressive, but the driver seems to work for
me now. Disclaimer: i haven't been able to test this under -current
so far (but it compiles, and the notebook it's intended for can now be
updated to -current more easy than before). Don't be afraid of the
many #ifdefs on __FreeBSD_version in the imported file; i want them in
the repository on the vendor-branch so other people can also manually
integrate it into older systems. I'll clean it up on the -current
branch in a followup commit. The vendor-banch version right now
supports systems back to 2.2R.
This driver should be layered upon ppc(4), but i currently have no
idea how to do this.
Eventually i'll further develop the driver to also support the more
modern RTL 8012 success, which seems to be present in a number of
cheap pocket ethernet adapters these days. Right now, i doubt it will
run with the 8012 without any changes.
Finally a big Thanks! to RealTek for promptly providing me with
documentation and with the source code for the 8012 pocket driver upon
request. I wish all vendors were that cooperative!.
1998-12-21 18:01:15 +00:00
Joseph Koshy
c228bdde6f
Fix spelling nits.
...
PR: docs/9115
Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
1998-12-18 03:08:57 +00:00
Bill Paul
f769cca5eb
Un-revert typo fix (fauled -> failed). This is what I get for not
...
keeping my local RCS files in sync with the rest of the world.
Caught red-handed by: bde
1998-12-07 18:14:30 +00:00
Bill Paul
989c9647f2
if_rl.c: make a small tweak to properly handle the Accton MPX 5030/5038
...
as a RealTek 8139
if_rlreg.h: use bus_space_read_X() in CSR_READ_X() macros instead of
directly calling inb()/outb() etc...
rl.4 + RELNOTES.TXT: mention that SMC EtherEZ PCI 1211-TX is supported
by the RealTek driver
1998-12-07 00:35:06 +00:00
Robert Nordier
a4dddbe01e
Fix typos (dexktop, ot)
1998-12-05 09:36:15 +00:00
Robert Nordier
d3c1cd6fe7
Fix typo (fauled)
1998-12-05 09:31:25 +00:00
Bill Paul
726ff6a158
An early Christmas present: add driver support for a whole bunch of
...
PCI fast ethernet adapters, plus man pages.
if_pn.c: Netgear FA310TX model D1, LinkSys LNE100TX, Matrox FastNIC 10/100,
various other PNIC devices
if_mx.c: NDC Communications SOHOware SFA100 (Macronix 98713A), various
other boards based on the Macronix 98713, 98713A, 98715, 98715A
and 98725 chips
if_vr.c: D-Link DFE530-TX, other boards based on the VIA Rhine and
Rhine II chips (note: the D-Link and certain other cards
that actually use a Rhine II chip still return the PCI
device ID of the Rhine I. I don't know why, and it doesn't
really matter since the driver treats both chips the same
anyway.)
if_wb.c: Trendware TE100-PCIE and various other cards based on the
Winbond W89C840F chip (the Trendware card is identical to
the sample boards Winbond sent me, so who knows how many
clones there are running around)
All drivers include support for ifmedia, BPF and hardware multicast
filtering.
Also updated GENERIC, LINT, RELNOTES.TXT, userconfig and
sysinstall device list.
I also have a driver for the ASIX AX88140A in the works.
1998-12-04 18:01:24 +00:00
Bill Paul
bb2ce8f34e
Mention in the man page that the Accton 1207D adapter is supported.
1998-11-18 21:05:11 +00:00
Bill Paul
c21a993fe9
Spell November correctly.
1998-11-07 17:54:11 +00:00
Bill Paul
c4f1db6648
Add man page for the RealTek 8129/8139 driver.
1998-11-07 17:40:18 +00:00
David E. O'Brien
c7ebbf37a8
Add a few HP's with on-board Ethernet controlers that are supported by
...
this driver.
1998-11-06 09:46:02 +00:00
Nicolas Souchu
f7dd354b1b
Add few declaration for the iicbus/smbus system.
1998-11-04 22:13:35 +00:00
Nate Williams
6c0c35eebd
tx(4) - misspelled word
...
PR: misc/8491
Submitted by: billf@jade.chc-chimes.com
1998-10-29 22:54:14 +00:00
Bruce Evans
5eb8b44ca5
Don't install the lp.4 -> plip.4 links, since the important one of them
...
clobbers the new plip.4 non-link.
1998-10-29 09:57:40 +00:00
Bruce Evans
3a389eff91
`vector xxxintr' should cause a syntax error.
1998-10-29 09:42:05 +00:00
Bruce Evans
87ed597427
Fixed missing link and disordering in previous commit.
1998-10-29 09:35:10 +00:00
Nicolas Souchu
1284f2b273
ppc.4 moved from man4 to man4.i386: parallel port chipset driver manpage
...
pcf.4 added: Philips I2C/isa interface manpage
1998-10-28 00:51:40 +00:00
Bruce Evans
f94635b179
Removed all `vector xxxintr' specifications. Interrupt handlers are now
...
configured in drivers.
Fixed some missing closing quotes.
1998-10-22 14:51:19 +00:00
Bruce Evans
14a7c8e1c4
Removed all `vector xxxintr' specifications. Interrupt handlers are now
...
configured in drivers.
Quote the last few args to form 1 arg. Quoting them in pairs almost
defeated the point of quoting them, which is to reduce the arg count
to <= 9.
1998-10-22 14:49:00 +00:00
Bruce Evans
6ba4894bca
Removed all `vector xxxintr' specifications. Interrupt handlers are now
...
configured in drivers.
Don't quote IO_KBD.
1998-10-22 14:36:55 +00:00
Bruce Evans
f022d6d636
Removed all `vector xxxintr' specifications. Interrupt handlers are now
...
configured in drivers.
Format "irq ?" the same as in other man pages.
1998-10-22 14:32:20 +00:00
Bruce Evans
9325e354ce
Removed all `vector xxxintr' specifications. Interrupt handlers are now
...
configured in drivers.
Use .Cd instead of a a home made format.
Don't quote IO_KBD.
1998-10-22 14:29:03 +00:00
Bruce Evans
c1affd9f6c
Removed all `vector xxxintr' specifications. Interrupt handlers are now
...
configured in drivers.
Fixed the port name, and don't quote it. IO_NPX0 never existed.
1998-10-22 14:22:13 +00:00
Bruce Evans
7111303d00
Removed all `vector xxxintr' specifications. Interrupt handlers are now
...
configured in drivers.
Fixed quoting of IO_ASC1.
1998-10-22 14:17:44 +00:00
Bruce Evans
f462839903
Removed all `vector xxxintr' specifications. Interrupt handlers are now
...
configured in drivers.
1998-10-22 14:12:55 +00:00
Bruce Evans
5985d44e83
Removed all `vector xxxintr' specifications. Interrupt handlers are now
...
configured in drivers.
Use the correct macro in configuration declarations. .Cm somehow gave
the same results as .Cm.
1998-10-22 13:01:19 +00:00
Kenneth D. Merry
a831a06cfb
Add the dpt(4) man page.
...
Reviewed by: ken
Submitted by: gibbs
1998-10-16 22:00:55 +00:00
Kenneth D. Merry
98deb70241
Update the bt(4) man page for CAM.
...
Reviewed by: ken
Submitted by: gibbs
1998-10-16 21:33:34 +00:00
Kenneth D. Merry
976f6cbd90
Add in the adv(4) and adw(4) man pages for the AdvanSys narrow and wide
...
SCSI controllers, respectively.
Once these drivers are tested on the alpha, these man pages can probably be
moved up a directory to reflect the fact that they're architecture
independent.
An mdoc guru should probably look at the AUTHORS sections in both of these
pages -- the .An macro seems to cause strange spacing problems.
Reviewed by: ken
Submitted by: gibbs
1998-10-16 21:12:07 +00:00
Justin T. Gibbs
0effaa9f7e
Update to include all supported chips.
...
Add a table comparing the features of all aic7xxx chips.
Clean up the discussion of SCB paging.
Reviewed by: Kenneth Merry <ken@FreeBSD.org>
1998-10-16 15:06:26 +00:00
Kenneth D. Merry
c88131e709
Update the aha(4) and ahb(4) man pages for CAM.
...
Reviewed by: ken
Submitted by: gibbs
1998-10-16 04:41:38 +00:00
Wolfram Schneider
0e67e2031b
Added reference to ifconfig(8).
1998-10-15 20:36:55 +00:00
Wolfram Schneider
6bede6b481
Added manpage link plip.4 -> lp.4
1998-10-15 20:35:28 +00:00
Wolfram Schneider
7007efd40c
Add reference to lp(4).
1998-10-15 20:27:26 +00:00
Joseph Koshy
721df085fe
Added names of additional controller chips supported by the NCR driver
...
to the manual page.
PR: 7967
Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
1998-09-18 04:36:48 +00:00
Wolfram Schneider
acd8019083
Sort cross references.
1998-08-31 16:41:09 +00:00
Joseph Koshy
842d977707
Remove identity crisis in ispcvt(8) man page. Include reference to
...
ispcvt(8) in pcvt(4).
PR: docs/7743
Submitted by: <k-horik@yk.rim.or.jp>
1998-08-26 02:46:24 +00:00
Joseph Koshy
5a3eb871a7
Add "pcm.4" to Makefile.
...
PR: 7636
Submitted by: <Janick.Taillandier@ratp.fr>
1998-08-19 01:54:13 +00:00
Bruce Evans
e587e32f15
Fixed order and formatting.
1998-08-17 16:39:07 +00:00
Bill Paul
fc164cbc0f
Ack! I edited the MLINKS entry but forgot to add xl.4 to the MAN$=
...
line. *hangs head in shame*
1998-08-16 19:54:20 +00:00
Bill Paul
ffcc5b5933
Whoops... really add the man page and update the Makefile this
...
time.
1998-08-16 17:19:58 +00:00
Jordan K. Hubbard
615e5e1586
New man page for pcm(4) driver. Me, I think this is more likely
...
generic and should go one level up, but it can keep the sb(4) man
page company for now until somebody moves all the no-longer-x86-specific
driver man pages up some day.
Submitted by: luigi
1998-08-09 19:42:53 +00:00
Kenjiro Cho
8d8a81c91e
add en ATM driver manual.
1998-07-29 05:42:20 +00:00
Mike Smith
7299385d7d
Add a section 4 manpage for the 'cs' driver.
1998-07-20 20:02:32 +00:00
Tim Vanderhoek
4a441c67ea
Fix .Ar usage. Add .Xrefs as appropriate.
1998-06-29 07:04:08 +00:00
Tim Vanderhoek
ac2acba219
A little typos and grammer fixes.
1998-06-29 06:56:40 +00:00
Joseph Koshy
bae2360789
Add mention of Intel EtherExpress 16 cards in the supported list.
...
Noticed by: Bob Van Valzah <Bob@WhiteBarn.com> on the -doc list.
1998-06-17 08:33:10 +00:00
Steve Price
0c98528507
miserable -> miserably
...
PR: 6922
Submitted by: Sue Blake <sue@welearn.com.au>
1998-06-13 19:06:49 +00:00
Joseph Koshy
68bf8f9eea
Spelling fixes.
...
Submitted by: Josh Gilliam <josh@quick.net>
PR: 6880
1998-06-08 06:12:02 +00:00
Philippe Charnier
04d3b523cc
Use .Ar instead of .ar. Correct incorrect use of .Sm (detected by Paul (pst)).
1998-06-04 06:30:50 +00:00
Bruce Evans
78453399ec
Undocumented flags which went away a few minutes ago.
...
Undocumented auto FIFO trigger level adjustment which went away years ago.
1998-05-31 11:16:09 +00:00
Bill Paul
e0c56ad6a5
Add man page for ThunderLAN driver.
1998-05-21 03:20:39 +00:00
Paul Traina
25e363dff1
Add an example showing how to build a UFS floppy
1998-05-14 06:42:47 +00:00
Andreas Klemm
a2ba45e521
Fixes incorrect company and product names in uha(4) manpage and
...
LINT config file. Should be merged to -STABLE as well.
PR: closes 6447
Submitted by: Steven Plite splite@purdue.edu
1998-04-29 17:09:41 +00:00
Søren Schmidt
ca317b8277
Add the LBA addressing flag.
1998-04-09 22:31:47 +00:00
Peter Wemm
58a06cdf07
Updates for the new si driver.
...
Obtained from: Nick Sayer <nick@specialix.com>, and tweaks by me.
1998-03-23 20:24:31 +00:00
Philippe Charnier
aaf1f16e39
.Sh AUTHOR -> .Sh AUTHORS according to mdoc specs.
...
Use .An/.Aq.
1998-03-12 07:31:21 +00:00
Jordan K. Hubbard
593616c9ef
Add man page for the bktr driver.
...
PR: 5954
Submitted by: wlloyd@mpd.ca (with tweaks from reviewer)
1998-03-09 10:56:22 +00:00
John Hay
7b3a8a7d1b
Update to reflect reality. We do support the WANic 400/405 PCI cards.
...
Fix some typos and clean it up a little.
1998-02-28 07:06:25 +00:00
Jordan K. Hubbard
b295cac018
Update docs for new stable-167 driver.
...
Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>
1998-02-20 18:09:28 +00:00
Tatsumi Hosokawa
d02327a118
Updated my e-mail address.
1998-02-20 07:19:51 +00:00
Mike Smith
d4e0b81b35
Remove qcam manpages
...
Submitted by: pst
1998-02-18 13:50:19 +00:00
Jordan K. Hubbard
aa97a2eac2
MF22
1998-02-04 15:05:23 +00:00
Jordan K. Hubbard
c316d71afe
MF22: Add tx.4 to build list.
1998-01-30 00:43:16 +00:00
Jordan K. Hubbard
b2369a0441
Add new man page for tx driver.
...
Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>
1998-01-29 10:26:15 +00:00
Kazutaka YOKOTA
1f2ea3a434
Add brief note on error message from the driver.
1998-01-24 12:14:13 +00:00
Paul Traina
d806a7ad47
I wrote a poor, but better-than-nothing manual page for the wfd subdriver.
...
Obtained from: od.4
1998-01-17 05:15:01 +00:00
Joerg Wunsch
0c860bdede
Reflect reality when documenting the link-level flags for 3c509 cards.
1998-01-08 17:09:38 +00:00
Jamil J. Weatherbee
7614b43094
documentation changes.
1998-01-06 09:39:07 +00:00
Philippe Charnier
c414c30925
Remove obsolete /etc/hostname.ep? reference.
...
PR: kern/5310
Submitted by: tom@sdf.com
1997-12-22 07:37:50 +00:00
Jamil J. Weatherbee
270fd01214
excuse me, adding alog.4 man page now forgot to commit previously
1997-12-09 11:38:02 +00:00
Jamil J. Weatherbee
3c466c41f3
Added alog.4 man page to /usr/src/share/man/man4/man4.i386/ directory
...
Altered Makefile in that directory so that make builds the alog.4 man page
1997-12-09 11:36:36 +00:00
Bruce Evans
62a1204bb6
Added mouse.4.
1997-12-07 18:07:37 +00:00
Kazutaka YOKOTA
369a889c64
Document recent mouse code changes.
1997-12-07 08:46:56 +00:00
Kazutaka YOKOTA
e90224fed7
Documented PSM_HOOKAPM and PSM_RESETAFTERSUSPEND options.
1997-11-11 03:06:45 +00:00
Joerg Wunsch
950c80614a
Document the new fdc(4) flags.
1997-10-19 13:12:35 +00:00
Kazutaka YOKOTA
63f87bd194
Rename MOUSE_GETINFO to MOUSE_GETHWINFO. The name collided with the one
...
in console.h.
Pointed out by bde.
1997-10-19 10:45:18 +00:00
Peter Wemm
cc19d8867b
Update de.4 to list new media options. Hopefully this is reasonably
...
correct.
1997-10-12 02:20:54 +00:00
David Greenman
eb48dd32da
Updated for the new media selection mechanism.
1997-09-30 15:19:49 +00:00
Mike Smith
7f30bd2e15
Update documentation for the 'ex' driver to indicate that it supports
...
the Pro/10+ cards as well.
1997-09-26 17:16:52 +00:00
Joerg Wunsch
a5b8be1a91
Explain the newer sio(4) flag values.
...
Fogotten by: phk, bde
1997-09-14 18:55:41 +00:00
John-Mark Gurney
27495372d1
add the man page for pnp... also add activate it in the makefile
1997-09-09 12:53:38 +00:00
Søren Schmidt
1f7727a963
Upgrade of EIDE DMA support, Johns comments:
...
* lots of fixes to error handling-- mostly works now
* improve DMA timing config for Triton chipsets-- PIIX4 and UDMA drive
still untested
* generally improve DMA config in many ways-- mostly cleanup
* clean up boot-time messages
* rewrite PRD generation algorithm
* first wd timeout is now longer, to handle drive spinup
Submitted by: John Hood <cgull@smoke.marlboro.vt.us>
1997-09-04 18:49:53 +00:00
Adam David
8e78364702
typo and reword
...
Submitted by: garbanzo@hooked.net (Alex)
1997-08-12 20:07:22 +00:00
Joerg Wunsch
5367882b0d
Add a man page for sb(4).
...
Submitted by: garbanzo@hooked.net (Alex)
1997-08-10 08:09:01 +00:00
Mike Smith
d28e8bd5da
New manpage for the Wavelan (wl) driver.
...
Submitted by: Jim Binkley <jrb@cs.pdx.edu>
1997-08-01 03:32:39 +00:00
Philippe Charnier
9e14ab4ed6
Document the CMD640 option.
...
PR: kern/3742
Submitted by: helbig@MX.BA-Stuttgart.De
1997-07-15 09:44:05 +00:00
David E. O'Brien
b5cca8def8
Add description of the link{0,1,2} flags
1997-07-14 23:42:57 +00:00
Steve Price
d0dff61cfb
Fix a minor nit in the .Dd macro invocation so that
...
the revision date is displayed correctly.
1997-06-23 04:52:13 +00:00
Steve Price
681e5e7a09
Show the real revision date and not the date that this
...
manpage is being viewed.
1997-06-23 04:03:49 +00:00
Masafumi Max NAKANE
e134b4d4a9
Typo fix.
1997-05-30 15:43:36 +00:00
Peter Wemm
d8888419c5
wl.4 was missing from the MAN4 list
1997-05-23 12:07:33 +00:00
Mike Smith
6762ff9bd6
Add wl.4
...
Reminded by: joerg
1997-05-23 03:21:36 +00:00
Mike Smith
e847647398
Manpage for the 'wl' Wavelan driver.
1997-05-22 08:52:23 +00:00
Eivind Eklund
6ad98044a1
it's'' ->
its'' where appropriate and typo fixes in time2posix.3.
...
Closes PR docs/3612.
Submitted by: Josh Gilliam <soil@quick.net>
1997-05-19 16:33:27 +00:00
Poul-Henning Kamp
6826307cf8
Mention that flags 0x10000 disables test#3
1997-05-18 21:24:04 +00:00
Paul Traina
d1ed0d3d16
Update the manual page to call more attention to the probe override flags.
1997-05-11 18:28:08 +00:00
Joerg Wunsch
4b1780a7d7
Don't xref a nonexistant pc(4).
...
PR: docs/3525: pcvt(4) references pc(4)...
1997-05-08 15:26:28 +00:00
Bruce Evans
4e3785d415
Removed ix.4.
...
Submitted by: roberto
1997-04-14 15:05:49 +00:00
Justin T. Gibbs
30e97236b1
Remove this man page now that the ie driver supports the EtherExpress16.
1997-04-14 00:31:19 +00:00
Mike Pritchard
dd5527c607
Use the .Fx macro for FreeBSD references for releases prior to 2.0.
...
Use the .Tn macro for generic FreeBSD references. Cleanup other
formatting problems noticed while making the above changes.
1997-03-21 20:14:15 +00:00
Mike Pritchard
fb5ce63a63
Fix a number of typos and use the .Tn macro where appropriate.
1997-03-21 20:04:21 +00:00
Mike Pritchard
c5cb834a27
Typo police (this one wasn't yours, Joerg :-)
1997-03-12 13:51:57 +00:00
Joerg Wunsch
e48ff1868b
Document the various link-level flag for these drivers.
...
2.2 candidate (after typo police :)
1997-03-12 13:37:56 +00:00
John-Mark Gurney
c3df09bb7a
replace non-existant ioctl [GP]IO_STRMAP with what really does exist,
...
[GS]ETFKEY...
Definately a 2.2 Candidate
a clean up of this page is to follow.... but I'm not sure I'll have it
before 2.2 is to be released...
1997-03-09 20:53:20 +00:00
John-Mark Gurney
892cb98e6b
add missing cvs Id lines.
1997-03-07 02:50:01 +00:00
Bruce Evans
0b7607eaaf
Improved description of the device names.
1997-03-03 18:47:38 +00:00
Bruce Evans
3fbafe0fb2
Updated descriptions of minor numbers and files.
...
Refer to pstat.
Don't attempt to list all the model numbers.
1997-03-03 18:38:37 +00:00
Mike Pritchard
d0b67be00e
The .Fx macro doesn't know about any of the 1.* FreeBSD releases.
1997-02-28 02:20:42 +00:00
Mike Pritchard
1dcb0e4fb1
Add i386 to the .Dt line.
1997-02-22 23:35:22 +00:00
John-Mark Gurney
2c8478e177
this manpage will actually make it's first appearance in 2.2.
...
2.2 Candidate
1997-02-22 23:20:54 +00:00
Mike Pritchard
3c3fafffa5
Remove an unneeded #include line.
...
Pointed-out-by: bde
1997-02-22 21:21:13 +00:00
Mike Pritchard
e4343c4e5a
sysmouse.4 should be in man4.i386.
1997-02-22 21:19:55 +00:00
Peter Wemm
e25aeca937
Revert $FreeBSD$ back to $Id$
1997-02-22 13:26:29 +00:00
Justin T. Gibbs
2e3507efc7
Update to match reality. Give more indepth description of SCB paging
...
and tagged queueing. Mention the AHC_ALLOW_MEMIO option.
1997-02-18 20:27:26 +00:00
Mike Pritchard
6a6c4c22d2
Fix a bunch of man pages to stop abusing the .Nm macro, along
...
with some other minor fixes for some problems I noticed
while making these changes.
Pointed out by: bde
1997-02-05 15:07:37 +00:00
Joerg Wunsch
f552063e6c
Correct the synopsis of some EISA or PCI drivers. They don't take
...
ISA-like arguments (anymore).
1997-02-01 19:54:23 +00:00
Mike Pritchard
8f20a914b6
Minor mdoc cleanup.
1997-01-31 00:38:18 +00:00
Mike Pritchard
bba323e822
Update to reflect current include files.
1997-01-31 00:05:08 +00:00
Andrey A. Chernov
d80ace690d
Add save/restore cursor position escapes
1997-01-26 23:27:15 +00:00
Mike Pritchard
cc2c561f5e
Man page police.
1997-01-25 20:42:09 +00:00
Jordan K. Hubbard
6fb16f982c
Add missing entries for de.4, fxp.4, ix.4, le.4, lnc.4, ze.4, and zp.4.
...
Now things build again.
Forgotten Again By: David E. O'Brien :-)
1997-01-21 12:25:06 +00:00
David E. O'Brien
5747fc5871
Share my poetry with the world.
...
(de.4, fxp.4, ix.4, le.4, lnc.4, ze.4, and zp.4)
Not forgetten this time by: obrien :-)
1997-01-20 09:22:23 +00:00
David E. O'Brien
44fd653298
New manpages for various Ethernet drivers, that I didn't see manpages for.
...
Manpage police??? Looking kinda bored there aren't you? Need something
to do? :-) I'm sure there's work here to be done.
Inspired by: Joerg
2.2-R candidate after Mike gets thru with them.
1997-01-20 09:18:54 +00:00
David E. O'Brien
41ed2e23cd
Added some verbage from looking at the source code.
1997-01-20 09:16:14 +00:00
David E. O'Brien
9828d8c1f2
Driver also supports the HP PC Lan+ adaptor.
...
Reviewed by: personally tested. :-)
1997-01-20 09:15:35 +00:00
Mike Pritchard
97e6cd972a
Man page police.
1997-01-19 17:24:18 +00:00
Mike Pritchard
114030361b
Actually install the new ex.4 man page.
...
Forgotten by: David E. O'Brien
1997-01-19 17:18:57 +00:00
David E. O'Brien
8d9d877fa6
Basic manpage for the ex driver (Intel EtherExpress Pro/10).
...
Desired by: Joerg
1997-01-19 11:16:43 +00:00
Alexander Langer
8abdc2eb40
Sweep through the tree fixing mmap() usage:
...
- Use MAP_FAILED instead of the constant -1 to indicate
failure (required by POSIX).
- Removed flag arguments of '0' (required by POSIX).
- Fixed code which expected an error return of 0.
- Fixed code which thought any address with the high bit set
was an error.
- Check for failure where no checks were present.
Discussed with: bde
1997-01-16 21:58:40 +00:00
Søren Schmidt
c61ba66705
Latest fixes for the psm mouse device, also updates the docs
...
to reflect the new options etc..
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1997-01-15 12:04:11 +00:00
Jordan K. Hubbard
1130b656e5
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
Mike Pritchard
32c5eaa8aa
Mdoc police..
1996-12-31 22:42:00 +00:00
Wolfram Schneider
a1427df598
add 'i386' to macro .Dt
1996-12-29 20:36:04 +00:00
Wolfram Schneider
0b992c1d66
Sort cross references.
1996-12-26 16:16:37 +00:00
Mike Pritchard
46a1272500
Convert to mdoc format.
1996-12-21 23:54:30 +00:00
David E. O'Brien
0dfb02eb79
Added $Id$.
...
Added more verbage about the card, and documented the driver's bugs.
2.2-R candidate.
1996-12-18 01:35:20 +00:00
Mike Pritchard
5086890eb9
Remove a bad xref, and reference a couple of more useful ones
...
instead. Closes PR# 1141.
1996-12-14 21:13:22 +00:00
Mike Pritchard
aab5e1b6d0
Minor formatting/style fixes.
...
Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR # 2134
1996-12-09 07:45:59 +00:00
Nate Williams
7ffe15380f
Added psm manpage.
...
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1996-12-06 01:58:14 +00:00
Paul Traina
bcb3240507
Add a warning about SCB paging.
...
Suggested by: gibbs
1996-10-01 03:54:16 +00:00
Wolfram Schneider
e0e5145ce6
add missing comma(s) in .Xr macros
1996-09-23 22:24:39 +00:00
Mike Pritchard
46f84fcb84
Use the .Fx macro to specify FreeBSD version where appropriate.
1996-08-22 23:51:58 +00:00
Mike Pritchard
400d45a39a
Update a bunch of man pages to use the .Fx macro to specify FreeBSD versions.
1996-08-21 22:01:49 +00:00
Poul-Henning Kamp
bba48fb88d
Document the flags.
1996-07-21 09:29:25 +00:00
Mike Pritchard
836760b9f4
Fix a spelling error.
1996-07-11 01:20:45 +00:00
Mike Pritchard
7ed2691105
Add a man page for the "aic" deive (Adaptec AIC 6260/6360 SCSI controller
...
chips).
Obtained from: NetBSD
1996-07-11 01:11:12 +00:00
Mike Pritchard
69bf862ef8
Add a man page for the "wt" device (Archive/Wangtec QIC-02 & QIC-36
...
interface boards).
Submitted by: NetBSD
1996-07-11 00:37:13 +00:00
Mike Pritchard
ae828f7be5
Minor style fixup.
1996-07-11 00:31:57 +00:00
Mike Pritchard
0ee08fdda0
Add a man page for the "ncr" device (NCR 53C810 & 5C825 SCSI controllers).
...
Obtained from: NetBSD
1996-07-11 00:30:51 +00:00
Mike Pritchard
f1bf0d576f
Add a man page for the "ep" device (3com 3c5x9 ethernet card).
...
Obtained from: NetBSD
1996-07-11 00:22:46 +00:00
Mike Pritchard
e165a77b17
Add a man page for the "el" device (3com 3c501 ethernet card).
...
Obtained from: NetBSD
1996-07-11 00:19:22 +00:00
Mike Pritchard
61ab736492
Add a man page for the "eg" device (3com 3c505).
...
Obtained from: NetBSD
1996-07-11 00:16:46 +00:00
Mike Pritchard
39d5249727
Fix a minor formatting problem.
1996-07-10 23:54:15 +00:00
Wolfram Schneider
e4b7c2713b
add 'speaker' to section NAME
...
add spkrtest(8) to section SEE ALSO
1996-07-07 12:52:03 +00:00
John Hay
129db146f7
Add the sr.4 man page so that it gets installed.
1996-07-06 08:03:18 +00:00
John Hay
d805b866fa
This driver supports the SDL Communications RISCom/N2 ISA cards that is
...
based on the HD64570 chip. Both the 1 and 2 port cards is supported.
Line speeds of up to 2Mbps is possible. At this speed about 95% of the
bandwidth is usable with 486DX processors.
The standard FreeBSD sppp code is used for the link level layer. The
default protocol used is PPP. The Cisco HDLC protocol can be used by
adding "link2" to the ifconfig line in /etc/sysconfig or where ever
ifconfig is run.
At the moment only the X.21 interface is tested. The others may need
tweaks to the clock selection code.
1996-07-05 18:51:59 +00:00
Wolfram Schneider
6541e32dc2
add manpage link speaker.4 -> spkr.4
1996-07-04 22:54:14 +00:00
Mike Pritchard
41aa7251bb
Link the pcvt.4 man page to vt.4 so that anyone examining
...
their kernel configuration file can do "man vt" and get
what they expect.
1996-07-04 00:42:09 +00:00
Justin T. Gibbs
9591b63489
Bring back the AHC_TAGENABLE compile option and document it. You must
...
use this option to get tagged queuing. Just like the old days.
1996-04-28 19:43:10 +00:00
Justin T. Gibbs
6ab36e711a
Update to face reality. We now support the aic7850, aic7860 and aic7880.
...
Mention Ultra support and SCB paging.
Remove references to AHC_TAGENABLE.
1996-04-20 21:37:49 +00:00
Mike Pritchard
8c10c7dd2e
Update the scd(4) man page to reflect the current copyright
...
status and to update some path references.
1996-04-08 01:08:24 +00:00
Mike Pritchard
906c1e27fc
Correct some man page cross references and file location references.
1996-04-07 00:06:21 +00:00
Garrett Wollman
ec71082a3e
Add /usr/share/examples/perfmon and /usr/include/machine/perfmon.h to
...
the FILES section.
1996-04-01 19:29:56 +00:00
Garrett Wollman
38544b49e7
Document the change in how the START and STOP ioctls operate
...
(counters can be started and stopped in numerical order brather
than all at once).
1996-03-28 20:57:11 +00:00
Garrett Wollman
986dd77360
Add a man page for the perfmon driver.
1996-03-26 20:57:26 +00:00
Jordan K. Hubbard
2ced21c71d
Whoops, it might be nice if we actually *installed* the vx man page.
...
Noticed by: Juha Inkari <inkari@snakemail.hut.fi>
1996-03-21 00:20:52 +00:00
Nate Williams
54e1baed9c
"options APM" is no longer necessary for APM support.
1996-03-19 04:19:30 +00:00
Jordan K. Hubbard
1160de3203
Whoops, don't forget the man page that goes with the previous commit.
...
Submitted-by: M. Sekiguchi <seki@sysrap.cs.fujitsu.co.jp>
1996-03-17 11:44:22 +00:00