Age | Commit message (Expand) | Author |
2005-12-02 | only poll if scsi_poll was requested | Michael Shalayeff |
2005-12-02 | typo. | Marco Peereboom |
2005-12-01 | i hate mpt_softc_t, so replace use of it with struct mpt_softc. add some | David Gwynne |
2005-12-01 | move some things around so i have less trouble reading this, fix a spelling | David Gwynne |
2005-12-01 | bus_dma code clean up. No functional change. Polished form of diff | Kenneth R Westerback |
2005-12-01 | bus_dma code clean up. No functional change. Polished form of diff | Kenneth R Westerback |
2005-11-30 | - add initial SB Audigy support | Brad Smith |
2005-11-30 | regen | Xavier Santolaria |
2005-11-30 | new vendor: Thrustmaster; OK deraadt@. | Xavier Santolaria |
2005-11-30 | spacing | Theo de Raadt |
2005-11-30 | regen | Michael Shalayeff |
2005-11-30 | a few more saa philips tv cards | Michael Shalayeff |
2005-11-29 | Add support for ASIX AX88772 10/100 based adapters which are very similiar | Jonathan Gray |
2005-11-29 | regen | Jonathan Gray |
2005-11-29 | Add generic id for ASIX AX88772. | Jonathan Gray |
2005-11-29 | Put this back in... | Brad Smith |
2005-11-29 | from the diffs so old they're growing mold dept: | Ted Unangst |
2005-11-29 | Fix bus_dma code to eliminate my busted logic, align usage with man | Kenneth R Westerback |
2005-11-29 | potential memory leak in hifn7751.c:hifn_newsession; 3873, fixed by jason | Theo de Raadt |
2005-11-28 | Added ipmi watchdog code, based on esm watchdog code by dlg@ | Jordan Hargrave |
2005-11-28 | Correct parameter in bus_dmamem_alloc(). | Kenneth R Westerback |
2005-11-28 | sync | Theo de Raadt |
2005-11-28 | tapwave zodiac is a uvisor interface | Theo de Raadt |
2005-11-28 | back out the last 2 commits to bge(4) for now. | Brad Smith |
2005-11-28 | attempt to cope with the other versions of the chips | Theo de Raadt |
2005-11-28 | back out last change, caused me panics on jumbo packets, ok deraadt@ | Peter Stromberg |
2005-11-28 | Correctly report channel. PR 4728. | Jonathan Gray |
2005-11-27 | regen | Brad Smith |
2005-11-27 | - add Creative PCI ids for AWE64D, SoundBlaster Audigy 1/2/4, and another PCI | Brad Smith |
2005-11-27 | Don't use dmamap->dm_nsegs after calling bus_dmamap_unload() on | Kenneth R Westerback |
2005-11-27 | Prevent scsi pass-through busses from attaching when a board is marked | Marco Peereboom |
2005-11-27 | Since reception of Jumbo frames is enabled by default; ensure proper | Brad Smith |
2005-11-27 | Fix ami_freemem() by initializing segp before using it. | Kenneth R Westerback |
2005-11-27 | Use pci_get_capability() to check if were on a PCI Express card or not. | Brad Smith |
2005-11-27 | add initial support for ASF. | Brad Smith |
2005-11-26 | fix interrupt moderation timer frequencies for Yukon and Yukon-II based | Brad Smith |
2005-11-26 | set Ethernet flow control parameters in em_hardware_init() | Brad Smith |
2005-11-26 | Add some missing 'break;'s in auich and auixp that lint spotted. While | Kenneth R Westerback |
2005-11-26 | Move bus_dma from pa to dva. I wrote the initial diff with an ok from dlg@ | Marco Peereboom |
2005-11-25 | FALLTHROUH -> FALLTHROUGH for lint. | Kenneth R Westerback |
2005-11-25 | fix BCM5714 PCI id name and add 5714S, 5715 and 5715S. | Brad Smith |
2005-11-25 | regen | Brad Smith |
2005-11-25 | - add BCM5714S, BCM5715 and BCM5715S | Brad Smith |
2005-11-25 | Use BGE_IS_5705_OR_BEYOND macro to check for the existence or non-existence | Brad Smith |
2005-11-25 | remove prototype for a non-existent function bge_free_jumbo_mem. | Brad Smith |
2005-11-25 | Use BGE_IS_JUMBO_CAPABLE in one more spot. | Brad Smith |
2005-11-25 | load the 5750 DSP code on the 5705 PHY too. | Brad Smith |
2005-11-25 | use 5780 here instead of 5714. | Brad Smith |
2005-11-25 | don't bother setting error in bge_attach() when its not actually | Brad Smith |
2005-11-25 | Use BGE_IS_575X_PLUS macro when checking whether to use the PCI Express test ... | Brad Smith |