Module Name: src Committed By: dsl Date: Sun Jul 15 10:56:50 UTC 2012
Modified Files: src/sys/dev/pci: nside.c Log Message: Some namespace protection (and add greppablity). Prefix the DRIVE_ and DRIVET_ constants from atavar.h with ATA_. Don't use an enum for drive_type - you don't know how big it will be. Move driver_type to avoid implicit structure padding (esp on arm). This change is purely lexical and mechanical. Update to 6.99.9 - this wasn't done when the SATA PMP changes were made - I'm sure they warranted a bump. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pci/nside.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.