summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-03-28Fix a Marvell Entry, "SATA" -> "88SE6101 IDE"Jonathan Gray
2007-03-28While we are determining which NCQ command failed, we will need to ensureChristopher Pascoe
2007-03-28Due to a logic inversion, we would error out any commands that had completedChristopher Pascoe
2007-03-28Improve output of some debugging messages.Christopher Pascoe
2007-03-28Some more safety checks on ccb state.Christopher Pascoe
2007-03-28disk addresses are in hex, not decimal. makes my LSILogic,sas@3/disk@13David Gwynne
2007-03-28Bump max number of physical segments. Machines in the wildTobias Weingartner
2007-03-27OK, I understand why jsg wanted the disk_unbusy() in wdretry(), and heTheo de Raadt
2007-03-27only actually change the drive LED state if there was a real state change;Theo de Raadt
2007-03-27Don't pick up IPv6 link local IPs on address deletions.Marco Pfatschbacher
2007-03-27When trap() causes a panic, have stacktrace() use ddb to find the symbolMiod Vallat
2007-03-27Remove an #ifdef LFS chunk from dk_mountroot();Thordur I. Bjornsson
2007-03-27Clean up some return value handling now that we know that what's returnedArtur Grabowski
2007-03-27Try and print symbol-relative addresses for branches, and displayMiod Vallat
2007-03-27this level of serverworks sata does not helpTheo de Raadt
2007-03-27more grammar fixups; from bret lambert and myselfJason McIntyre
2007-03-27grammar from bret lambert, and one more from me;Jason McIntyre
2007-03-27attach ahci based on the pci class and interface fields, not just on aDavid Gwynne
2007-03-27grok LSILogic,sas controllers in bootpath; as well, become aware that (atTheo de Raadt
2007-03-27disable serverworks sata until it works (been busted for a year on theTheo de Raadt
2007-03-27First stab at state transition code for volumes and chunks.Marco Peereboom
2007-03-27regenerateChris Kuethe
2007-03-27u-blox ANTARIS4 GPS receiverChris Kuethe
2007-03-27regenDavid Gwynne
2007-03-27silicon image 3131 and 3531David Gwynne
2007-03-26software-driven drive light code, using a timeout. uwe wrote some codeTheo de Raadt
2007-03-26Don't leak memory.Marco Peereboom
2007-03-26Rip out the KERN_ error codes.Artur Grabowski
2007-03-26Calculate minutes left more accurately.Marco Peereboom
2007-03-26bits for the global control registerDavid Gwynne
2007-03-26typos in commentsTed Unangst
2007-03-26i shouldn't be shy about commiting ahci to this.David Gwynne
2007-03-26oops, 64bit memory bars.David Gwynne
2007-03-26ichss_cookie is a bad name, and should not be a void pointer.Gordon Willem Klok
2007-03-25include rwlock.h ourselves, better than depending on it getting pickedTed Unangst
2007-03-25Remove LK_INTERLOCK from flags in a call to vget();Thordur I. Bjornsson
2007-03-25Synchronise carp advertisements on group demotion.Marco Pfatschbacher
2007-03-25wdc retries (including after suspends) caused a disk to remain busy whenTheo de Raadt
2007-03-25POLLERR is the correct return code for poll errorsTed Unangst
2007-03-25use a rwlock instead of the homegrown approachTed Unangst
2007-03-25Change the "can't allocate llinfo" to a better log message that includesClaudio Jeker
2007-03-25Remove references to KERN_SUCCESS, okay miod@Pedro Martelletto
2007-03-25Remove the flags_lock simplelock from struct vm_map;Thordur I. Bjornsson
2007-03-25Garbage collect CPU_CLOCKUPDATE since it was only used by i386.Artur Grabowski
2007-03-25remove KERN_SUCCESS and use 0 instead.Artur Grabowski
2007-03-25kill extra space in output with diskerr(); ok jsgTheo de Raadt
2007-03-25Account for the space of all the previous sessions on disk whenPedro Martelletto
2007-03-25remove a few void * casts that are uselessTed Unangst
2007-03-24Complete the right scsi_xfer when processing a disk sync request.Christopher Pascoe
2007-03-24Kill the horrible hack of storing the pid in struct selinfo.Artur Grabowski