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