Age | Commit message (Expand) | Author |
2006-06-01 | leave the reply_dva address alone so we can post it back to the ioc rather | David Gwynne |
2006-06-01 | fix some macros | David Gwynne |
2006-06-01 | Make the debug printfs work if RAL_DEBUG is defined. | Robert Nagy |
2006-06-01 | Add powerhooks for ral(4) cards with RT2561 chipset, and also fix | Robert Nagy |
2006-06-01 | oops, i dont know how to count bits. fix the OFFSET bitmasks in the device | David Gwynne |
2006-06-01 | add spi device configuration pages 0 and 1 | David Gwynne |
2006-06-01 | fix the reply handling on crazy machines that give me bits in the high part | David Gwynne |
2006-06-01 | 64 bit dva addresses so we can >> 32 later; ok dlg | Theo de Raadt |
2006-05-31 | Capture the port_wwn and node_wwn corresponding to a target id every | Kenneth R Westerback |
2006-05-31 | byteswap the ioc_status field so we can respond to scsi things properly on | David Gwynne |
2006-05-31 | remove the fetching of the manufacturing page. it was just there to see if | David Gwynne |
2006-05-31 | mpi hardware uses an 8 bit field to describe the number of devices it has | David Gwynne |
2006-05-31 | dont display the first manufacturing page | David Gwynne |
2006-05-31 | c++ style comments shouldnt be in the tree | David Gwynne |
2006-05-31 | int32 i >> 32 is undefined, so cast to unsigned long long first, ok dlg | Theo de Raadt |
2006-05-31 | implement chained scatter gather lists. | David Gwynne |
2006-05-30 | removes the isavar.h include and the ifdef bsdi cruft | Felix Kronlage |
2006-05-30 | remove dev/isa/isavar.h include, not needed anymore | Felix Kronlage |
2006-05-30 | raise the timeout on the init commands (especially port enable) to give | David Gwynne |
2006-05-30 | hush; ok dlg | Jason Wright |
2006-05-29 | increase the timeout on the enabling commands during attach so that sas | David Gwynne |
2006-05-29 | Convert NetBSD new-style %b strings to old-style. | Miod Vallat |
2006-05-29 | limit the number of scatter gather entries sent with the scsi_io commands | David Gwynne |
2006-05-29 | add more mpi goo for scsi task management and port config | David Gwynne |
2006-05-29 | put the 64bit flag in the right place on the scatter gather list. | David Gwynne |
2006-05-29 | split mpi_poll out into mpi_complete, and rewrite poll to use start and | David Gwynne |
2006-05-29 | remove some if 0 code | David Gwynne |
2006-05-29 | bump mpi up to using 64bit for all dva | David Gwynne |
2006-05-29 | Only claim an interrupt if a real interrupt event occured, prevents false | Dale Rahn |
2006-05-28 | junk to read and write configuration pages. | David Gwynne |
2006-05-28 | Remove dead code; free commit on behalf of dlg@ | Uwe Stuehler |
2006-05-28 | pass the reply from the hardware via the ccb rather than on the stack to | David Gwynne |
2006-05-28 | rename mpi_complete to mpi_poll and make it call mpi_start itself. | David Gwynne |
2006-05-27 | add the messages for config page requests and replies. | David Gwynne |
2006-05-27 | make debug output during attach quiet unless you want it by raising | David Gwynne |
2006-05-27 | garbage collect vlan.h | Brad Smith |
2006-05-27 | remove dead code | David Gwynne |
2006-05-27 | add mpi(4), an alternative (replacement) driver for lsi logic fusion mpt | David Gwynne |
2006-05-27 | remove IFCAP_JUMBO_MTU interface capabilities flag and set if_hardmtu in a few | Brad Smith |
2006-05-26 | rename jumbo mtu to if_hardmtu; ok brad reyk | Theo de Raadt |
2006-05-26 | Add dlg to copyright. | Marco Peereboom |
2006-05-26 | Add blinking for disks. | Marco Peereboom |
2006-05-25 | Move a int i; to top of function so that it compiles on non c99 compilers. | Marco Peereboom |
2006-05-25 | And add time and percentage to builds and check consistencies. | Marco Peereboom |
2006-05-25 | add LD progress strucutre. | Marco Peereboom |
2006-05-25 | Add last bit of physcal disk stuff. | Marco Peereboom |
2006-05-25 | Add physical device and read config structures. | Marco Peereboom |
2006-05-23 | - comment out minphys() wrapper which was intended for DMA code, since there | Miod Vallat |
2006-05-23 | Do not define NCR53C9X_DEBUG if SMALL_KERNEL. Saves 7KB. | Miod Vallat |
2006-05-23 | In NCR53C9X_DEBUG code, compute debug values after the values they depend on | Miod Vallat |