Age | Commit message (Expand) | Author |
2006-12-15 | Nuke GEMDOSFS. Unused part of unused atari port. Simplifies | Kenneth R Westerback |
2006-12-14 | Add the esp driver to macppc, supports the NCR53c94 SCSI controller found | Gordon Willem Klok |
2006-12-14 | in "BAD/loose state" messages, also print the packet's original sequence | Daniel Hartmeier |
2006-12-14 | Make pci subsystem aware of domains. Each host bridge gets assigned a unique | Mark Kettenis |
2006-12-14 | Swizzle interrupts for devices for which we don't have explicit inetrrupt | Mark Kettenis |
2006-12-14 | Add defines for several SPARC-V9 implementations. | Mark Kettenis |
2006-12-14 | Reset BBRB if we exit from a process that was single-stepping. Prevents a | Mark Kettenis |
2006-12-14 | Remove dirsperblk, which is not used after it is calculated. | Tom Cosgrove |
2006-12-14 | remove an ugly macro that made claudio sad. luckily it wasnt being used. | David Gwynne |
2006-12-14 | fix a minor bug in the tx data queue setup by using the right queue | Reyk Floeter |
2006-12-14 | If an MS-DOS filesystem claims to have more clusters than can be | Tom Cosgrove |
2006-12-14 | - enable nested interrupts on zaurus. most obvious side-effect of this is | Niall O'Higgins |
2006-12-14 | Per the new policy with respect to short header files contaning only | Gordon Willem Klok |
2006-12-14 | Eliminate unncessary interfaces resets via the SIOCSIFADDR ioctl when | Gordon Willem Klok |
2006-12-13 | Remove the dma_eop callback in the ncr5380 driver md attachment, it was always | Miod Vallat |
2006-12-13 | Missing "break;" for the KA46/KA48 case, fortunately caused no harm but a | Miod Vallat |
2006-12-13 | Remove unused parts of vsbus_attach_args structure. | Miod Vallat |
2006-12-13 | Obsolete and became wrong over the time, better remove. | Miod Vallat |
2006-12-13 | wrap ipv6 portion with #ifdef INET6. from cmetz | Jun-ichiro itojun Hagino |
2006-12-13 | insufficient testing, martin, please do not be a moron | Theo de Raadt |
2006-12-13 | regen | Martin Reindl |
2006-12-13 | add device id for IBM Hubs as found in Thinkpad dockingstations | Martin Reindl |
2006-12-13 | First part of fixing broken beacon frames in acx(4) AP mode based on a | Marcus Glocker |
2006-12-13 | eliminate unnecessary interface resets in fxp_ioctl() | Martin Reindl |
2006-12-13 | use IN6_IS_SCOPE_EMBED to check kernel-internal form addresses | Jun-ichiro itojun Hagino |
2006-12-13 | IPv6 passive OS fingerprinting. | Jun-ichiro itojun Hagino |
2006-12-12 | Complete gwk's previous patch to stop setperf methods from returning | Dimitry Andric |
2006-12-12 | regen | Michael Knudsen |
2006-12-12 | Clarifying a few pcidevs entry names based on names found | Michael Knudsen |
2006-12-12 | Fix typo in comment. | Mark Kettenis |
2006-12-12 | Use appropriate macros to decode IGN. | Mark Kettenis |
2006-12-12 | ignore bars which are 0; ok kettenis | Theo de Raadt |
2006-12-12 | Fix a typo to clean M's out of my tree. | Michael Knudsen |
2006-12-12 | There is no acpiec_notify() function so don't supply a prototype. | Michael Knudsen |
2006-12-12 | - include <sys/proc.h> for tsleep(); | Tom Cosgrove |
2006-12-12 | ansify the enc code | Reyk Floeter |
2006-12-12 | add a workaround for hardware ip4csum-tx bug on re(4) chips. the | Reyk Floeter |
2006-12-12 | Make malo(4) work on macppc by adding a few letoh32(), removing some htole32() | Claudio Jeker |
2006-12-12 | small cleanup after feng shui | David Gwynne |
2006-12-12 | Give the SCSI layer the ability to requeue i/o's rejected by a driver | Kenneth R Westerback |
2006-12-12 | after allocating the ahci_port bits, stash it in the softc rather than | David Gwynne |
2006-12-12 | feng shui | David Gwynne |
2006-12-12 | for each port the controller says is hooked up, go and allocate our | David Gwynne |
2006-12-12 | start implementing the bits that allocate the per port structures and their | David Gwynne |
2006-12-12 | remember our dma tag. be able to do dma is like, really cool. man. | David Gwynne |
2006-12-12 | add functions to get and put ccbs out of each ports command free list. | David Gwynne |
2006-12-12 | add wrappers for reading and writing a ports registers called ahci_pread, | David Gwynne |
2006-12-12 | introduce the command control blocks, and the concept that they are managed | David Gwynne |
2006-12-12 | stash the number of commands each port can do in the softc | David Gwynne |
2006-12-11 | Ensure kvm86_call actually saves the curpcb instead of junk. Error | Gordon Willem Klok |