| Age | Commit message (Expand) | Author |
| 1998-09-07 | make the default disklabel consistent to the SCSI/ATAPI case | drochner |
| 1998-08-15 | Use scsi style geometry printout | rvb |
| 1998-08-15 | Assign my copyrights to TNF. | mycroft |
| 1998-08-13 | Report "true" disk geometry; like sd disks do | rvb |
| 1998-06-12 | Rework the way kernel include files are installed. In the new method, | cgd |
| 1998-06-09 | Nuke __BROKEN_INDIRECT_CONFIG. | thorpej |
| 1998-06-04 | Print newline like others do when tracing wdunlock. | enami |
| 1998-05-09 | Disable the change to check wdp_ataversion, since it's unreliable with old | mycroft |
| 1998-04-26 | Update copyright. | mycroft |
| 1998-04-26 | In LBA mode, always use the `total capacity' count, rather than calculating | mycroft |
| 1998-04-23 | From Robert V. Baron: | bouyer |
| 1998-03-25 | Conditionalize badblock handling on 'HAS_BAD144_HANDLING'. Some ports | leo |
| 1998-02-16 | Remove "class" declarations, and add "devclass" declarations where | thorpej |
| 1998-01-15 | kill a couple of unnecessary #ifs | cgd |
| 1998-01-14 | Various cleanups and bug fixes to the wdc/wd code: | cgd |
| 1998-01-14 | Shuffle wd/wdc driver files around (via repository copies). wdc | cgd |
| 1998-01-12 | Update for config changes. | thorpej |
| 1997-10-13 | o Make usage of /dev/random dependant on | explorer |
| 1997-10-10 | Add hooks to insert timing info into the random system | explorer |
| 1997-10-08 | Implement DIOCGDEFLABEL. | thorpej |
| 1997-09-03 | Add a map to wdc_softc to track the already known devices to prevent them to | bouyer |
| 1997-08-27 | Merge scsipi branch in the mainline. This add support for ATAPI devices | bouyer |
| 1997-07-18 | Work around possible race condition with 2 drives on one controller | fvdl |
| 1997-07-17 | use locator defines in "locators.h" to index cf_loc[] | jtk |
| 1997-06-24 | foosize()'s return value is in DEV_BSIZE units; adjust the size obtained | thorpej |
| 1997-06-18 | Remove spurious line left over in previous commit. | pk |
| 1997-06-18 | wdsize(): only call wdopen()/wdclose() if not already open, per the | pk |
| 1997-06-06 | Pull thorpej-bus-dma branch into mainline. | thorpej |
| 1997-01-17 | Fixes to wd driver from cgd -- corrects several nasty bugs typically | perry |
| 1996-11-27 | In wdattach(), when printing out info about the drive, make the output | thorpej |
| 1996-11-07 | Fix WDDEBUG code; PR kern/1480. | mikel |
| 1996-10-13 | backout kprintf changes | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-08-27 | change cfprint_t type definition to take a const char *, rather than | cgd |
| 1996-05-12 | Use intr.h. | mycroft |
| 1996-04-29 | - gcc -Wall fixes | christos |
| 1996-04-11 | update for addition of a machine-dependent cookie as the first argument | cgd |
| 1996-03-17 | New device attachment scheme: | thorpej |
| 1996-03-01 | Add support to the ISA DMA framework for auto-initialize mode. | mycroft |
| 1996-01-08 | Make sure we disk_busy() for every transfer we start. | mycroft |
| 1996-01-07 | New generic disk framework. Highlights: | thorpej |
| 1995-12-24 | The IST_* and IPL_* constants are not bus-specific; don't treat them as such. | mycroft |
| 1995-08-05 | Use an intermediate variable to shorten label initialization code. | mycroft |
| 1995-07-04 | Make each disk and tape driver define its own read and write functions. | mycroft |
| 1995-06-26 | implement new-style block device dump routine if __BDEVSW_DUMP_OLD_TYPE | cgd |
| 1995-04-17 | clean up several ISA device interfaces: autoconfiguration, header | cgd |
| 1995-04-15 | Don't boundary check I/O to the `raw' partition. | mycroft |
| 1995-04-10 | kernel_pmap --> pmap_kernel() | mycroft |
| 1995-04-01 | Add a missing unlock. | mycroft |
| 1995-03-29 | Revamp the locking mechanism slightly. Update some outdated comments, and add | mycroft |