Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Include <dev/ata/atareg.h>, so that WDSD_IBM is ...



details:   https://anonhg.NetBSD.org/src/rev/375d13eac0fd
branches:  trunk
changeset: 556966:375d13eac0fd
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Dec 31 12:46:04 2003 +0000

description:
Include <dev/ata/atareg.h>, so that WDSD_IBM is defined.

diffstat:

 sys/dev/pci/satalink.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9832a1a3958b -r 375d13eac0fd sys/dev/pci/satalink.c
--- a/sys/dev/pci/satalink.c    Wed Dec 31 12:34:22 2003 +0000
+++ b/sys/dev/pci/satalink.c    Wed Dec 31 12:46:04 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: satalink.c,v 1.7 2003/12/30 17:18:11 thorpej Exp $     */
+/*     $NetBSD: satalink.c,v 1.8 2003/12/31 12:46:04 martin Exp $      */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -47,6 +47,7 @@
 #include <dev/pci/pciide_sii3112_reg.h>
 
 #include <dev/ata/satareg.h>
+#include <dev/ata/atareg.h>
 
 /*
  * Register map for BA5 register space, indexed by channel.



Home | Main Index | Thread Index | Old Index