Age | Commit message (Expand) | Author |
2006-01-28 | Make sure that HW VLAN stripping is not enabled and remove unused code | Brad Smith |
2006-01-28 | remove printf's from dc_newbuf(). | Brad Smith |
2006-01-27 | Use letoh32 to print out configuration descriptors in debug functions. Now | Claudio Jeker |
2006-01-26 | Fix printf. | Mark Kettenis |
2006-01-26 | Make lm at iic detach properly, and use config_detach(9) to fully detach | Mark Kettenis |
2006-01-26 | Make T1 work on the dual port version. Time slot map is different than on | Claudio Jeker |
2006-01-26 | Some fixes to make the card work on big endian systems. Still not enough | Claudio Jeker |
2006-01-26 | regen | Brad Smith |
2006-01-26 | add Promise SATA-II chipsets and fix ordering of some existing entries. | Brad Smith |
2006-01-25 | Wow, this is clearly wrong (found in esa_set_params): | Brad Smith |
2006-01-25 | Duh! If askes to halt the input dont halt the output instead. This also | Brad Smith |
2006-01-25 | - Count packets discarded by RX/TX MAC (cause of FIFO overflow, etc) | Brad Smith |
2006-01-25 | kthread_create_deferred() do the things right, no need for | Alexander Yurchenko |
2006-01-25 | Prevent division by zero, and make it actually update the fan sensors. | Mark Kettenis |
2006-01-25 | Time-slot mask are u_int32_t so art_mask_tsmap() should return u_int32_t too. | Claudio Jeker |
2006-01-25 | Check if the dma ring got cleared before accessing it. Fixes a panic that | Claudio Jeker |
2006-01-25 | Add additional debug function to print framer error counters. | Claudio Jeker |
2006-01-25 | Reset and initialize part of the device early. Makes reading the ROM more | Claudio Jeker |
2006-01-24 | Initial stab at glenv(4), a driver for the GL518SM. | Mark Kettenis |
2006-01-24 | Match a few more NVIDIA product ids found in Linux drivers. | Jonathan Gray |
2006-01-24 | regen | Jonathan Gray |
2006-01-24 | Some NVIDIA MCP04/MCP51/C51/MCP55 devices. | Jonathan Gray |
2006-01-23 | The GL518SM is a real piece of shit, and if we don't detect it bad things | Mark Kettenis |
2006-01-23 | Don't match ITE chips matched by it(4). | Mark Kettenis |
2006-01-23 | Do not enable disabled sensors. | Mark Kettenis |
2006-01-23 | update sm(4) from NetBSD, including support for more models and MII; | Martin Reindl |
2006-01-22 | account tx retry-fail errors in if_oerrors. | Damien Bergamini |
2006-01-22 | fixes miibus_{read,write}reg routines. | Damien Bergamini |
2006-01-22 | Nothing uses this file anymore. | Alexander Yurchenko |
2006-01-22 | Fix UDMA on IDE function integrated on VIA VT8237 south bridge. | Mark Kettenis |
2006-01-22 | b_cylin -> b_cylinder; no functional change. | Miod Vallat |
2006-01-21 | regen | Jonathan Gray |
2006-01-21 | Additional devices from submitted dmesgs. | Jonathan Gray |
2006-01-21 | Remove zeroref here too; spotted by naddy@ | Miod Vallat |
2006-01-21 | some cleaning after removing code for reading the VPD. | Brad Smith |
2006-01-21 | Remove now unused zeroref member in cfattach structures. | Miod Vallat |
2006-01-21 | Invoke disk_detach() and related cleanup work in detach(), rather than | Miod Vallat |
2006-01-21 | regen | Brad Smith |
2006-01-21 | add Dell RAC 3 and 4 PCI ids. | Brad Smith |
2006-01-20 | remove redundant code from nfe_attach(). | Brad Smith |
2006-01-20 | Add support for driving SDA in push-pull + tri-state mode. | Alexander Yurchenko |
2006-01-20 | More evaluator changes | Jordan Hargrave |
2006-01-20 | Include sys/stdint.h instead of defining uintptr_t ourselves. | Todd C. Miller |
2006-01-20 | - match another revision of Audigy cards | Jacob Meuser |
2006-01-20 | - xl_encap(): free the mbuf chain and return if bus_dmamap_load_mbuf() | Brad Smith |
2006-01-19 | Try to disable unconnected temperature sensors. | Mark Kettenis |
2006-01-19 | ENAMETOOLONG if path too long; ok miod pedro | Theo de Raadt |
2006-01-19 | Replace SENSOR_ADD() macro with a pair of functions | Alexander Yurchenko |
2006-01-19 | Added support for read/write of PCI Config space | Jordan Hargrave |
2006-01-18 | Factorize akbd and ams drivers between mac68k and macppc; while there, start | Miod Vallat |