Age | Commit message (Expand) | Author |
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 |
2006-12-11 | use oct bits consistently in the format string for %b. pointed out by | David Gwynne |
2006-12-11 | refer to the RSTP point to point option as "PTP" instead of "P2P". | Reyk Floeter |
2006-12-11 | allow RST with th_seq incremented (seen from windows tcp clients); ok dhartmei | Markus Friedl |
2006-12-11 | do not bus_space_map devices which are at address 0; ok kettenis | Theo de Raadt |
2006-12-11 | change sig_atomic_t to int (was long). spotted by Alexander_Bluhm@genua.de | Theo de Raadt |
2006-12-11 | On i386, swizzle interrupts for devices for which we don't have explicit | Mark Kettenis |
2006-12-11 | do not bus_space_map devices which are at address 0; ok kettenis | Theo de Raadt |
2006-12-11 | oops, we want to return when everything goes well in ahci_attach, rather | David Gwynne |
2006-12-11 | remove the argument to all the port registers that say which port you want | David Gwynne |
2006-12-11 | dont stash the implemented ports map, im going to use a different | David Gwynne |
2006-12-11 | define the command structs used by the ports. | David Gwynne |
2006-12-11 | pull the wrapper for allocations of dma mem with a single segment in from | David Gwynne |
2006-12-11 | oops, too far for the match/attach funcs | David Gwynne |
2006-12-11 | give the function prototypes a bit more room for the return type. | David Gwynne |
2006-12-11 | de-__P. noted by Dries Schellekens | Jun-ichiro itojun Hagino |
2006-12-11 | Only disarm the watchdog if we really want to, not before each re-trigger. | Marc Balmer |
2006-12-11 | Shorten the code, but no functional changes. | Marc Balmer |
2006-12-11 | per port register definitions | David Gwynne |
2006-12-11 | fix %b format string now that deraadt fixed printf | David Gwynne |
2006-12-11 | allow bit 32 to be printed; bug spotted and fix tested by dlg | Theo de Raadt |
2006-12-11 | stash the field showing which ports are hooked up, and dump it if verbose | David Gwynne |
2006-12-11 | if ahci debug and verbose output is enabled, then dump the cap register. | David Gwynne |
2006-12-10 | typo; Alexander_Bluhm@genua.de | Theo de Raadt |
2006-12-10 | Add missing argument to a DPRINTF call. | Claudio Jeker |
2006-12-10 | Make sure the bit collecting is restarted after signal loss. | Marc Balmer |
2006-12-10 | Do not attempt to access scsi_xfer fields after scsi_done() has been invoked. | Miod Vallat |
2006-12-10 | Delay two seconds after board reset before trying to probe scsi devices. | Miod Vallat |