Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-23 | more ural devices | Damien Bergamini | |
2005-03-23 | do packet accounting (opackets/oerrors/ierrors). | Damien Bergamini | |
2005-03-23 | print the mac address in dmesg like every other nic we have | David Gwynne | |
ok damien@ | |||
2005-03-23 | USB_DEBUG implies URAL_DEBUG. | David Gwynne | |
ok damien@ | |||
2005-03-23 | Merge some sppp improvements from NetBSD: | Can Erkin Acar | |
1. better timeout and keepalive handling 2. fix some memory leaks on error paths. 3. use arc4random instead of random 4. always send keepalives in cHDLC mode, from claudio@ Tested by Greg Mortensen (san) and jmc@ (pppoe), ok claudio@ | |||
2005-03-23 | Follow RFC and do not reset timeouts everytime sppp_cp_change_state() | Can Erkin Acar | |
is called. Makes two sppp instances to handshake against each other. Tested by Greg Mortensen, ok claudio@ | |||
2005-03-22 | fix probable pasto that calculated a control register value for | Marco 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-22 | fix merge misses | Nikolay Sturm | |
tested by millert, mbalmer and me; ok grange, mickey | |||
2005-03-22 | Use a sane interrupt priority for serial. Has a better chance of working. | Dale Rahn | |
2005-03-22 | regen. | Marc Balmer | |
2005-03-22 | Add Gude ADS, Gude Analog- und Digitalsysteme GmbH, DE-Koeln, and | Marc Balmer | |
their product Expert mouseCLOCK USB, a DCF77 time-signal station receiver. ok dlg@, henning@ | |||
2005-03-22 | fix a typo, don't #define PF_RTIP to something nonmexistant | Henning Brauer | |
nothing in our tree uses it (well, would have been spotted then) netbsd PR kern/29624 via jmc@, agreed on by claudio some time ago | |||
2005-03-21 | Remove unused st_crazymap(). | Miod Vallat | |
2005-03-21 | sync | Nikolay Sturm | |
2005-03-21 | new O2 Micro cardbus adapter | Nikolay Sturm | |
ok deraadt | |||
2005-03-21 | Do not print anything on console for can't happen situations unless option | Miod Vallat | |
DEBUG_SVR4. | |||
2005-03-21 | Voltage reinforcements. | Miod Vallat | |
2005-03-20 | some fixes for wep and reset. | Reyk Floeter | |
btw.: this is a commit using an ar5212 in 11b mode... ok deraadt@, krw@ | |||
2005-03-19 | +bce +axe +ural | Theo de Raadt | |
2005-03-19 | enable ural(4) | Martin Reindl | |
ok deraadt@ | |||
2005-03-19 | pci de(4) unlikely on laptop compared to others | Theo de Raadt | |
2005-03-19 | ar5212 uses larger tx descriptors, adjust the offset | Reyk Floeter | |
2005-03-19 | further fixes for ar5212. | Reyk Floeter | |
2005-03-19 | add spl calls where appropriate. | Damien Bergamini | |
2005-03-19 | ieee80211_get_rate() is broken. | Damien Bergamini | |
2005-03-19 | scan channels 12, 13 and 14 too. | Damien Bergamini | |
2005-03-18 | oops, i was a teeny tiny bit over... | Theo de Raadt | |
2005-03-18 | shut off aac(4) unless Adaptec stops behaving like assholes | Theo de Raadt | |
2005-03-18 | use ieee80211_get_rate() instead of building or own routine. | Damien Bergamini | |
2005-03-18 | use IFQ_* instead of IF_* for the data queue | Reyk Floeter | |
2005-03-18 | improve ar5212 init on reset | Reyk Floeter | |
2005-03-18 | add IBSS and HostAP support. thanks to SnoopyPro. | Damien Bergamini | |
2005-03-18 | sk(4) fits | Theo de Raadt | |
2005-03-18 | another re* at cardbus missing, arghcvs diff -u RAMDISK_CD | Theo de Raadt | |
2005-03-18 | sk(4) fits | Theo de Raadt | |
2005-03-18 | disable a bunch of old devices (mostly ISA, or stuff people are unlikely | Theo de Raadt | |
to use on a laptop) enable a bunch of newer devices. For instance, a whole whack of new gigabit & wireless cards -- pci and cardbus | |||
2005-03-18 | use xferlen for mgt frames too. this prevents management frames with a | Damien Bergamini | |
odd length from being dropped. | |||
2005-03-18 | don't set BSSID in hostap mode. this allows hostap mode to work to some | Damien Bergamini | |
extend. | |||
2005-03-18 | ignore bmiss interrupts for now. | Reyk Floeter | |
2005-03-18 | only update the flags part of PHY_CSR5 and PHY_CSR6. this makes OFDM | Damien Bergamini | |
modulation working and improves tx signal. | |||
2005-03-18 | close pipes and free tx/rx lists in detach(). this avoids some of the | Damien Bergamini | |
panics observed when detaching the device while the interface is up. | |||
2005-03-18 | enable ural since it works fine here too | David Gwynne | |
ok deraadt@ | |||
2005-03-18 | fail to attach with a printf instead of a panic for newer yet unsupported | Brad Smith | |
Yukon-2-based cards. ok deraadt@ | |||
2005-03-18 | +bge(4), ok deraadt@ | Brad Smith | |
2005-03-18 | Add bge. ok deraadt@. | Kenneth R Westerback | |
2005-03-18 | sync and cleanup in ubsa(4) | Reyk Floeter | |
2005-03-18 | add new 3G devices from Option. the Vodafone MC3G is an Option device. | Reyk Floeter | |
ok deraadt@ | |||
2005-03-18 | Only complain about tx fifo overflows if RTW_DEBUG is set. | Jonathan Gray | |
ok deraadt@ | |||
2005-03-17 | fix comment wrt previous change | Michael Shalayeff | |
2005-03-17 | Increase timeout in fdcresult(), this allows fdformat(8) to work now. | Miod Vallat | |
ok deraadt@ |