Age | Commit message (Expand) | Author |
2005-05-04 | Remove duplicate 4/$ entries in non-US layouts where the key is the same. | Miod Vallat |
2005-05-04 | remove #ifdef __OpenBSD__ | Brad Smith |
2005-05-03 | enable HW transmit checksum offload | Brad Smith |
2005-05-02 | Add ichwdt(4): Intel 6300ESB ICH watchdog timer driver. Disabled for | Alexander Yurchenko |
2005-05-02 | Add 6300ESB watchdog timer register definitions. | Alexander Yurchenko |
2005-05-02 | Don't hardcode sizeof(pcireg_t) value. ok markus@ | Alexander Yurchenko |
2005-05-01 | update the maxium sendqueue size on ifconfig up; this should fix problems | Markus Friedl |
2005-05-01 | Another evil hack to turn sidelining into underlining on the Zaurus console. | Christopher Pascoe |
2005-04-30 | Temporary hack to (un)rotate the Zaurus console until a proper rasops | Christopher Pascoe |
2005-04-30 | try to drain send queue if we lose link during heavy transmit | Brad Smith |
2005-04-30 | don't set MTU if its the same as what's currently being used. | Brad Smith |
2005-04-30 | - Add missing break for SIOCSIFADDR | Brad Smith |
2005-04-30 | - Correct the if_link_state_change() logic. | Brad Smith |
2005-04-30 | check for ETHERMIN in SIOCSIFMTU ioctl; from brad | Peter Valchev |
2005-04-30 | From NetBSD, pt to by brad (might fix csum problems, else they may | Peter Valchev |
2005-04-29 | Correct FAN3 divisor for IT8705 and add support for FAN3 divisor on IT8712. | Alexander Yurchenko |
2005-04-29 | Support ATI IXP 400 SATA, which is a Silicon Image 3112 in sheep's clothing. | Jonathan Gray |
2005-04-29 | regen | Jonathan Gray |
2005-04-29 | ATI IXP 400 devices and some additional Radeon XPRESS IDs. | Jonathan Gray |
2005-04-28 | more snprintf checking. ok krw@ | Moritz Jodeit |
2005-04-28 | install kue firmware on zaurus; ok uwe@ dlg@ | David Krause |
2005-04-27 | Add SDEV_UMASS flag, analogous to SDEV_ATAPI, and use it to force a | Kenneth R Westerback |
2005-04-27 | Remove unnecessary step in ack sequence. | Marco Peereboom |
2005-04-27 | In osiop_checkintr(), bail out early and do not claim the interrupt for | Miod Vallat |
2005-04-27 | regen | Jakob Schlyter |
2005-04-27 | add Audiovox RTM-8000 GSM/GPRS CF | Jakob Schlyter |
2005-04-25 | KNF and zap trailing whitespace. | Niall O'Higgins |
2005-04-25 | csum -> csum_flags | Brad Smith |
2005-04-25 | use delay() and not tsleep() in attach. makes driver work properly with | Niall O'Higgins |
2005-04-25 | Use ETHERTYPE_VLAN. | Brad Smith |
2005-04-25 | remove the stepping info since this isn't right | Brad Smith |
2005-04-24 | add fxp-d102e to the list | Brad Smith |
2005-04-24 | add microcode to support interrupt mitigation on the | Brad Smith |
2005-04-24 | - fix and update comments | Brad Smith |
2005-04-23 | accept VLAN-sized frames | Brad Smith |
2005-04-23 | style | Brad Smith |
2005-04-23 | - always accept VLAN-sized frames | Brad Smith |
2005-04-23 | Fix newer Xircom CBE2-100 cards. | Brad Smith |
2005-04-23 | make sure bus mastering is enabled | Martin Reindl |
2005-04-22 | Driver for the Apollo Domain keyboard and mouse, for the HP 9000/4xx series. | Miod Vallat |
2005-04-22 | sparc -> sparc64 | Brad Smith |
2005-04-21 | snprintf error handling, ok beck cloder | Theo de Raadt |
2005-04-21 | If the SMM driver had enabled ownership change interrupts, re-enable them | Christopher Pascoe |
2005-04-21 | Preserve any configuration data that may have been set by SMM/BIOS over | Christopher Pascoe |
2005-04-21 | Relocate debugging printf so it describes the right thing. | Christopher Pascoe |
2005-04-21 | Fix inverted logic when testing for successful SMM handover. | Christopher Pascoe |
2005-04-21 | o if the mac address cannot be read, just fail and disestablish the | Federico G. Schwindt |
2005-04-21 | correct idion for snprintf failure handling; ok cloder | Theo de Raadt |
2005-04-20 | support 11b and 11a mode on the ar5211. "pure" 11g mode is not yet | Reyk Floeter |
2005-04-20 | SiS 180/181/182 SATA support using generic sata_chip_map(). | Jonathan Gray |