freebsd-dev/sys/dev/twe
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
..
twe_compat.h Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 2005-05-29 04:42:30 +00:00
twe_freebsd.c Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
twe_tables.h
twe.c Undoing recent changes to make 3ware's i386 tools work on amd64, since there are 2005-02-17 19:05:42 +00:00
tweio.h Undoing recent changes to make 3ware's i386 tools work on amd64, since there are 2005-02-17 19:05:42 +00:00
twereg.h
twevar.h Fix for a problem seen only on 6xxx series controllers, where-in the 2004-06-11 18:42:44 +00:00