summaryrefslogtreecommitdiffstats
path: root/sys/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-04-18 13:25:19 +0000
committerphk <phk@FreeBSD.org>2000-04-18 13:25:19 +0000
commit99e3753c3a5df9ea3e135017ae31e1c094d7019f (patch)
treea79a8d9bde359e90db2e2ffe35e23ded592b3430 /sys/sys
parent3204ce2590dec55174e34a91d75b2fab6aa37677 (diff)
downloadFreeBSD-src-99e3753c3a5df9ea3e135017ae31e1c094d7019f.zip
FreeBSD-src-99e3753c3a5df9ea3e135017ae31e1c094d7019f.tar.gz
Retire bufqdisksort(), all drivers use bioqdisksort now.
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/disklabel.h1
-rw-r--r--sys/sys/diskmbr.h1
-rw-r--r--sys/sys/diskpc98.h1
3 files changed, 0 insertions, 3 deletions
diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h
index 5070056..b201add 100644
--- a/sys/sys/disklabel.h
+++ b/sys/sys/disklabel.h
@@ -448,7 +448,6 @@ void diskerr __P((struct bio *bp, char *what, int pri, int blkdone,
void disksort __P((struct buf *ap, struct buf *bp));
u_int dkcksum __P((struct disklabel *lp));
char *readdisklabel __P((dev_t dev, struct disklabel *lp));
-void bufqdisksort __P((struct buf_queue_head *ap, struct buf *bp));
void bioqdisksort __P((struct bio_queue_head *ap, struct bio *bp));
int setdisklabel __P((struct disklabel *olp, struct disklabel *nlp,
u_long openmask));
diff --git a/sys/sys/diskmbr.h b/sys/sys/diskmbr.h
index 5070056..b201add 100644
--- a/sys/sys/diskmbr.h
+++ b/sys/sys/diskmbr.h
@@ -448,7 +448,6 @@ void diskerr __P((struct bio *bp, char *what, int pri, int blkdone,
void disksort __P((struct buf *ap, struct buf *bp));
u_int dkcksum __P((struct disklabel *lp));
char *readdisklabel __P((dev_t dev, struct disklabel *lp));
-void bufqdisksort __P((struct buf_queue_head *ap, struct buf *bp));
void bioqdisksort __P((struct bio_queue_head *ap, struct bio *bp));
int setdisklabel __P((struct disklabel *olp, struct disklabel *nlp,
u_long openmask));
diff --git a/sys/sys/diskpc98.h b/sys/sys/diskpc98.h
index 5070056..b201add 100644
--- a/sys/sys/diskpc98.h
+++ b/sys/sys/diskpc98.h
@@ -448,7 +448,6 @@ void diskerr __P((struct bio *bp, char *what, int pri, int blkdone,
void disksort __P((struct buf *ap, struct buf *bp));
u_int dkcksum __P((struct disklabel *lp));
char *readdisklabel __P((dev_t dev, struct disklabel *lp));
-void bufqdisksort __P((struct buf_queue_head *ap, struct buf *bp));
void bioqdisksort __P((struct bio_queue_head *ap, struct bio *bp));
int setdisklabel __P((struct disklabel *olp, struct disklabel *nlp,
u_long openmask));
OpenPOWER on IntegriCloud