Age | Commit message (Expand) | Author |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2008-01-22 | Add splnet around mii_tick() in rl_tick(). | Brad Smith |
2008-01-21 | use the right capitalization for `QLogic' | Igor Sobrado |
2008-01-18 | Print consoleness the canonical way. | Mark Kettenis |
2008-01-16 | - Store the hw revision into a new softc field in re_attach() and reference | Brad Smith |
2008-01-15 | bring in lots of ac97(4) and auvia(4) updates from NetBSD | Jacob Meuser |
2008-01-13 | Check for a negative devinfo index, which could get here through | Deanna Phillips |
2008-01-12 | Make comconsrate initialized to TTYDEF_SPEED at compile-time, for ports | Miod Vallat |
2008-01-11 | Fall back on using SERDES if MDI0/MDI1 bits aren't set too. Fix PCS handling. | Mark Kettenis |
2008-01-08 | the rsc-console on the v880 operates at 115200, not the 9600 we think we | David Gwynne |
2007-12-30 | Only do pullups when necessary, m_pullup() always prepends an mbuf | Claudio Jeker |
2007-12-29 | fix comments after the members of scsi_adapter were changed. | David Gwynne |
2007-12-28 | massage the way vpds are defined. rename the page used for the devices | David Gwynne |
2007-12-27 | Clean up the clock MD code. Move all of the DS1687 register definitions to | Joel Sing |
2007-12-27 | 1.90 again. use the right flags when creating a dmamap for use during | David Gwynne |
2007-12-27 | oops, there was other code in the previous commit that shouldnt have gone | David Gwynne |
2007-12-27 | use the right flags when creating dmamaps for use in interrupt handlers. | David Gwynne |
2007-12-14 | the hardware does not allow to specify the protection mode in each | Damien Bergamini |
2007-12-09 | fix automatic rate control (if the rate falls down to 6Mbps or 1Mbps, | Damien Bergamini |
2007-12-07 | LEDs | Damien Bergamini |
2007-12-07 | In hostap mode, update beacon to reflect ERP IE changes. | Damien Bergamini |
2007-12-04 | expresscard ral(4) rt2860 now can attach and detach correctly | Theo de Raadt |
2007-12-03 | Check for G channels before B when setting the (eeprom) mode. | Federico G. Schwindt |
2007-11-28 | make ata controllers protect their own command lists so atascsi doesnt have | David Gwynne |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-11-26 | Undo (well, comment out) 1.10 - this causes a regression on oqo-1 machines, | Miod Vallat |
2007-11-26 | bump the maximum cdb that the driver will take from the midlayer up to 16 | David Gwynne |
2007-11-26 | print the comma before the MAC address string in dc_attach() instead of the | Brad Smith |
2007-11-26 | drive port probes from the scsi midlayer now that it will ask the adapter | David Gwynne |
2007-11-26 | typos; ok jmc@ | Martynas Venckus |
2007-11-25 | spelling fixes, from Martynas Venckus; | Jason McIntyre |
2007-11-23 | If the card has gone away, return imediately from the interrupt handler. | Mark Kettenis |
2007-11-23 | starting bits to implement hotplug of sili controllers. this adds the code | David Gwynne |
2007-11-21 | Remove superfluous function declaration | Bret Lambert |
2007-11-19 | 802.11 radiotap + various tweaks | Damien Bergamini |
2007-11-18 | revert previous commit as requested by kettenis and deraadt. | Brad Smith |
2007-11-18 | remove use of static. | Brad Smith |
2007-11-17 | - Add more LED support, like activity blinking (though just supporting | Marcus Glocker |
2007-11-17 | implement ic_set_key() and ic_delete_key() callbacks. | Damien Bergamini |
2007-11-17 | RT2560+RT2661: update the physical address in the RX descriptor after | Damien Bergamini |
2007-11-17 | sync error messages with man page's DIAGNOSTICS section. | Damien Bergamini |
2007-11-16 | clear host to mcu mailbox after loading microcode. | Damien Bergamini |
2007-11-16 | cast pointer to right type | Theo de Raadt |
2007-11-15 | New driver for Ralink RT2860 chipset. | Damien Bergamini |
2007-11-11 | The interrupt routine doesn't need to explicity invoke splbio/splx. | Kenneth R Westerback |
2007-11-10 | - Fix command timeouts in certain scenarios (like under X11) | Marcus Glocker |
2007-11-07 | More SPLBIO around scsi_done. | Kenneth R Westerback |
2007-11-06 | More scsi_done() at SPLBIO. | Kenneth R Westerback |
2007-11-05 | More scsi_done() at SPLBIO. | Kenneth R Westerback |
2007-11-05 | More scsi_done() at SPLBIO. Wrap more interrupt function calls while | Kenneth R Westerback |