Sync the hardware list with the driver and with what I could find on
the Areca website.
Also remove the module from the FILES section, it's already covered in
the SYNOPSIS.
Overhaul this manpage somewhat:
- Move mentionings of required drivers to the SYNOPSIS where they belong
- Remove cruft (XiG, sheesh) from the EXAMPLES section and re-arrange things to make
somewhat more sense
- Fix an Xref to manpage from ports to mention the corresponsing port
- Remove commented out HISTORY section header
Add support for Epson USB Scanners (3590 [1] and 4990 [2]).
Add entries in the uscanner.4 man page (along with missing 3500).
Add quirk for Logitech iFeel MouseMan USB mouse. [3]
Add support for Familiar Linux powered iPaq handhelds to cdce(4). [4]
Add a quirk for the Belkin FC6550-AVR UPS. [5]
Add support for Netgear FA101 ethernet USB NIC. [6]
Add support for Psion Gold Port Ethernet USB NIC. [7]
Add support for Epson Stylus CX4200 in uscanner(4). [8]
Add support for Novatech NV902 wireless NIC in ural(4). [9]
Add SCSI da(4) quirk for the iRiver H10. [10]
Add a SCSI da(4) quirk for Rekam USB Camera. [11]
Add a USB quirk for Motorola A41x/V32x USB phones. [12]
Add a USB quirk for CMOTECH CDMA USB modem. [13]
Add a USB umass(4) quirk for Panasonic KXL-840AN CD-R drive. [14]
src/share/man/man4/aue.4: rev 1.24 -> 1.25
src/sys/dev/usb/if_aue.c: rev 1.99 -> 1.100
src/sys/dev/usb/usbdevs: rev 1.264 -> 1.275
src/sys/dev/usb/if_cdce.c: rev 1.15 -> 1.16
src/sys/dev/usb/umass.c: rev 1.137 -> 1.138
src/share/man/man4/uscanner.4: rev 1.27 -> 1.29
src/share/man/man4/ural.4: rev 1.10 -> 1.11
src/sys/dev/usb/usb_quirks.c: rev 1.50 -> 1.54
src/sys/dev/usb/uscanner.c: rev 1.74 -> 1.76
src/sys/cam/scsi/scsi_da.c: rev 1.192 -> 1.194
src/sys/dev/usb/if_kue.c: rev 1.70 -> 1.71
src/share/man/man4/kue.4: rev 1.23 -> 1.24
src/sys/dev/usb/if_ural.c: rev 1.45 -> 1.46
PR: usb/100957 [1], usb/100992 [2], usb/101066 [3],
usb/103865 [4], usb/102260 [5], usb/102286 [6],
usb/102296 [7], usb/102851 [8], usb/102852 [9],
usb/102547 [10], usb/98713 [11], usb/97512 [12],
usb/97948 [13], usb/81073 [14]
Submitted by: Jim Teresco <terescoj@teresco.org> [1],
Walter C. Pelissero <walter.pelissero@iesy.net> [2],
Heiko Przybyl <zuxez@uni.de> [3],
Alexey Roslyakov <internetworking@mail.ru> [4],
David Grochowski <grocho98@students.rowan.edu> [5],
Volker <volker@vwsoft.com> [6,7],
Jonathan Fosburgh <jonathan@fosburgh.org> [8,9],
Sven Esbjerg <freebsd-pr@xbsd.net> [10],
Alex <goo@t72.ru> [11],
Mark Diekhans <markd@kermodei.com> [12],
Alexei Volkov <kot@kotzone.ru> [13],
James E. Flemer <jflemer@alum.rpi.edu> [14]
Approved by: re (kensmith)
Kill reference to ndisapi.9 here as well, it doesn't exist.
PR: 82114
Point users to ndisgen(8) over directly interacting with ndiscvt(8) as the
former is easier to use.
PR: 97231
Approved by: re (hrs)
The SIOCSIFNETMASK ioctl was removed from tun.c, thus remove mention of
it in the tun.4 manual page.
PR: 98541
Submitted by: David Gilbert (In actuality it was submitted by bz@)
Approved by: re (hrs)
: The 'device fd' line became obsolete some years ago, when the transition
: to device hints was committed. The GENERIC kernel configuration lost
: its 'device fd' line at revision 1.260, committed by peter@ on
: 2000/06/13 22:28:46 UTC.
:
: Delete the reference to 'device fd', to avoid kernel build breakage like
: the one described in the PR audit trail.
:
: PR: docs/91448
: Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru>
: MFC after: 1 week
Approved by: re (bmah)
- convert to the current style of section 4 man pages
- s/ip.forwarding/net.inet.ip.forwarding/ to match reality
- s/ifconfig tunnel greN/ifconfig greN tunnel/
Approved by: re (bmah), keramida (mentor), trhodes (mentor)
ipfw from within loader.conf
- Remove IPDIVERT kernel option
- Add notes about IPFIREWALL_DEFAULT_TO_ACCEPT and IPFIREWALL_FORWARD
This change syncs this man page with the -CURRENT version.
Approved by: re (bmah), keramida (mentor), trhodes (mentor)
feature is that we can now specify additional command line
parameters, which makes it possible to use applications, e.g.
mini_sendmail as a sendmail replacement.
Approved by: re (hrs)