Age | Commit message (Expand) | Author |
2007-12-19 | The serial console address apparently does not change accross 88100 designs, | Miod Vallat |
2007-12-19 | Allocate memory for the onboard le interface using uvm functions, instead of | Miod Vallat |
2007-12-19 | If the CardBus bus number is left unconfigured, only attach pcmcia(4). | Mark Kettenis |
2007-12-19 | Looks like K-class needs the same hack as C-class. Gives us some, but not all | Mark Kettenis |
2007-12-19 | Fix the issue with some intel 965 host busses. Though the docs claim that the | Owain Ainsworth |
2007-12-18 | Remove bogus #ifdef __i386__, such that we properly initialize the bus number | Mark Kettenis |
2007-12-18 | pass pci domain to the child too, ok kettenis | Theo de Raadt |
2007-12-18 | New it(4) driver. | Oleg Safiullin |
2007-12-18 | Better probe routine for lcg, now that I found the magic bit on KA46. | Miod Vallat |
2007-12-18 | Turn the uvm_{lock/unlock}_fpageq() inlines into | Thordur I. Bjornsson |
2007-12-18 | move variable declarations where they belong | Jasper Lievisse Adriaanse |
2007-12-18 | - powerbutton -> power button | Jasper Lievisse Adriaanse |
2007-12-18 | add power(4), a driver for the power button found on SGI O2's. | Jasper Lievisse Adriaanse |
2007-12-18 | Expose the clock address space so that it can be used outside of clock(4). | Joel Sing |
2007-12-17 | Add new devices to match list. | Marcus Glocker |
2007-12-17 | regen | Marcus Glocker |
2007-12-17 | Differ between identical device strings until we find the correct model | Marcus Glocker |
2007-12-17 | regen | Marcus Glocker |
2007-12-17 | Add upgt USB 2.0 device IDs as seen on prism54.org. | Marcus Glocker |
2007-12-17 | Make this compile again. | Miod Vallat |
2007-12-17 | Make ether_crc32_le() work for our needs and therefore remove the large | Marcus Glocker |
2007-12-16 | fix remaining cases of potential concurrent mfs_buflist access; | Otto Moerbeek |
2007-12-16 | panic on negative blkno or size; ok kettenis@ deraadt@ | Otto Moerbeek |
2007-12-16 | Put inamp gain and inamp mute controls under AudioCinputs. This | Deanna Phillips |
2007-12-16 | Count line-in as line-out, and label both as AudioNline. This is what | Deanna Phillips |
2007-12-16 | Add comment. | Marcus Glocker |
2007-12-16 | the upgt file is.. optional | Theo de Raadt |
2007-12-16 | Add an empty pccbb_attach_hook. | Mark Kettenis |
2007-12-16 | Correctly calculate stack increment for MACHINE_STACK_GROWS_UP; fixes problems | Mark Kettenis |
2007-12-16 | Don't crash if we only try to attach pcmcia(4). | Mark Kettenis |
2007-12-16 | Correctly count number of segments in _bus_dmamap_load(). Initialize ds_addr | Mark Kettenis |
2007-12-16 | regen | Marcus Glocker |
2007-12-16 | Inital driver for the Conexant/Intersil PrismGT SoftMAC USB 2.0 devices | Marcus Glocker |
2007-12-16 | destatic the static functions, they only make debugging harder. | Owain Ainsworth |
2007-12-15 | Get the MVME197 memory size from the BusSwitch decoders. | Miod Vallat |
2007-12-15 | Unconditionnaly disable the instruction cache on 40MHz MVME197LE boards, | Miod Vallat |
2007-12-15 | All MVME BUG manuals concur on SR3 being the only register needing to be | Miod Vallat |
2007-12-15 | Since the 88110 can not invalidate a particular tlb entry, do not stack | Miod Vallat |
2007-12-15 | Move the cmmu lock back from 8820x-specific code to global, and use it on | Miod Vallat |
2007-12-15 | move some iommu_dvmamap_validate_map()'s into DEBUG instead of DIAGNOSTIC, to | Theo de Raadt |
2007-12-15 | Remove a lot of symbols from the namespace, otherwise sys/sysctl.h and | Theo de Raadt |
2007-12-15 | export kernel uvm_km_pages_free as vm.kmpagesfree; ok tedu, tested jsg | Theo de Raadt |
2007-12-14 | the hardware does not allow to specify the protection mode in each | Damien Bergamini |
2007-12-14 | Revert previous commit; something is still wrong, and I can't figure out what | Mark Kettenis |
2007-12-14 | add sysctl entry points into various network layers, in particular to | Theo de Raadt |
2007-12-14 | Remove a lot of symbols from the namespace, otherwise sys/sysctl.h and | Theo de Raadt |
2007-12-14 | Cleanup some comments. | Joel Sing |
2007-12-14 | Enable console support for SGI O2 workstations. Switch between the serial | Joel Sing |
2007-12-14 | Add console/cnattach support to mkbc(4). This allows for early attachment | Joel Sing |
2007-12-14 | Have gbe(4) attach as the console if the graphical console is selected via | Joel Sing |