Age | Commit message (Expand) | Author |
2005-11-26 | some cleanup from gordon | Ted Unangst |
2005-11-26 | Move bus_dma from pa to dva. I wrote the initial diff with an ok from dlg@ | Marco Peereboom |
2005-11-26 | typo from Daniel Matic <maticd at gmail dot com> | Marco Peereboom |
2005-11-25 | Get rid of BROKEN_MMU_MASK, unnecessary now that bus_dmamap_sync() behaves | Miod Vallat |
2005-11-25 | Replace utterly wrong bus_dmamap_sync() with a much better version. | Miod Vallat |
2005-11-25 | Let the cache synchronization and invalidation functions report whether | Miod Vallat |
2005-11-25 | Prefer vaddr_t and paddr_t types, instead of void * and heavy casts. | Miod Vallat |
2005-11-25 | Need an explicit cast for atop() now. | Miod Vallat |
2005-11-25 | We don't have a va mapping in match() so don't bother trying to use badvaddr() | Miod Vallat |
2005-11-25 | FALLTHROUH -> FALLTHROUGH for lint. | Kenneth R Westerback |
2005-11-25 | do not use any casting in the atop/ptoa; tested on all archs by martin@ miod@... | Michael Shalayeff |
2005-11-25 | explicitly cast caddr_t to vaddr_t | Michael Shalayeff |
2005-11-25 | move the code to delete routes having a specific interface as output | Henning Brauer |
2005-11-25 | built files should be checked in after the source file | Ted Unangst |
2005-11-25 | KNF | Henning Brauer |
2005-11-25 | reduce eyebleeding, since we only borrow the code from our children | Henning Brauer |
2005-11-25 | How can we dance when our humppa is feeding | Henning Brauer |
2005-11-25 | Introduce debugging aid for queue macros. Disabled by default; but | Otto Moerbeek |
2005-11-25 | Remove $ on access to cpuid_level: we want to get the value of the | Tom Cosgrove |
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 | splimp -> splhigh in setroot()/rootconf(). | 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 |
2005-11-25 | Use BGE_IS_JUMBO_CAPABLE macro to figure out whether we | Brad Smith |
2005-11-24 | add a few macros allowing selection of certain generations of | Brad Smith |
2005-11-24 | Prefer vaddr_t and paddr_t types in device softc, instead of void * and | Miod Vallat |
2005-11-24 | Peek at the correct location in badpaddr() - how could this go unnoticed before? | Miod Vallat |
2005-11-24 | Remove unnecessary cast in an atop() construct. | Miod Vallat |
2005-11-24 | dont need spls in attach | David Gwynne |
2005-11-24 | enable esm | David Gwynne |
2005-11-24 | o Force the sending of an extra URB if there is less than 2 bytes left | Damien Bergamini |
2005-11-24 | remove __GNUC_PREREQ__(2, 96) block because lint pukes; idea for solution fro... | Theo de Raadt |
2005-11-24 | add lint-specific hacks. at the same time, clean out a lot of ancient | Theo de Raadt |
2005-11-24 | wi and ubt are network drivers so should be DV_IFNET, | Alexander Yurchenko |
2005-11-24 | ural should be DV_IFNET, not DV_DULL. noticed by ian@. | Alexander Yurchenko |
2005-11-24 | don't redefine BGE_PCIMISCCTL_ENDIAN_WORDSWAP and lower the delay while | Federico G. Schwindt |
2005-11-24 | Remove kernfs, okay deraadt@. | Pedro Martelletto |
2005-11-24 | #if 0 doesnt belong here | David Gwynne |
2005-11-24 | repair indent that cvs has scrwed make it extra confusing | Michael Shalayeff |
2005-11-24 | print something out when we hit unsupported devices. hopefully we can | David Gwynne |
2005-11-24 | white space fixes | David Gwynne |
2005-11-24 | break the 1:1 mapping of esm sensors to kernel sensors. according to | David Gwynne |
2005-11-24 | splimp -> splhigh | Brad Smith |