Age | Commit message (Expand) | Author |
2006-07-18 | SEC_CSR registers have a different meaning in RT2501USB. | Damien Bergamini |
2006-07-18 | fix rum_set_chan(): | Damien Bergamini |
2006-07-18 | RF registers are 20 bits on RT2501USB, not 21. | Damien Bergamini |
2006-07-18 | RT2501USB uses 32bit registers unlike RT2500USB. | Damien Bergamini |
2006-07-18 | RT2501USB needs to reserve room for a 32bit value aligned on a 32bit | Damien Bergamini |
2006-07-18 | - move default register values into if_rumreg.h (for consistency w/ ural) | Damien Bergamini |
2006-07-18 | Tyops: simultaniously and carefull | Michael Knudsen |
2006-07-17 | PC5740 is umodem not umsm. Should fix PR 5181. | Jonathan Gray |
2006-07-17 | No point in memsetting individual struct members after memsetting the | Michael Knudsen |
2006-07-17 | Prefer malloc over the stack for an array of 256 pointers. ok dlg@ | Miod Vallat |
2006-07-16 | regen | Jonathan Gray |
2006-07-16 | Add revision B1 of the D-Link DUB-E100. | Jonathan Gray |
2006-07-16 | some knf, no binary change | David Gwynne |
2006-07-16 | get rid of ifdef __OtherBSD__ cruft | David Gwynne |
2006-07-14 | add ZyXEL USB id, remove useless comments and reorder USB devices. | Brad Smith |
2006-07-14 | regen | Brad Smith |
2006-07-14 | add a ZyXEL wireless adapter USB id. | Brad Smith |
2006-07-12 | Do not split multibyte access on little endian architectures with no alignment | Miod Vallat |
2006-07-09 | get rid of some ifdef __otherbsd__ goo. no binary change | David Gwynne |
2006-07-09 | remove dead code | David Gwynne |
2006-07-09 | I don't think we're talking about animals in here, so | Michael Knudsen |
2006-07-07 | Regen | Pedro Martelletto |
2006-07-07 | Add Microdia, okay miod@ | Pedro Martelletto |
2006-07-04 | cleanup in zyd_openpipes(); no functional change. OK jsg@. | Xavier Santolaria |
2006-07-04 | Harcoded hex values for control field don't work so | Jonathan Gray |
2006-07-03 | minor knf; ok jsg@. | Xavier Santolaria |
2006-07-03 | in zyd_start(): | Xavier Santolaria |
2006-07-02 | If ieee80211_encap() returns NULL the node is already free, | Jonathan Gray |
2006-07-02 | Move some of the verbose debug printfs like dumping packets | Jonathan Gray |
2006-07-02 | Send management frames at 1Mbit for better compatibility/chance | Jonathan Gray |
2006-07-02 | Rename several functions for consistency/simplicity. | Jonathan Gray |
2006-07-02 | Support for adapters with Airoha AL2230 radios from Florian. | Jonathan Gray |
2006-07-02 | Fix channel frequency/flags in radiotap structures. | Jonathan Gray |
2006-07-01 | Regen | Miod Vallat |
2006-07-01 | More Canon scanners, from NetBSD via Matthieu Baptiste. | Miod Vallat |
2006-07-01 | Remove a few noisy debug printfs that aren't doing anything useful. | Jonathan Gray |
2006-07-01 | spacing | Jonathan Gray |
2006-07-01 | Initial radiotap/bpf bits based on ural. | Jonathan Gray |
2006-07-01 | Remove comments in device list that duplicate man page, | Jonathan Gray |
2006-06-30 | Shrink dmesg output, use ether_sprintf() to print MAC address. | Jonathan Gray |
2006-06-29 | Move register value pair table definitions into if_zydreg.h | Jonathan Gray |
2006-06-28 | + firmload for rum and zyd devices; ok jsg@. | Xavier Santolaria |
2006-06-28 | Add a roothook so the firmware can load when the adapter | Jonathan Gray |
2006-06-28 | Leave usbd_add_drv_event() call till the end of the attach process | Jonathan Gray |
2006-06-28 | Allow devices > revision 43.30 to attach. | Jonathan Gray |
2006-06-28 | Remove a struct that is no longer used. | Jonathan Gray |
2006-06-27 | DECLARE_DRIVER_CLASS(zyd, DV_IFNET); ok jsg@. | Xavier Santolaria |
2006-06-27 | knf in proto's; ok jsg@. | Xavier Santolaria |
2006-06-27 | Switch from magic numbers to usbdevs for vendor/product pairs. | Jonathan Gray |
2006-06-27 | regen | Jonathan Gray |