summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2006-04-22Henning reported a crash I can't explain while using the new sensor code.Marco Peereboom
2006-04-22Add support for the Adaptec RAID-On-Chip architecture. This in turnBrad Smith
2006-04-21typoMarco Peereboom
2006-04-21Add mfi_poll and use the new shiny function to setup all the hardware queues.Marco Peereboom
2006-04-21remove duplicate defines. another find by lint.David Gwynne
2006-04-21remove the ami_inquire prototype. the function doesnt exist and its notDavid Gwynne
2006-04-20Fix various printf() issues: too many arguments, not enough arguments, argumentMiod Vallat
2006-04-20printf() calls with the format string spanning several lines should not haveMiod Vallat
2006-04-20Cast unsigned to signed when you want to check for negative values.Miod Vallat
2006-04-20marco hates typedefs as much as i do, so he asked me to clean mfi like iDavid Gwynne
2006-04-20return after goto wont be reached, so remove it. found by lint.David Gwynne
2006-04-20get rid of the ccb list typedef. while here switch to TAILQ_HEAD insteadDavid Gwynne
2006-04-20remove some useless code found by lint.David Gwynne
2006-04-20this is the proper fix for krws bug. i feel kinda bad taking the commitDavid Gwynne
2006-04-19Make sure sc_first_poll is initialized to 0 so sensor_task_threadKenneth R Westerback
2006-04-18Make output in sysctl pretier.Marco Peereboom
2006-04-18It helps to initialize a queue before usage.Marco Peereboom
2006-04-18Display logical disk status in sysctl. Now one can use sensorsd toMarco Peereboom
2006-04-18Actually add ccbs to the queue.Marco Peereboom
2006-04-17Sprinkle more debug. Remove 64 byte boundary; it doesn't seem to like it.Marco Peereboom
2006-04-17Setup ccbs and clean up ccb structure.Marco Peereboom
2006-04-16Oops, make mfi_allocmem always use 64 byte boundaries since frames have toMarco Peereboom
2006-04-16Add frame memory and sglist allocation.Marco Peereboom
2006-04-16Introduce sti_rom_size() which will compute the size of a card's rom, andMiod Vallat
2006-04-16Make memory access use macro.Marco Peereboom
2006-04-16typoMarco Peereboom
2006-04-16Add get and put ccb functions. Shuffle some more definitions.Marco Peereboom
2006-04-16Nicer print when context is invalid.Marco Peereboom
2006-04-16Shuffle some #defines.Marco Peereboom
2006-04-16Add interrupt handler. Idea borrowed from FreeBSD since it is much nicerMarco Peereboom
2006-04-16Correctly computed the mac address checksum on big-endian platforms.Miod Vallat
2006-04-16Add skeleton ccb structure.Marco Peereboom
2006-04-15check for IFF_RUNNING being set before calling gem_init().Brad Smith
2006-04-10fix the macro so gem recognizes the Intrepid 2 GMAC.Brad Smith
2006-04-10recognize the Intrepid 2 GMACBrad Smith
2006-04-10under some cases some wi(4) cards freak out and then do not recover.Theo de Raadt
2006-04-07Replace bus_space functions with generic ones that do barriers.Marco Peereboom
2006-04-07Add memory allocator functions.Marco Peereboom
2006-04-07Print state in debug. Change return vales to 1 instead of ENXIO.Marco Peereboom
2006-04-07Make a better debug mechanism.Marco Peereboom
2006-04-07Enable mfi_transition_fw() original code from FreeBSD.Marco Peereboom
2006-04-07Add DEVNAME.Marco Peereboom
2006-04-07Add register offsets. Borrowed from FreeBSD.Marco Peereboom
2006-04-06Add fw transition logic.Marco Peereboom
2006-04-06Add structures and defines.Marco Peereboom
2006-04-06Add skeleton driver for MegaRAID SAS.Marco Peereboom
2006-04-06the synchronise cache path is unique in ami in that it uses two megaraidDavid Gwynne
2006-04-06kudos to djm for finding an embarrassing bug. using the same variableDavid Gwynne
2006-04-05Add support for big endian archs. tested by jaredy@ and ok jsg@Kurt Miller
2006-04-05reintroduce ami_complete, a replacement for ami_poll that is built on topDavid Gwynne