Age | Commit message (Expand) | Author |
2006-12-23 | adapt to new two-level sensor api; Constantine A. Murenin | Theo de Raadt |
2006-12-22 | always include sensors.h | Theo de Raadt |
2006-11-28 | give scsi controllers a real attach args to fill in when attaching scsibus. | David Gwynne |
2006-11-04 | query the firmware for the number of volumes, and then iterate through them | David Gwynne |
2006-11-01 | dont walk the device list looking for our scsibus, it is stashed when we | David Gwynne |
2006-11-01 | whitespace fixes | David Gwynne |
2006-10-31 | first cut at sensors | Jolan Luff |
2006-09-25 | well, this is embarrassing. | David Gwynne |
2006-09-25 | enabling interrupts isnt a bug, so dont put XXX next to it. | David Gwynne |
2006-08-28 | move the firmware messaging under NBIO since it's only used by bio. | David Gwynne |
2006-08-28 | turns out the volume info contains a bitmap of failed physdisks in it, so | David Gwynne |
2006-08-27 | sigh, this is annoying. it appears that the arc firmware doesnt care if a | David Gwynne |
2006-08-27 | try to get the status of the volume out of the arc firmware and into | David Gwynne |
2006-08-27 | if a disk dissapears out of a raidset, then the raid info will list its id | David Gwynne |
2006-08-27 | little nit | David Gwynne |
2006-08-25 | fill in the controllers name in the inq ioctl. spotted by deraadt@ | David Gwynne |
2006-08-24 | show the firmware revision of the disks. | David Gwynne |
2006-08-24 | report the size of the disks and volumes correctly. | David Gwynne |
2006-08-24 | too much copy and paste. report raid 1 correctly. | David Gwynne |
2006-08-24 | ignore passthru volumes, struct bioc_vol isnt smart enough to know what | David Gwynne |
2006-08-24 | figure out the raid level of the volume. | David Gwynne |
2006-08-24 | oops, im unlocking too often | David Gwynne |
2006-08-24 | a start at the BIOC INQ, VOL, and DISK ioctls for fetching information | David Gwynne |
2006-08-20 | stash a pointer to the scsibus attached to us. we can use this later to | David Gwynne |
2006-08-20 | definitions of the messages for raid, volume, and physical disks | David Gwynne |
2006-08-20 | get rid of the horror that was the ARC_FW_MSG macro | David Gwynne |
2006-08-20 | get rid of the old arc_msgbuf. | David Gwynne |
2006-08-20 | cut the rest of the bioctl alarm stuff over to the new arc_msgbuf | David Gwynne |
2006-08-20 | because the header on firmware commands causes the rest of the message to | David Gwynne |
2006-08-18 | oops, debug cruft shouldnt go into the tree. | David Gwynne |
2006-08-18 | add the sysinfo struct, and then use it to get the current state of the | David Gwynne |
2006-08-18 | easy bio bits first. this is is code that should enable, disable, and | David Gwynne |
2006-08-18 | arc, meet bio. bio, meet arc. | David Gwynne |
2006-08-18 | fix up the arc fw message macros a bit. change a comment while here. | David Gwynne |
2006-08-18 | a bit more infrastructure for firmware commands. | David Gwynne |
2006-08-17 | dont need debug in the tree | David Gwynne |
2006-08-17 | man, i wish firmware commands were as easy as scsi io's on these | David Gwynne |
2006-08-15 | when there's normal sense data i think the command completed ok, there's | David Gwynne |
2006-08-15 | try to deal appropriate with errors from the io command reply | David Gwynne |
2006-08-14 | start and stop bgrb during attach and detach respectively. as a bonus | David Gwynne |
2006-08-14 | firmware commands (as opposed to io commands) are sent to the firmware via | David Gwynne |
2006-08-09 | define the size of regions in the register space in terms of bytes, not | David Gwynne |
2006-08-07 | whitespace fixes | David Gwynne |
2006-08-07 | from the drivers side of the iop331 there is only one set of interrupt | David Gwynne |
2006-08-06 | endian fixes. this works on sparc64 now. | David Gwynne |
2006-08-06 | fill out the interrupt handler. io is now no longer polled, and as a bonus | David Gwynne |
2006-08-06 | we can support more than one entry in an sgl, so stop lying to bus_dma | David Gwynne |
2006-08-06 | less magic | David Gwynne |
2006-08-06 | io commands are the only ones every posted on the queues, so hardcode the | David Gwynne |
2006-08-05 | implement reply and post queue handling, but only polled for now. io should | David Gwynne |