Age | Commit message (Expand) | Author |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-04-10 | privledges -> privileges | Miod Vallat |
2007-04-10 | remove process from thread list sooner in exit (notably, before waiting | Ted Unangst |
2007-04-10 | Do not compile unused dump_tlb() unless option DEBUG. | Miod Vallat |
2007-04-10 | slighly -> slightly | Miod Vallat |
2007-04-10 | Name and cast all struct sd_softc *sd the same way. No binary change. | Alexander Bluhm |
2007-04-10 | When doing a rename and finding out the destination name already | Pedro Martelletto |
2007-04-10 | Prevent infinite loop mapping interrupts when "reg" property is missing. | Mark Kettenis |
2007-04-10 | Fix yet another vnode leak. If relookup() succeeds, we no longer need | Pedro Martelletto |
2007-04-10 | Always use idiom 'struct cd_softc *cd = (struct cd_softc *)self'. Spotted | Kenneth R Westerback |
2007-04-10 | wrap reading of the error fis up into a func of its own, and use | David Gwynne |
2007-04-10 | Sort ATA commands by value. | Jonathan Gray |
2007-04-10 | pascoe@ finished sili(4). enable it so people can try it. | David Gwynne |
2007-04-10 | pascoe finished sili(4). let's enable it so people can try it. | David Gwynne |
2007-04-09 | Re-enable art(4); mglocker@'s e250 is perfectly happy with larger kernels now. | Mark Kettenis |
2007-04-09 | Unbreak the tree. | Mark Kettenis |
2007-04-09 | Seperate rtc(4) code out into its own file. Add support for catching the | Mark Kettenis |
2007-04-09 | Remove unused prototype. | Mark Kettenis |
2007-04-09 | Fix (unused) extintr_disable_by_num behaviour, and make vmstat -i output | Miod Vallat |
2007-04-09 | Assert my copyright for the AX88178/AX88772 bits over the last few years. | Jonathan Gray |
2007-04-09 | Remove any possibility of of an underflow happening when | Jonathan Gray |
2007-04-09 | Add missing letoh16() for eeprom value. | Jonathan Gray |
2007-04-08 | ansify and deregister, no binary change, okay mickey@ bluhm@ | Pedro Martelletto |
2007-04-08 | Use CMD_OK instead of 0, no binary change, from mickey | Pedro Martelletto |
2007-04-08 | Whitespace/long line fixups. No code change. | Christopher Pascoe |
2007-04-08 | Add compile-time support for coalescing command interrupts to reduce the | Christopher Pascoe |
2007-04-08 | Change the API to sili_port_intr so it can timeout a command and reuse the | Christopher Pascoe |
2007-04-08 | ral(4) reported to work on sparc64 by Maxim Belooussov <belooussov@gmail.com> | Jonathan Gray |
2007-04-08 | Add support for NCQ error recovery and enable NCQ command submission. | Christopher Pascoe |
2007-04-08 | x4100 machines need a hold off in between reads and write to the bmc | Marco Peereboom |
2007-04-08 | Track the order that CCBs are submitted in, so that after an error we are | Christopher Pascoe |
2007-04-08 | sili uses one queue for NCQ and legacy commands. No need for the AHCI-style | Christopher Pascoe |
2007-04-07 | ANSI-fy. No functional change. | Kenneth R Westerback |
2007-04-07 | Nuke NetBSD defines APRINTF_NORMAL/_ERROR and just use the printf they were | Kenneth R Westerback |
2007-04-07 | Remove unused variable. | Mark Kettenis |
2007-04-07 | USECPERSEC is no longer used. | Mark Kettenis |
2007-04-07 | Always assume write commands had zero residual; the chip only counts | Christopher Pascoe |
2007-04-07 | Whitespace cleanup. No code change. | Christopher Pascoe |
2007-04-07 | Add transfer failure detection and recovery from non-fatal errors. | Christopher Pascoe |
2007-04-07 | Rework command issue/completion flow to be more like AHCI's and switch to | Christopher Pascoe |
2007-04-07 | Replace code that tries to find the boot device by pretending to walk the | Mark Kettenis |
2007-04-07 | Split command completion out into a separate function, working towards | Christopher Pascoe |
2007-04-07 | Replace code that tries to find the boot device by pretending to walk the | Mark Kettenis |
2007-04-07 | Use pci_matchbyid() rather than handrolled equivalent. From Brad. | Kenneth R Westerback |
2007-04-07 | Permit PACKET command issue. | Christopher Pascoe |
2007-04-07 | Fill out control information for ATAPI commands. | Christopher Pascoe |
2007-04-07 | Helper macros to provide the port name in debug messages. | Christopher Pascoe |
2007-04-07 | Use the rx_count saved in the LRAM command slot entry to determine the | Christopher Pascoe |
2007-04-07 | Add some more device status related register definitions. | Christopher Pascoe |
2007-04-07 | Sync the command corresponding to our ccb, not slot 0. | Christopher Pascoe |