Age | Commit message (Expand) | Author |
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 |
2006-06-27 | add a bunch of zd1211 devices from zyd | Jonathan Gray |
2006-06-27 | __attribute__((__packed__)) -> __packed | Jonathan Gray |
2006-06-27 | Add support for max rssi/signal strength percentage on RFMD 2958 | Jonathan Gray |
2006-06-27 | avoid multiple detach problems; ich@florian-stoehr.de | Theo de Raadt |
2006-06-26 | When attaching an USB keyboard, check the HID interface for its country code | Miod Vallat |
2006-06-26 | Regen | Miod Vallat |
2006-06-26 | Add Sun type 7 keyboard; from NetBSD | Miod Vallat |
2006-06-26 | fix typos in debug messages | Michael Coulter |
2006-06-23 | A typo a day, keeps the dictionnary away. | Miod Vallat |
2006-06-23 | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does | Miod Vallat |
2006-06-21 | minimal cleaning | Theo de Raadt |
2006-06-21 | minimal knf and cleanup | Theo de Raadt |
2006-06-21 | a good start at a driver for the Zydas ZD1211 802.11 devices by | Theo de Raadt |
2006-06-21 | Add a few RT73 devices that are known to exist in the wild. | Jonathan Gray |
2006-06-21 | regen | Jonathan Gray |
2006-06-21 | Add a few RT73 devices that are known to exist in the wild. | Jonathan Gray |
2006-06-21 | match Aceeca MEZ1000, from Mike Durian in FreeBSD PR 82839 | Jonathan Gray |
2006-06-21 | regen | Jonathan Gray |
2006-06-21 | Aceeca MEZ1000, from Mike Durian in FreeBSD PR 82839 | Jonathan Gray |
2006-06-19 | remove the no longer needed time calculations now that we have them in | Marc Balmer |
2006-06-19 | Don't sleep and then say we're going to sleep -- do it the other way | Michael Knudsen |
2006-06-19 | move clock_subr.c to a better place, and now it is always in the kernel | Theo de Raadt |
2006-06-17 | prefix debug messages with the device name | Jolan Luff |
2006-06-17 | Move AMRR rate control algorithm out of wpi(4) and ural(4), into net80211. | Damien Bergamini |
2006-06-17 | Recent Powerbook systems have their on-board keyboard and mouse devices | Miod Vallat |
2006-06-17 | udcf(4) no longer needs the file sys/dev/clock_subr.c to be compiled and linked | Marc Balmer |
2006-06-16 | - add rum(4), a driver for the next generation Ralink Technology USB 802.11a/b/g | Niall O'Higgins |
2006-06-16 | algorithmically handle baudrate requests, allowing all sorts of | Theo de Raadt |
2006-06-12 | Typos in comments. | Marc Balmer |
2006-06-10 | - fix checking of WEP flag | Damien Bergamini |
2006-06-05 | cleanup. | Marc Balmer |
2006-06-04 | - ntpd no longer needs the NTP identifier as part of a timedelta sensor | Marc Balmer |
2006-06-01 | Remove unused macros, improve readability. | Christopher Pascoe |
2006-06-01 | Pass the value of IPG2 to the AX88178 in the index register. | Christopher Pascoe |
2006-06-01 | KNF. | Christopher Pascoe |
2006-06-01 | Whitespace cleanup. | Christopher Pascoe |
2006-05-31 | make non debug kernels compile again | David Gwynne |
2006-05-31 | Let the EHCI hardware track the toggle state for bulk and interrupt | Christopher Pascoe |
2006-05-31 | Save and restore the data toggle value when a pipe to an endpoint | Christopher Pascoe |