NetBSD/sys/dev/ata
thorpej 1edb40635e - Define disk information, disk geometry, and disk partition dictionary
schemas.  Disk information and disk geometry are designed to replace
  information currently conveyed to user space using struct disklabel.
- Add a dk_info member to struct disk; a reference to a disk information
  dictionary.  This dictionary is to be allocated and the reference stored
  in struct disk by individual drivers.
- disk_detach0() will release dk_info if non-NULL.
- Convert the wd(4) driver to stash geometry and other disk properties
  as the "disk-info" property in its properties dictionary.  This needs
  some cleanup, but will serve as an example of what to do with other
  disk drivers.
2006-09-22 04:48:38 +00:00
..
ata_raid_adaptec.c integrate kauth. 2006-05-14 21:42:26 +00:00
ata_raid_promise.c integrate kauth. 2006-05-14 21:42:26 +00:00
ata_raid.c - add simple functions to allocate/free a buffer for i/o. 2006-01-04 10:13:05 +00:00
ata_raidreg.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ata_raidvar.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ata_wdc.c Add PIOBM (busmastering transfer using ATA PIO mode) support. 2006-09-07 12:34:41 +00:00
ata.c Add PIOBM (busmastering transfer using ATA PIO mode) support. 2006-09-07 12:34:41 +00:00
ataconf.h Add PIOBM (busmastering transfer using ATA PIO mode) support. 2006-09-07 12:34:41 +00:00
atareg.h Change "inline" back to "__inline" in .h files -- C99 is still too 2006-02-16 20:17:12 +00:00
atavar.h Add PIOBM (busmastering transfer using ATA PIO mode) support. 2006-09-07 12:34:41 +00:00
files.ata merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ld_ataraid.c integrate kauth. 2006-05-14 21:42:26 +00:00
Makefile merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
sata_subr.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
satapmpreg.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
satareg.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
satavar.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
wd.c - Define disk information, disk geometry, and disk partition dictionary 2006-09-22 04:48:38 +00:00
wdvar.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00