Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-24 | regen | Robert Nagy | |
2005-12-24 | Add Logitech QuickCam Zoom support. | Robert Nagy | |
A quirk is needed to prevent attaching to uaudio(4) instead of ugen(4), because of the internal microphone. ok jsg@ | |||
2005-12-23 | Support Nintendo Wi-Fi USB Connector, noticed in Linux rt2570 driver | Jonathan Gray | |
and verified against windows driver. | |||
2005-12-23 | regen | Jonathan Gray | |
2005-12-23 | Nintendo Wi-Fi USB Connector | Jonathan Gray | |
2005-12-21 | Don't try to predict what different eeprom settings mean | Jonathan Gray | |
so much, makes the Level One AX88178 adapter work. Interestingly enough the Level One adapter seems to work fine without stalls. Though it uses ukphy, I think the correct phy types are supposed to be written in by the driver based on the values in the eeprom... | |||
2005-12-18 | Apparently the Scanlogic SL11R is not UFI, and correctly identifies itself as | Mark Kettenis | |
SCSI. From NetBSD. Tested by me. ok krw@ | |||
2005-12-13 | add new device. | Dale Rahn | |
2005-12-13 | sync | Dale Rahn | |
2005-12-13 | support cdce mode. | Dale Rahn | |
2005-12-09 | Add support for Linksys HU200-TS, id found in Linux RT2570 driver. | Jonathan Gray | |
2005-12-09 | regen | Jonathan Gray | |
2005-12-09 | Linksys HU200-TS. | Jonathan Gray | |
2005-12-09 | Mention which chipset devices use on attach. | Jonathan Gray | |
2005-12-03 | splimp -> splnet | Brad Smith | |
ok marco@ | |||
2005-12-03 | Allow strings descriptor 0 to be fetched. It's the default language index. | Brad Smith | |
From augustss NetBSD ok dlg@ | |||
2005-11-30 | regen | Xavier Santolaria | |
2005-11-30 | new vendor: Thrustmaster; OK deraadt@. | Xavier Santolaria | |
2005-11-29 | Add support for ASIX AX88772 10/100 based adapters which are very similiar | Jonathan Gray | |
to the gigabit AX88178 but with a different initialisation routine because the PHY is not external. Man page changes reviewed by jmc@ and oxford commas added per his sugestion. Thanks to Bruno Scap for donating an adapter. | |||
2005-11-29 | regen | Jonathan Gray | |
2005-11-29 | Add generic id for ASIX AX88772. | Jonathan Gray | |
2005-11-28 | sync | Theo de Raadt | |
2005-11-28 | tapwave zodiac is a uvisor interface | Theo de Raadt | |
2005-11-24 | o Force the sending of an extra URB if there is less than 2 bytes left | Damien Bergamini | |
at the end of the last URB (URB = USB Request Block = 64 bytes). o Better check of the size of received frames. o In ural_tx_{data,mgt} send the packet to BPF after setting the duration field of the frame. o Minor tweaks. | |||
2005-11-24 | wi and ubt are network drivers so should be DV_IFNET, | Alexander Yurchenko | |
not DV_DULL. Spotted by miod@. | |||
2005-11-24 | ural should be DV_IFNET, not DV_DULL. noticed by ian@. | Alexander Yurchenko | |
ok many. | |||
2005-11-23 | Be more robust when receiving frames. If we can't allocate a new mbuf, | Damien Bergamini | |
just discard the received frame and reuse the old mbuf. | |||
2005-11-23 | use sizeof instead of hard-coded values. | Damien Bergamini | |
2005-11-23 | Implement the Adaptive Multi Rate Retry algorithm (AMRR) for BSS mode. | Damien Bergamini | |
This algorithm is particularly well suited for ural since it does not require per-frame retry statistics. | |||
2005-11-23 | Optimize TXTIME and PLCP LENGTH field computation. | Damien Bergamini | |
Avoid modulus operations. | |||
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller | |
userland-visible sys/select.h. Consistent with what Net and Free do. OK deraadt@, tested with full ports build by naddy@. | |||
2005-11-19 | ViewSonic Airsync Prism 2.5 USB wlan, id found in linux-wlan driver. | Jonathan Gray | |
2005-11-19 | regen | Jonathan Gray | |
2005-11-19 | ViewSonic Airsync wireless | Jonathan Gray | |
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto | |
of panics and bugfixes. Access curproc directly, do not expect a process pointer as an argument. Should fix many "process context required" bugs. Incentive and okay millert@, okay marc@. Various testing, thanks. | |||
2005-11-15 | More typos (especially indicies -> indices), checked with jmc@ | Miod Vallat | |
2005-11-09 | splimp -> splnet | Brad Smith | |
2005-10-31 | Move from arpcom to ieee80211com in wi softc. This will be | Jonathan Gray | |
required for net80211 support. Updated version of a diff from dlg@ similiar diff ok fgsch@, ok dlg@ | |||
2005-10-29 | comment fix: Two vendors sold same thing | Theo de Raadt | |
2005-10-28 | correct legsup register per spec; dlg@ pascoe@ ok. | Federico G. Schwindt | |
2005-10-20 | fix command and write rid handling and fix some fmt strings used on debug. | Federico G. Schwindt | |
should avoid several errors when using wicontrol(8) and make scanning work at some extent. tested by jsg, joris and todd at some extent. | |||
2005-10-19 | regen | Brad Smith | |
2005-10-19 | Add the DeLorme Earthmate GPS. | Brad Smith | |
From NetBSD | |||
2005-10-17 | Store the usb device names and vendors in more compact structures. | Dale Rahn | |
Originally committed in 2001, backed out in a sync, now back in. saves close to 12k of kernel size. commit deraadt@ | |||
2005-10-16 | better diagnostic on tx error. | Federico G. Schwindt | |
2005-10-15 | remove `workaround' for supported data rates now that core is fixed. | Federico G. Schwindt | |
ifconfig -m shows the correct rates now. tested by joris@, deraadt@ go ahead. | |||
2005-10-11 | make all usb1 controllers sleep until all the usb2 controllers have probed | David Gwynne | |
and handed over any usb1 devices to the companion. without this usb1 devices didnt appear till after root was mounted, which is frustrating if you want to use a usb keyboard to enter the root device. tested by kettenis@ and drahn@ ok drahn@ go for it deraadt@ | |||
2005-10-10 | Don't clear possibly non-existant stall condition while setting up the | Kenneth R Westerback | |
pipe. Some devices such as some iPods react badly. Normal devices don't need it. From nathanw via NetBSD. Fixes the 2nd generation iPod mini donated by Ed Wandasiewicz. ok pascoe@ | |||
2005-10-04 | Make sure we don't enable host controller interrupts until all | Brad Smith | |
initialization is finished. From augustss NetBSD ok dlg@ pascoe@ | |||
2005-10-02 | allows dhcpd to work when ral/ural is acting as a standalone AP (without | Damien Bergamini | |
bridging). it appears that ieee80211_input() enqueues packets in if_snd without calling if_start(). closes PR/4237 |