freebsd-src/sys/dev/ata
Robert Watson 5bb84bc84b Normalize a significant number of kernel malloc type names:
- Prefer '_' to ' ', as it results in more easily parsed results in
  memory monitoring tools such as vmstat.

- Remove punctuation that is incompatible with using memory type names
  as file names, such as '/' characters.

- Disambiguate some collisions by adding subsystem prefixes to some
  memory types.

- Generally prefer lower case to upper case.

- If the same type is defined in multiple architecture directories,
  attempt to use the same name in additional cases.

Not all instances were caught in this change, so more work is required to
finish this conversion.  Similar changes are required for UMA zone names.
2005-10-31 15:41:29 +00:00
..
ata-all.c Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
ata-all.h Add support for setting the SG list segment size. 2005-10-06 15:44:07 +00:00
ata-card.c Forgot to commit ata-card fixes last night. Fix gleb's attempt to do 2005-09-22 18:46:29 +00:00
ata-cbus.c Take newbusification one step further, ie use the device_t more consequently 2005-04-30 16:22:07 +00:00
ata-chipset.c Add support for the ATI IXP[234]00 series chipsets. 2005-10-12 20:00:26 +00:00
ata-disk.c Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
ata-disk.h This is the much rumoured ATA mkIII update that I've been working on. 2005-03-30 12:03:40 +00:00
ata-dma.c Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
ata-isa.c Take newbusification one step further, ie use the device_t more consequently 2005-04-30 16:22:07 +00:00
ata-lowlevel.c Dont wait for READY on ATAPI_IDENTIFY. 2005-09-19 07:35:42 +00:00
ata-pci.c Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
ata-pci.h Add support for the ATI IXP[234]00 series chipsets. 2005-10-12 20:00:26 +00:00
ata-queue.c Harden the hotplug support for SATA devices. 2005-09-14 12:45:06 +00:00
ata-raid.c Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
ata-raid.h Fix problem with finding the still working disk in a broken mirror on VIA. 2005-09-06 19:17:48 +00:00
ata_if.m Take newbusification one step further, ie use the device_t more consequently 2005-04-30 16:22:07 +00:00
atapi-cam.c Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
atapi-cd.c Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
atapi-cd.h This is the much rumoured ATA mkIII update that I've been working on. 2005-03-30 12:03:40 +00:00
atapi-fd.c Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
atapi-fd.h This is the much rumoured ATA mkIII update that I've been working on. 2005-03-30 12:03:40 +00:00
atapi-tape.c Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
atapi-tape.h This is the much rumoured ATA mkIII update that I've been working on. 2005-03-30 12:03:40 +00:00