summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2005-03-26Cleanup. Use defines, standard names, consistant comparison operators, etc.Kenneth R Westerback
for auto negotiation ticks code. No functional change. ok brad@
2005-03-25regenMichael Shalayeff
2005-03-25belkin bt and the unsupported netgear ma111v2Michael Shalayeff
2005-03-25regenMichael Shalayeff
2005-03-25a bunch of ati ixp* idsMichael Shalayeff
2005-03-25calculate the rpm for a disklabel; implement new io discipline for mirror; ↵Michael Shalayeff
this also changes the mirror striping strategy a bit to achieve the scatter-gathering; of course it has been proven that new discipline still makes troubles thus not enabling it yet );
2005-03-25during probe test for a mem window reduction in case there is not enough ↵Michael Shalayeff
space in the hole for a large one (ie generic now boots same as ramdisk on some machinesw/ lots of bios); found and testing by niallo@
2005-03-24enable memory-mapped i/o everywhere but on i386Martin Reindl
suggested by mickey@, ok krw@, deraadt@, also tested by miod@
2005-03-24another D-Link DFE-670TXD PCMCIA card, next MAC 3-byte seq; fromTheo de Raadt
openbsd@sillence.co.uk
2005-03-23typo corrections; ok krw a long time agoTheo de Raadt
2005-03-23fix a possible kernel panic in the ar5211 and ar5212 detach functions.Reyk Floeter
closes PR #4153.
2005-03-23use URAL_DEBUG not RAL_DEBUG. use logprintf for consistency. default toDamien Bergamini
debug level 0.
2005-03-23add new vendor/product ids.Damien Bergamini
2005-03-23regen.Damien Bergamini
2005-03-23more ural devicesDamien Bergamini
2005-03-23do packet accounting (opackets/oerrors/ierrors).Damien Bergamini
2005-03-23print the mac address in dmesg like every other nic we haveDavid Gwynne
ok damien@
2005-03-23USB_DEBUG implies URAL_DEBUG.David Gwynne
ok damien@
2005-03-22fix probable pasto that calculated a control register value forMarco S Hyman
reset then ignored the calculated value. Also, move the underrun and overrun printfs to AUICH_DEBUG. As it was, you'd get at least one underrun per play reported to the console. Changes OK mickey@
2005-03-22fix merge missesNikolay Sturm
tested by millert, mbalmer and me; ok grange, mickey
2005-03-22regen.Marc Balmer
2005-03-22Add Gude ADS, Gude Analog- und Digitalsysteme GmbH, DE-Koeln, andMarc Balmer
their product Expert mouseCLOCK USB, a DCF77 time-signal station receiver. ok dlg@, henning@
2005-03-21syncNikolay Sturm
2005-03-21new O2 Micro cardbus adapterNikolay Sturm
ok deraadt
2005-03-20some fixes for wep and reset.Reyk Floeter
btw.: this is a commit using an ar5212 in 11b mode... ok deraadt@, krw@
2005-03-19ar5212 uses larger tx descriptors, adjust the offsetReyk Floeter
2005-03-19further fixes for ar5212.Reyk Floeter
2005-03-19add spl calls where appropriate.Damien Bergamini
2005-03-19ieee80211_get_rate() is broken.Damien Bergamini
2005-03-19scan channels 12, 13 and 14 too.Damien Bergamini
2005-03-18use ieee80211_get_rate() instead of building or own routine.Damien Bergamini
2005-03-18use IFQ_* instead of IF_* for the data queueReyk Floeter
2005-03-18improve ar5212 init on resetReyk Floeter
2005-03-18add IBSS and HostAP support. thanks to SnoopyPro.Damien Bergamini
2005-03-18use xferlen for mgt frames too. this prevents management frames with aDamien Bergamini
odd length from being dropped.
2005-03-18don't set BSSID in hostap mode. this allows hostap mode to work to someDamien Bergamini
extend.
2005-03-18ignore bmiss interrupts for now.Reyk Floeter
2005-03-18only update the flags part of PHY_CSR5 and PHY_CSR6. this makes OFDMDamien Bergamini
modulation working and improves tx signal.
2005-03-18close pipes and free tx/rx lists in detach(). this avoids some of theDamien Bergamini
panics observed when detaching the device while the interface is up.
2005-03-18fail to attach with a printf instead of a panic for newer yet unsupportedBrad Smith
Yukon-2-based cards. ok deraadt@
2005-03-18sync and cleanup in ubsa(4)Reyk Floeter
2005-03-18add new 3G devices from Option. the Vodafone MC3G is an Option device.Reyk Floeter
ok deraadt@
2005-03-18Only complain about tx fifo overflows if RTW_DEBUG is set.Jonathan Gray
ok deraadt@
2005-03-17support for ipv6.Damien Bergamini
2005-03-17fix ral_enable_tsf_sync() for hostap mode.Damien Bergamini
2005-03-17do not drop ToDS frames when acting as an access point.Damien Bergamini
fix beacon expired interrupt handler in hostap mode.
2005-03-17give ipv6 a chance. pointed out by Paul de Weerd.Damien Bergamini
2005-03-17enable tx retries for unicast frames.Damien Bergamini
ok and tweaks from dlg@
2005-03-17fix for big endian archsDavid Gwynne
ok damien@
2005-03-17- fix ralink urlDamien Bergamini
- add usb events for attach/detach - pre-allocate rx buffers so they are not allocated in an interrupt context - let ural_free_rx_list() do the cleanup