Age | Commit message (Expand) | Author |
2005-05-11 | Add get and set completions opcodes. | Marco Peereboom |
2005-05-11 | extra checks for monitor mode | Reyk Floeter |
2005-05-11 | Do not call mii_pollstat() immediately after mii_tick(). | Brad Smith |
2005-05-11 | Do not call mii_pollstat() from within device tick routines; the status | Brad Smith |
2005-05-11 | remove comment which is not valid anymore | Brad Smith |
2005-05-11 | - Also match on Yukon LP's for the Lite rev A0 test. | Brad Smith |
2005-05-10 | ANSI protos | Brad Smith |
2005-05-10 | use pci_matchbyid(). | Brad Smith |
2005-05-10 | - remove commented out header | Brad Smith |
2005-05-10 | put this in the Attic | Brad Smith |
2005-05-10 | Add epic(4) driver which supersedes tx(4). | Brad Smith |
2005-05-09 | replace sc_quirk with sc_flags, spotted and ok mickey@ | Marco Peereboom |
2005-05-09 | regen | Brad Smith |
2005-05-09 | add PCI id for SMC 83C175 | Brad Smith |
2005-05-09 | Regen | Miod Vallat |
2005-05-09 | Add a note reminding people to regen gsc and usb maps after changing this file. | Miod Vallat |
2005-05-09 | Create the USB keyboard layout tables from the PS/2 tables. | Miod Vallat |
2005-05-09 | PCI_{VENDOR,PRODUCT} -> CARDBUS_{VENDOR,PRODUCT} for correctness. | Brad Smith |
2005-05-09 | add cardbus_matchbyid(), mimics the PCI layers pci_matchbyid(). | Brad Smith |
2005-05-08 | change the dmesg output: print known chipset names, don't print the | Reyk Floeter |
2005-05-08 | the ar5210 is silicon version 0, not 1. | Reyk Floeter |
2005-05-08 | fix silicon version number reporting. ie. ath0: mac 80.6 -> ath0: mac 5.6. | Reyk Floeter |
2005-05-08 | When receiving an unplugged notification from the loop, do not take action | Miod Vallat |
2005-05-08 | Simplify loop reconfiguration code. | Miod Vallat |
2005-05-07 | PS/2 style and older style HIL keyboards have different layouts in their | Miod Vallat |
2005-05-07 | Regen | Miod Vallat |
2005-05-07 | KNF the output. | Miod Vallat |
2005-05-07 | enable transmit checksum offload on all chips except 82542. | Brad Smith |
2005-05-07 | - enable transmit checksum offload | Brad Smith |
2005-05-07 | regen | Brad Smith |
2005-05-07 | better names for some Intel devices | Brad Smith |
2005-05-06 | never trust a user diff... | Michael Shalayeff |
2005-05-06 | french a canadian; form Arnaud Bergeron <abergeron@gmail.com> | Michael Shalayeff |
2005-05-06 | Remove debug printf which crept in; spotted by drahn@ | Miod Vallat |
2005-05-05 | Provide both 8x16 and 12x22 fonts on sparc64 even if SMALL_KERNEL, as | Miod Vallat |
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 |