aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata-isa.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-08-24 17:55:58 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-08-24 17:55:58 +0000
commitaad970f1fee9a2a3e5a0f880be9b87c6193b3bd1 (patch)
tree42e9f25e1409a6eae14564b2dd4cc743ddb1e89f /sys/dev/ata/ata-isa.c
parent0e9a61d26066fec3c8abc5e5b36039b7ed2db563 (diff)
downloadsrc-aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1.tar.gz
src-aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1.zip
Use __FBSDID().
Also some minor style cleanups.
Notes
Notes: svn path=/head/; revision=119418
Diffstat (limited to 'sys/dev/ata/ata-isa.c')
-rw-r--r--sys/dev/ata/ata-isa.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/ata/ata-isa.c b/sys/dev/ata/ata-isa.c
index 719c5e864c02..d19c4e46a609 100644
--- a/sys/dev/ata/ata-isa.c
+++ b/sys/dev/ata/ata-isa.c
@@ -24,10 +24,11 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_ata.h"
#include <sys/param.h>