Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Include <sys/disk.h>.



details:   https://anonhg.NetBSD.org/src/rev/30a941b08898
branches:  trunk
changeset: 547071:30a941b08898
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon May 12 14:48:12 2003 +0000

description:
Include <sys/disk.h>.

diffstat:

 sys/arch/bebox/bebox/disksubr.c         |  3 ++-
 sys/arch/hp300/hp300/disksubr.c         |  5 +++--
 sys/arch/mvmeppc/mvmeppc/disksubr.c     |  3 ++-
 sys/arch/pmppc/pmppc/disksubr.c         |  3 ++-
 sys/arch/prep/prep/disksubr.c           |  3 ++-
 sys/arch/sandpoint/sandpoint/disksubr.c |  3 ++-
 sys/arch/sh3/sh3/disksubr.c             |  3 ++-
 sys/arch/vax/vax/disksubr.c             |  3 ++-
 8 files changed, 17 insertions(+), 9 deletions(-)

diffs (143 lines):

diff -r 74ab18a91aa2 -r 30a941b08898 sys/arch/bebox/bebox/disksubr.c
--- a/sys/arch/bebox/bebox/disksubr.c   Mon May 12 14:46:13 2003 +0000
+++ b/sys/arch/bebox/bebox/disksubr.c   Mon May 12 14:48:12 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disksubr.c,v 1.12 2003/05/10 23:12:31 thorpej Exp $    */
+/*     $NetBSD: disksubr.c,v 1.13 2003/05/12 14:48:12 thorpej Exp $    */
 
 /*
  * Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@@ -39,6 +39,7 @@
 #include <sys/systm.h>
 #include <sys/buf.h>
 #include <sys/disklabel.h>
+#include <sys/disk.h>
 #include <sys/syslog.h>
 
 #include "opt_mbr.h"
diff -r 74ab18a91aa2 -r 30a941b08898 sys/arch/hp300/hp300/disksubr.c
--- a/sys/arch/hp300/hp300/disksubr.c   Mon May 12 14:46:13 2003 +0000
+++ b/sys/arch/hp300/hp300/disksubr.c   Mon May 12 14:48:12 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disksubr.c,v 1.16 2003/05/10 23:12:32 thorpej Exp $    */
+/*     $NetBSD: disksubr.c,v 1.17 2003/05/12 14:48:13 thorpej Exp $    */
 
 /*
  * Copyright (c) 1982, 1986, 1988, 1993
@@ -41,12 +41,13 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.16 2003/05/10 23:12:32 thorpej Exp $");                                                  
+__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.17 2003/05/12 14:48:13 thorpej Exp $");                                                  
 
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/buf.h>
 #include <sys/disklabel.h>
+#include <sys/disk.h>
 #include <sys/syslog.h>
 
 #define        b_cylinder      b_resid
diff -r 74ab18a91aa2 -r 30a941b08898 sys/arch/mvmeppc/mvmeppc/disksubr.c
--- a/sys/arch/mvmeppc/mvmeppc/disksubr.c       Mon May 12 14:46:13 2003 +0000
+++ b/sys/arch/mvmeppc/mvmeppc/disksubr.c       Mon May 12 14:48:12 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disksubr.c,v 1.5 2003/05/10 23:12:35 thorpej Exp $     */
+/*     $NetBSD: disksubr.c,v 1.6 2003/05/12 14:48:13 thorpej Exp $     */
 
 /*
  * Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@@ -39,6 +39,7 @@
 #include <sys/systm.h>
 #include <sys/buf.h>
 #include <sys/disklabel.h>
+#include <sys/disk.h>
 #include <sys/syslog.h>
 
 #include "opt_mbr.h"
diff -r 74ab18a91aa2 -r 30a941b08898 sys/arch/pmppc/pmppc/disksubr.c
--- a/sys/arch/pmppc/pmppc/disksubr.c   Mon May 12 14:46:13 2003 +0000
+++ b/sys/arch/pmppc/pmppc/disksubr.c   Mon May 12 14:48:12 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disksubr.c,v 1.4 2003/05/10 23:12:37 thorpej Exp $     */
+/*     $NetBSD: disksubr.c,v 1.5 2003/05/12 14:48:13 thorpej Exp $     */
 
 /*
  * Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@@ -39,6 +39,7 @@
 #include <sys/systm.h>
 #include <sys/buf.h>
 #include <sys/disklabel.h>
+#include <sys/disk.h>
 #include <sys/syslog.h>
 
 #include "opt_mbr.h"
diff -r 74ab18a91aa2 -r 30a941b08898 sys/arch/prep/prep/disksubr.c
--- a/sys/arch/prep/prep/disksubr.c     Mon May 12 14:46:13 2003 +0000
+++ b/sys/arch/prep/prep/disksubr.c     Mon May 12 14:48:12 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disksubr.c,v 1.7 2003/05/10 23:12:38 thorpej Exp $     */
+/*     $NetBSD: disksubr.c,v 1.8 2003/05/12 14:48:13 thorpej Exp $     */
 
 /*
  * Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@@ -39,6 +39,7 @@
 #include <sys/systm.h>
 #include <sys/buf.h>
 #include <sys/disklabel.h>
+#include <sys/disk.h>
 #include <sys/syslog.h>
 
 #include "opt_mbr.h"
diff -r 74ab18a91aa2 -r 30a941b08898 sys/arch/sandpoint/sandpoint/disksubr.c
--- a/sys/arch/sandpoint/sandpoint/disksubr.c   Mon May 12 14:46:13 2003 +0000
+++ b/sys/arch/sandpoint/sandpoint/disksubr.c   Mon May 12 14:48:12 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disksubr.c,v 1.5 2003/05/10 23:12:38 thorpej Exp $     */
+/*     $NetBSD: disksubr.c,v 1.6 2003/05/12 14:48:14 thorpej Exp $     */
 
 /*
  * Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@@ -39,6 +39,7 @@
 #include <sys/systm.h>
 #include <sys/buf.h>
 #include <sys/disklabel.h>
+#include <sys/disk.h>
 #include <sys/syslog.h>
 
 #include "opt_mbr.h"
diff -r 74ab18a91aa2 -r 30a941b08898 sys/arch/sh3/sh3/disksubr.c
--- a/sys/arch/sh3/sh3/disksubr.c       Mon May 12 14:46:13 2003 +0000
+++ b/sys/arch/sh3/sh3/disksubr.c       Mon May 12 14:48:12 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disksubr.c,v 1.12 2003/05/10 23:12:39 thorpej Exp $    */
+/*     $NetBSD: disksubr.c,v 1.13 2003/05/12 14:48:14 thorpej Exp $    */
 
 /*
  * Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@@ -41,6 +41,7 @@
 #include <sys/systm.h>
 #include <sys/buf.h>
 #include <sys/disklabel.h>
+#include <sys/disk.h>
 #include <sys/syslog.h>
 
 #include <machine/bswap.h>
diff -r 74ab18a91aa2 -r 30a941b08898 sys/arch/vax/vax/disksubr.c
--- a/sys/arch/vax/vax/disksubr.c       Mon May 12 14:46:13 2003 +0000
+++ b/sys/arch/vax/vax/disksubr.c       Mon May 12 14:48:12 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disksubr.c,v 1.34 2003/05/10 23:12:42 thorpej Exp $    */
+/*     $NetBSD: disksubr.c,v 1.35 2003/05/12 14:48:14 thorpej Exp $    */
 
 /*
  * Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@@ -40,6 +40,7 @@
 #include <sys/buf.h>
 #include <sys/dkbad.h>
 #include <sys/disklabel.h>
+#include <sys/disk.h>
 #include <sys/syslog.h>
 #include <sys/proc.h>
 #include <sys/user.h>



Home | Main Index | Thread Index | Old Index