Age | Commit message (Expand) | Author |
2009-01-21 | Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs). | Alexander Yurchenko |
2008-11-08 | remove dead stores and newly created unused variables. | Charles Longeau |
2008-09-25 | Initialize 'capacity' to 0 and use tabs to indent. "won't hurt" miod@. | Kenneth R Westerback |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2008-06-27 | More removal of clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-15 | Don't bypass partition bounds check for RAW_PART. We now guarantee that | Kenneth R Westerback |
2008-05-05 | Don't set the adaptor template link's flags and quirks when trying to | Kenneth R Westerback |
2008-03-26 | plug a mem leak. the array of ports wasnt freed on detach. | David Gwynne |
2008-02-07 | enable DMA for 1-sector devices (i.e. most flash devices). | Stuart Henderson |
2008-01-01 | provide a thing for use with %b to show which xa flags are set. | David Gwynne |
2007-12-30 | dont freeze lock or set caching modes on ata devices that arent disks, its | David Gwynne |
2007-12-29 | the scsi layer always had function pointers for asking the hba about a | David Gwynne |
2007-12-28 | provide vpd page 0, which lists which vpd pages we provide. | David Gwynne |
2007-12-28 | rename some functions to make it clear theyre used to emulate vpd responses | David Gwynne |
2007-12-28 | implement emulation of vpd page 83, the device identification page. if the | David Gwynne |
2007-12-28 | massage the way vpds are defined. rename the page used for the devices | David Gwynne |
2007-12-09 | unify synchronous scsi xfer completion handling. this started out as a fix | David Gwynne |
2007-12-09 | remove the nosleep argument to ata_get_xfer. it is a relic from when i | David Gwynne |
2007-12-06 | Ask for write cache and read look ahead to be turned | Jonathan Gray |
2007-12-05 | Switch set features commands to use wdc_exec_command() to allow | Jonathan Gray |
2007-11-28 | when we probe a port send an ata inquiry to the device and cache | David Gwynne |
2007-11-28 | make ata controllers protect their own command lists so atascsi doesnt have | David Gwynne |
2007-11-26 | Enable read ahead and write cache enable if supported by | Jonathan Gray |
2007-11-26 | implement atascsi_probe_dev and atascsi_detach_dev. they let a hba tell | David Gwynne |
2007-11-26 | drive port probes from the scsi midlayer now that it will ask the adapter | David Gwynne |
2007-11-23 | starting bits to implement hotplug of sili controllers. this adds the code | David Gwynne |
2007-11-23 | use copyin and copyout to get the actual ata data in and out of the kernel | David Gwynne |
2007-11-23 | implement translation of the scsi vpd page for fetching a disks serial | David Gwynne |
2007-11-23 | t10 has a whole spec on doing SCSI to ATA translation called SAT. i wish | David Gwynne |
2007-11-16 | accept ATA ioctls so tools like atactl work on disks behind the atascsi | David Gwynne |
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where | Kenneth R Westerback |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-18 | avoid modification race in DIOCRLDINFO; ok krw miod | Theo de Raadt |
2007-06-08 | all drivers should spoof version 1 labels | Theo de Raadt |
2007-06-07 | strncpy -> strlcpy, plus a little spacing line up. | Ray Lai |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
2007-06-05 | use six new macros to access & store the 48-bit disklabel fields related | Theo de Raadt |
2007-06-01 | Don't initialize d_partitions[RAW_DISK] just before calling | Kenneth R Westerback |
2007-05-31 | Kill old, no longer necessary kludge to try fooling readdisklabel() | Kenneth R Westerback |
2007-04-28 | Fix comments above DISKMINOR uses. DISKMINOR provides minor not major | Kenneth R Westerback |
2007-04-27 | Nuke WDUNIT/WDPART/etc. defines and just use standard DISKUNIT/DISKPART/etc. | Kenneth R Westerback |
2007-04-26 | Eliminate CPU_BIOS from userland and wd(4) by always using the BIOS | Kenneth R Westerback |
2007-04-22 | when an ata command returns an error, dont fill dmesg with messages about | David Gwynne |
2007-04-12 | Do a security freeze lock like we do in wd(4) to deal with systems | Jonathan Gray |
2007-04-10 | endian fixes for the read capacity handling. | David Gwynne |
2007-04-10 | Sort ATA commands by value. | Jonathan Gray |
2007-04-08 | Use CMD_OK instead of 0, no binary change, from mickey | Pedro Martelletto |
2007-04-05 | device signatures appear to be common to sata controllers too. | David Gwynne |
2007-04-04 | some registers are shared amongst various sata controllers, so stick | David Gwynne |