summaryrefslogtreecommitdiffstats
path: root/share/man/man4/kue.4
Commit message (Collapse)AuthorAgeFilesLines
* kue(4) and cue(4) do not need miibus.wpaul2000-07-171-1/+0
|
* Move netgraph node type man pages from section 8 to section 4.archie2000-05-041-2/+2
|
* Update the list of supported devices.n_hibma2000-03-161-2/+2
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-1/+2
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Update the documentation to reflect Bill Paul's latest changes.n_hibma2000-02-201-0/+1
|
* Add a reference to ng_ether(8).archie2000-01-251-1/+2
|
* First round of config related changes to the manpages.asmodai2000-01-231-3/+3
| | | | device blah0 -> device blah for PCI devices and busses.
* Change 'controller uhci0' and friends in the SYNOPSIS sections towpaul2000-01-171-3/+3
| | | | 'device uhci0' and so on.
* Add the vendor and device IDs for a whole bunch of additional USBwpaul2000-01-071-4/+5
| | | | | | | | | | | | | | | | | ethernet adapters that are supported by the aue and kue drivers. There are actually a couple more out there from Accton, Asante and EXP Computer, however I was not able to find any Windows device drivers for these on their servers, and hence could not harvest their vendor/device ID info. If somebody has one of these things and can look in the .inf file that comes with the Windows driver, I'd appreciate knowing what it says for 'VID' and 'PID.' Additional adapters include: the D-Link DSB-650 and DSB-650TX, the SMC 2102USB, 2104USB and 2202USB, the ATen UC10T, and the Netgear EA101. These are all mentioned in the man pages, relnotes and LINT. Also correct the date in the kue(4) man page. I wrote this thing on Jan, 4 2000, not 1999.
* Add device driver support for USB ethernet adapters based on thewpaul2000-01-051-0/+91
Kawasaki LSI KL5KUSB101B chip, including the LinkSys USB10T, the Entrega NET-USB-E45, the Peracom USB Ethernet Adapter, the 3Com 3c19250 and the ADS Technologies USB-10BT. This device is 10mbs half-duplex only, so there's miibus or ifmedia support. This device also requires firmware to be loaded into it, however KLSI allows redistribution of the firmware images (I specifically asked about this; they said it was ok). Special thanks to Annelise Anderson for getting me in touch with KLSI (eventually) and thanks to KLSI for providing the necessary programming info. Highlights: - Add driver files to /sys/dev/usb - update usbdevs and regenerate attendate files - update usb_quirks.c - Update HARDWARE.TXT and RELNOTES.TXT for i386 and alpha - Update LINT, GENERIC and others for i386, alpha and pc98 - Add man page - Add module - Update sysinstall and userconfig.c
OpenPOWER on IntegriCloud