disk_create_named - Adapt a bit to work with dm
[dragonfly.git] / sys / kern / subr_disk.c
1 /*
2  * Copyright (c) 2003,2004,2009 The DragonFly Project.  All rights reserved.
3  *
4  * This code is derived from software contributed to The DragonFly Project
5  * by Matthew Dillon <dillon@backplane.com>
6  *
7  * Redistribution and use in source and binary forms, with or without
8  * modification, are permitted provided that the following conditions
9  * are met:
10  *
11  * 1. Redistributions of source code must retain the above copyright
12  *    notice, this list of conditions and the following disclaimer.
13  * 2. Redistributions in binary form must reproduce the above copyright
14  *    notice, this list of conditions and the following disclaimer in
15  *    the documentation and/or other materials provided with the
16  *    distribution.
17  * 3. Neither the name of The DragonFly Project nor the names of its
18  *    contributors may be used to endorse or promote products derived
19  *    from this software without specific, prior written permission.
20  *
21  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
24  * FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE
25  * COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
26  * INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING,
27  * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
28  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
29  * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
30  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
31  * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32  * SUCH DAMAGE.
33  *
34  * ----------------------------------------------------------------------------
35  * "THE BEER-WARE LICENSE" (Revision 42):
36  * <phk@FreeBSD.ORG> wrote this file.  As long as you retain this notice you
37  * can do whatever you want with this stuff. If we meet some day, and you think
38  * this stuff is worth it, you can buy me a beer in return.   Poul-Henning Kamp
39  * ----------------------------------------------------------------------------
40  *
41  * Copyright (c) 1982, 1986, 1988, 1993
42  *      The Regents of the University of California.  All rights reserved.
43  * (c) UNIX System Laboratories, Inc.
44  * All or some portions of this file are derived from material licensed
45  * to the University of California by American Telephone and Telegraph
46  * Co. or Unix System Laboratories, Inc. and are reproduced herein with
47  * the permission of UNIX System Laboratories, Inc.
48  *
49  * Redistribution and use in source and binary forms, with or without
50  * modification, are permitted provided that the following conditions
51  * are met:
52  * 1. Redistributions of source code must retain the above copyright
53  *    notice, this list of conditions and the following disclaimer.
54  * 2. Redistributions in binary form must reproduce the above copyright
55  *    notice, this list of conditions and the following disclaimer in the
56  *    documentation and/or other materials provided with the distribution.
57  * 3. All advertising materials mentioning features or use of this software
58  *    must display the following acknowledgement:
59  *      This product includes software developed by the University of
60  *      California, Berkeley and its contributors.
61  * 4. Neither the name of the University nor the names of its contributors
62  *    may be used to endorse or promote products derived from this software
63  *    without specific prior written permission.
64  *
65  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
66  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
67  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
68  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
69  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
70  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
71  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
72  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
73  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
74  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
75  * SUCH DAMAGE.
76  *
77  *      @(#)ufs_disksubr.c      8.5 (Berkeley) 1/21/94
78  * $FreeBSD: src/sys/kern/subr_disk.c,v 1.20.2.6 2001/10/05 07:14:57 peter Exp $
79  * $FreeBSD: src/sys/ufs/ufs/ufs_disksubr.c,v 1.44.2.3 2001/03/05 05:42:19 obrien Exp $
80  * $DragonFly: src/sys/kern/subr_disk.c,v 1.40 2008/06/05 18:06:32 swildner Exp $
81  */
82
83 #include <sys/param.h>
84 #include <sys/systm.h>
85 #include <sys/kernel.h>
86 #include <sys/proc.h>
87 #include <sys/sysctl.h>
88 #include <sys/buf.h>
89 #include <sys/conf.h>
90 #include <sys/disklabel.h>
91 #include <sys/disklabel32.h>
92 #include <sys/disklabel64.h>
93 #include <sys/diskslice.h>
94 #include <sys/diskmbr.h>
95 #include <sys/disk.h>
96 #include <sys/kerneldump.h>
97 #include <sys/malloc.h>
98 #include <sys/sysctl.h>
99 #include <machine/md_var.h>
100 #include <sys/ctype.h>
101 #include <sys/syslog.h>
102 #include <sys/device.h>
103 #include <sys/msgport.h>
104 #include <sys/devfs.h>
105 #include <sys/thread.h>
106 #include <sys/dsched.h>
107 #include <sys/queue.h>
108 #include <sys/lock.h>
109 #include <sys/udev.h>
110
111 #include <sys/buf2.h>
112 #include <sys/mplock2.h>
113 #include <sys/msgport2.h>
114 #include <sys/thread2.h>
115
116 static MALLOC_DEFINE(M_DISK, "disk", "disk data");
117 static int disk_debug_enable = 0;
118
119 static void disk_msg_autofree_reply(lwkt_port_t, lwkt_msg_t);
120 static void disk_msg_core(void *);
121 static int disk_probe_slice(struct disk *dp, cdev_t dev, int slice, int reprobe);
122 static void disk_probe(struct disk *dp, int reprobe);
123 static void _setdiskinfo(struct disk *disk, struct disk_info *info);
124 static void bioqwritereorder(struct bio_queue_head *bioq);
125 static void disk_cleanserial(char *serno);
126 static int disk_debug(int, char *, ...) __printflike(2, 3);
127
128 static d_open_t diskopen;
129 static d_close_t diskclose;
130 static d_ioctl_t diskioctl;
131 static d_strategy_t diskstrategy;
132 static d_psize_t diskpsize;
133 static d_clone_t diskclone;
134 static d_dump_t diskdump;
135
136 static LIST_HEAD(, disk) disklist = LIST_HEAD_INITIALIZER(&disklist);
137 static struct lwkt_token disklist_token;
138
139 static struct dev_ops disk_ops = {
140         { "disk", 0, D_DISK | D_MPSAFE },
141         .d_open = diskopen,
142         .d_close = diskclose,
143         .d_read = physread,
144         .d_write = physwrite,
145         .d_ioctl = diskioctl,
146         .d_strategy = diskstrategy,
147         .d_dump = diskdump,
148         .d_psize = diskpsize,
149         .d_clone = diskclone
150 };
151
152 static struct objcache  *disk_msg_cache;
153
154 struct objcache_malloc_args disk_msg_malloc_args = {
155         sizeof(struct disk_msg), M_DISK };
156
157 static struct lwkt_port disk_dispose_port;
158 static struct lwkt_port disk_msg_port;
159
160 static int
161 disk_debug(int level, char *fmt, ...)
162 {
163         __va_list ap;
164
165         __va_start(ap, fmt);
166         if (level <= disk_debug_enable)
167                 kvprintf(fmt, ap);
168         __va_end(ap);
169
170         return 0;
171 }
172
173 static int
174 disk_probe_slice(struct disk *dp, cdev_t dev, int slice, int reprobe)
175 {
176         struct disk_info *info = &dp->d_info;
177         struct diskslice *sp = &dp->d_slice->dss_slices[slice];
178         disklabel_ops_t ops;
179         struct partinfo part;
180         const char *msg;
181         cdev_t ndev;
182         int sno;
183         u_int i;
184
185         disk_debug(2,
186                     "disk_probe_slice (begin): %s (%s)\n",
187                         dev->si_name, dp->d_cdev->si_name);
188
189         sno = slice ? slice - 1 : 0;
190
191         ops = &disklabel32_ops;
192         msg = ops->op_readdisklabel(dev, sp, &sp->ds_label, info);
193         if (msg && !strcmp(msg, "no disk label")) {
194                 ops = &disklabel64_ops;
195                 msg = ops->op_readdisklabel(dev, sp, &sp->ds_label, info);
196         }
197         if (msg == NULL) {
198                 if (slice != WHOLE_DISK_SLICE)
199                         ops->op_adjust_label_reserved(dp->d_slice, slice, sp);
200                 else
201                         sp->ds_reserved = 0;
202
203                 sp->ds_ops = ops;
204                 for (i = 0; i < ops->op_getnumparts(sp->ds_label); i++) {
205                         ops->op_loadpartinfo(sp->ds_label, i, &part);
206                         if (part.fstype) {
207                                 if (reprobe &&
208                                     (ndev = devfs_find_device_by_name("%s%c",
209                                                 dev->si_name, 'a' + i))
210                                 ) {
211                                         /*
212                                          * Device already exists and
213                                          * is still valid.
214                                          */
215                                         ndev->si_flags |= SI_REPROBE_TEST;
216                                 } else {
217                                         ndev = make_dev_covering(&disk_ops, dp->d_rawdev->si_ops,
218                                                 dkmakeminor(dkunit(dp->d_cdev),
219                                                             slice, i),
220                                                 UID_ROOT, GID_OPERATOR, 0640,
221                                                 "%s%c", dev->si_name, 'a'+ i);
222                                         ndev->si_disk = dp;
223                                         udev_dict_set_cstr(ndev, "subsystem", "disk");
224                                         /* Inherit parent's disk type */
225                                         if (dp->d_disktype) {
226                                                 udev_dict_set_cstr(ndev, "disk-type", 
227                                                     __DECONST(char *, dp->d_disktype));
228                                         }
229                                         if (dp->d_info.d_serialno) {
230                                                 make_dev_alias(ndev,
231                                                     "serno/%s.s%d%c",
232                                                     dp->d_info.d_serialno,
233                                                     sno, 'a' + i);
234                                         }
235                                         ndev->si_flags |= SI_REPROBE_TEST;
236                                 }
237                         }
238                 }
239         } else if (info->d_dsflags & DSO_COMPATLABEL) {
240                 msg = NULL;
241                 if (sp->ds_size >= 0x100000000ULL)
242                         ops = &disklabel64_ops;
243                 else
244                         ops = &disklabel32_ops;
245                 sp->ds_label = ops->op_clone_label(info, sp);
246         } else {
247                 if (sp->ds_type == DOSPTYP_386BSD || /* XXX */
248                     sp->ds_type == DOSPTYP_NETBSD ||
249                     sp->ds_type == DOSPTYP_OPENBSD) {
250                         log(LOG_WARNING, "%s: cannot find label (%s)\n",
251                             dev->si_name, msg);
252                 }
253         }
254
255         if (msg == NULL) {
256                 sp->ds_wlabel = FALSE;
257         }
258
259         return (msg ? EINVAL : 0);
260 }
261
262 /*
263  * This routine is only called for newly minted drives or to reprobe
264  * a drive with no open slices.  disk_probe_slice() is called directly
265  * when reprobing partition changes within slices.
266  */
267 static void
268 disk_probe(struct disk *dp, int reprobe)
269 {
270         struct disk_info *info = &dp->d_info;
271         cdev_t dev = dp->d_cdev;
272         cdev_t ndev;
273         int error, i, sno;
274         struct diskslices *osp;
275         struct diskslice *sp;
276
277         KKASSERT (info->d_media_blksize != 0);
278
279         osp = dp->d_slice;
280         dp->d_slice = dsmakeslicestruct(BASE_SLICE, info);
281         disk_debug(1, "disk_probe (begin): %s\n", dp->d_cdev->si_name);
282
283         error = mbrinit(dev, info, &(dp->d_slice));
284         if (error) {
285                 dsgone(&osp);
286                 return;
287         }
288
289         for (i = 0; i < dp->d_slice->dss_nslices; i++) {
290                 /*
291                  * Ignore the whole-disk slice, it has already been created.
292                  */
293                 if (i == WHOLE_DISK_SLICE)
294                         continue;
295                 sp = &dp->d_slice->dss_slices[i];
296
297                 /*
298                  * Handle s0.  s0 is a compatibility slice if there are no
299                  * other slices and it has not otherwise been set up, else
300                  * we ignore it.
301                  */
302                 if (i == COMPATIBILITY_SLICE) {
303                         sno = 0;
304                         if (sp->ds_type == 0 &&
305                             dp->d_slice->dss_nslices == BASE_SLICE) {
306                                 sp->ds_size = info->d_media_blocks;
307                                 sp->ds_reserved = 0;
308                         }
309                 } else {
310                         sno = i - 1;
311                         sp->ds_reserved = 0;
312                 }
313
314                 /*
315                  * Ignore 0-length slices
316                  */
317                 if (sp->ds_size == 0)
318                         continue;
319
320                 if (reprobe &&
321                     (ndev = devfs_find_device_by_name("%ss%d",
322                                                       dev->si_name, sno))) {
323                         /*
324                          * Device already exists and is still valid
325                          */
326                         ndev->si_flags |= SI_REPROBE_TEST;
327                 } else {
328                         /*
329                          * Else create new device
330                          */
331                         ndev = make_dev_covering(&disk_ops, dp->d_rawdev->si_ops,
332                                         dkmakewholeslice(dkunit(dev), i),
333                                         UID_ROOT, GID_OPERATOR, 0640,
334                                         "%ss%d", dev->si_name, sno);
335                         udev_dict_set_cstr(ndev, "subsystem", "disk");
336                         /* Inherit parent's disk type */
337                         if (dp->d_disktype) {
338                                 udev_dict_set_cstr(ndev, "disk-type", 
339                                     __DECONST(char *, dp->d_disktype));
340                         }
341                         if (dp->d_info.d_serialno) {
342                                 make_dev_alias(ndev, "serno/%s.s%d",
343                                                dp->d_info.d_serialno, sno);
344                         }
345                         ndev->si_disk = dp;
346                         ndev->si_flags |= SI_REPROBE_TEST;
347                 }
348                 sp->ds_dev = ndev;
349
350                 /*
351                  * Probe appropriate slices for a disklabel
352                  *
353                  * XXX slice type 1 used by our gpt probe code.
354                  * XXX slice type 0 used by mbr compat slice.
355                  */
356                 if (sp->ds_type == DOSPTYP_386BSD ||
357                     sp->ds_type == DOSPTYP_NETBSD ||
358                     sp->ds_type == DOSPTYP_OPENBSD ||
359                     sp->ds_type == 0 ||
360                     sp->ds_type == 1) {
361                         if (dp->d_slice->dss_first_bsd_slice == 0)
362                                 dp->d_slice->dss_first_bsd_slice = i;
363                         disk_probe_slice(dp, ndev, i, reprobe);
364                 }
365         }
366         dsgone(&osp);
367         disk_debug(1, "disk_probe (end): %s\n", dp->d_cdev->si_name);
368 }
369
370
371 static void
372 disk_msg_core(void *arg)
373 {
374         struct disk     *dp;
375         struct diskslice *sp;
376         disk_msg_t msg;
377         int run;
378
379         lwkt_gettoken(&disklist_token);
380         lwkt_initport_thread(&disk_msg_port, curthread);
381         wakeup(curthread);      /* synchronous startup */
382         lwkt_reltoken(&disklist_token);
383
384         get_mplock();   /* not mpsafe yet? */
385         run = 1;
386
387         while (run) {
388                 msg = (disk_msg_t)lwkt_waitport(&disk_msg_port, 0);
389
390                 switch (msg->hdr.u.ms_result) {
391                 case DISK_DISK_PROBE:
392                         dp = (struct disk *)msg->load;
393                         disk_debug(1,
394                                     "DISK_DISK_PROBE: %s\n",
395                                         dp->d_cdev->si_name);
396                         disk_probe(dp, 0);
397                         break;
398                 case DISK_DISK_DESTROY:
399                         dp = (struct disk *)msg->load;
400                         disk_debug(1,
401                                     "DISK_DISK_DESTROY: %s\n",
402                                         dp->d_cdev->si_name);
403                         devfs_destroy_subnames(dp->d_cdev->si_name);
404                         devfs_destroy_dev(dp->d_cdev);
405                         lwkt_gettoken(&disklist_token);
406                         LIST_REMOVE(dp, d_list);
407                         lwkt_reltoken(&disklist_token);
408                         if (dp->d_info.d_serialno) {
409                                 kfree(dp->d_info.d_serialno, M_TEMP);
410                                 dp->d_info.d_serialno = NULL;
411                         }
412                         break;
413                 case DISK_UNPROBE:
414                         dp = (struct disk *)msg->load;
415                         disk_debug(1,
416                                     "DISK_DISK_UNPROBE: %s\n",
417                                         dp->d_cdev->si_name);
418                         devfs_destroy_subnames(dp->d_cdev->si_name);
419                         break;
420                 case DISK_SLICE_REPROBE:
421                         dp = (struct disk *)msg->load;
422                         sp = (struct diskslice *)msg->load2;
423                         devfs_clr_subnames_flag(sp->ds_dev->si_name,
424                                                 SI_REPROBE_TEST);
425                         disk_debug(1,
426                                     "DISK_SLICE_REPROBE: %s\n",
427                                     sp->ds_dev->si_name);
428                         disk_probe_slice(dp, sp->ds_dev,
429                                          dkslice(sp->ds_dev), 1);
430                         devfs_destroy_subnames_without_flag(
431                                         sp->ds_dev->si_name, SI_REPROBE_TEST);
432                         break;
433                 case DISK_DISK_REPROBE:
434                         dp = (struct disk *)msg->load;
435                         devfs_clr_subnames_flag(dp->d_cdev->si_name, SI_REPROBE_TEST);
436                         disk_debug(1,
437                                     "DISK_DISK_REPROBE: %s\n",
438                                     dp->d_cdev->si_name);
439                         disk_probe(dp, 1);
440                         devfs_destroy_subnames_without_flag(
441                                         dp->d_cdev->si_name, SI_REPROBE_TEST);
442                         break;
443                 case DISK_SYNC:
444                         disk_debug(1, "DISK_SYNC\n");
445                         break;
446                 default:
447                         devfs_debug(DEVFS_DEBUG_WARNING,
448                                     "disk_msg_core: unknown message "
449                                     "received at core\n");
450                         break;
451                 }
452                 lwkt_replymsg(&msg->hdr, 0);
453         }
454         lwkt_exit();
455 }
456
457
458 /*
459  * Acts as a message drain. Any message that is replied to here gets
460  * destroyed and the memory freed.
461  */
462 static void
463 disk_msg_autofree_reply(lwkt_port_t port, lwkt_msg_t msg)
464 {
465         objcache_put(disk_msg_cache, msg);
466 }
467
468
469 void
470 disk_msg_send(uint32_t cmd, void *load, void *load2)
471 {
472         disk_msg_t disk_msg;
473         lwkt_port_t port = &disk_msg_port;
474
475         disk_msg = objcache_get(disk_msg_cache, M_WAITOK);
476
477         lwkt_initmsg(&disk_msg->hdr, &disk_dispose_port, 0);
478
479         disk_msg->hdr.u.ms_result = cmd;
480         disk_msg->load = load;
481         disk_msg->load2 = load2;
482         KKASSERT(port);
483         lwkt_sendmsg(port, &disk_msg->hdr);
484 }
485
486 void
487 disk_msg_send_sync(uint32_t cmd, void *load, void *load2)
488 {
489         struct lwkt_port rep_port;
490         disk_msg_t disk_msg;
491         lwkt_port_t port;
492
493         disk_msg = objcache_get(disk_msg_cache, M_WAITOK);
494         port = &disk_msg_port;
495
496         /* XXX could probably use curthread's built-in msgport */
497         lwkt_initport_thread(&rep_port, curthread);
498         lwkt_initmsg(&disk_msg->hdr, &rep_port, 0);
499
500         disk_msg->hdr.u.ms_result = cmd;
501         disk_msg->load = load;
502         disk_msg->load2 = load2;
503
504         lwkt_sendmsg(port, &disk_msg->hdr);
505         lwkt_waitmsg(&disk_msg->hdr, 0);
506         objcache_put(disk_msg_cache, disk_msg);
507 }
508
509 /*
510  * Create a raw device for the dev_ops template (which is returned).  Also
511  * create a slice and unit managed disk and overload the user visible
512  * device space with it.
513  *
514  * NOTE: The returned raw device is NOT a slice and unit managed device.
515  * It is an actual raw device representing the raw disk as specified by
516  * the passed dev_ops.  The disk layer not only returns such a raw device,
517  * it also uses it internally when passing (modified) commands through.
518  */
519 cdev_t
520 disk_create(int unit, struct disk *dp, struct dev_ops *raw_ops)
521 {
522         return disk_create_named(NULL, unit, dp, raw_ops);
523 }
524
525 cdev_t
526 disk_create_named(const char *name, int unit, struct disk *dp, struct dev_ops *raw_ops)
527 {
528         cdev_t rawdev;
529
530         disk_debug(1, "disk_create (begin): %s%d\n", name, unit);
531
532         if (name) {
533                 rawdev = make_only_dev(raw_ops, dkmakewholedisk(unit),
534                     UID_ROOT, GID_OPERATOR, 0640, "%s", name);
535         } else {
536                 rawdev = make_only_dev(raw_ops, dkmakewholedisk(unit),
537                     UID_ROOT, GID_OPERATOR, 0640,
538                     "%s%d", raw_ops->head.name, unit);
539         }
540
541         bzero(dp, sizeof(*dp));
542
543         dp->d_rawdev = rawdev;
544         dp->d_raw_ops = raw_ops;
545         dp->d_dev_ops = &disk_ops;
546
547         if (name) {
548                 dp->d_cdev = make_dev_covering(&disk_ops, dp->d_rawdev->si_ops,
549                     dkmakewholedisk(unit), UID_ROOT, GID_OPERATOR, 0640,
550                     "%s", name);
551         } else {
552                 dp->d_cdev = make_dev_covering(&disk_ops, dp->d_rawdev->si_ops,
553                     dkmakewholedisk(unit),
554                     UID_ROOT, GID_OPERATOR, 0640,
555                     "%s%d", raw_ops->head.name, unit);
556         }
557
558         udev_dict_set_cstr(dp->d_cdev, "subsystem", "disk");
559         dp->d_cdev->si_disk = dp;
560
561         if (name)
562                 dsched_disk_create_callback(dp, name, unit);
563         else
564                 dsched_disk_create_callback(dp, raw_ops->head.name, unit);
565
566         lwkt_gettoken(&disklist_token);
567         LIST_INSERT_HEAD(&disklist, dp, d_list);
568         lwkt_reltoken(&disklist_token);
569
570         disk_debug(1, "disk_create (end): %s%d\n",
571             (name != NULL)?(name):(raw_ops->head.name), unit);
572
573         return (dp->d_rawdev);
574 }
575
576 int
577 disk_setdisktype(struct disk *disk, const char *type)
578 {
579         KKASSERT(disk != NULL);
580
581         disk->d_disktype = type;
582         return udev_dict_set_cstr(disk->d_cdev, "disk-type", __DECONST(char *, type));
583 }
584
585 static void
586 _setdiskinfo(struct disk *disk, struct disk_info *info)
587 {
588         char *oldserialno;
589
590         oldserialno = disk->d_info.d_serialno;
591         bcopy(info, &disk->d_info, sizeof(disk->d_info));
592         info = &disk->d_info;
593
594         disk_debug(1,
595                     "_setdiskinfo: %s\n",
596                         disk->d_cdev->si_name);
597
598         /*
599          * The serial number is duplicated so the caller can throw
600          * their copy away.
601          */
602         if (info->d_serialno && info->d_serialno[0]) {
603                 info->d_serialno = kstrdup(info->d_serialno, M_TEMP);
604                 disk_cleanserial(info->d_serialno);
605                 if (disk->d_cdev) {
606                         make_dev_alias(disk->d_cdev, "serno/%s",
607                                         info->d_serialno);
608                 }
609         } else {
610                 info->d_serialno = NULL;
611         }
612         if (oldserialno)
613                 kfree(oldserialno, M_TEMP);
614
615         dsched_disk_update_callback(disk, info);
616
617         /*
618          * The caller may set d_media_size or d_media_blocks and we
619          * calculate the other.
620          */
621         KKASSERT(info->d_media_size == 0 || info->d_media_blksize == 0);
622         if (info->d_media_size == 0 && info->d_media_blocks) {
623                 info->d_media_size = (u_int64_t)info->d_media_blocks *
624                                      info->d_media_blksize;
625         } else if (info->d_media_size && info->d_media_blocks == 0 &&
626                    info->d_media_blksize) {
627                 info->d_media_blocks = info->d_media_size /
628                                        info->d_media_blksize;
629         }
630
631         /*
632          * The si_* fields for rawdev are not set until after the
633          * disk_create() call, so someone using the cooked version
634          * of the raw device (i.e. da0s0) will not get the right
635          * si_iosize_max unless we fix it up here.
636          */
637         if (disk->d_cdev && disk->d_rawdev &&
638             disk->d_cdev->si_iosize_max == 0) {
639                 disk->d_cdev->si_iosize_max = disk->d_rawdev->si_iosize_max;
640                 disk->d_cdev->si_bsize_phys = disk->d_rawdev->si_bsize_phys;
641                 disk->d_cdev->si_bsize_best = disk->d_rawdev->si_bsize_best;
642         }
643
644         /* Add the serial number to the udev_dictionary */
645         if (info->d_serialno)
646                 udev_dict_set_cstr(disk->d_cdev, "serno", info->d_serialno);
647 }
648
649 /*
650  * Disk drivers must call this routine when media parameters are available
651  * or have changed.
652  */
653 void
654 disk_setdiskinfo(struct disk *disk, struct disk_info *info)
655 {
656         _setdiskinfo(disk, info);
657         disk_msg_send(DISK_DISK_PROBE, disk, NULL);
658         disk_debug(1,
659                     "disk_setdiskinfo: sent probe for %s\n",
660                         disk->d_cdev->si_name);
661 }
662
663 void
664 disk_setdiskinfo_sync(struct disk *disk, struct disk_info *info)
665 {
666         _setdiskinfo(disk, info);
667         disk_msg_send_sync(DISK_DISK_PROBE, disk, NULL);
668         disk_debug(1,
669                     "disk_setdiskinfo_sync: sent probe for %s\n",
670                         disk->d_cdev->si_name);
671 }
672
673 /*
674  * This routine is called when an adapter detaches.  The higher level
675  * managed disk device is destroyed while the lower level raw device is
676  * released.
677  */
678 void
679 disk_destroy(struct disk *disk)
680 {
681         dsched_disk_destroy_callback(disk);
682         disk_msg_send_sync(DISK_DISK_DESTROY, disk, NULL);
683         return;
684 }
685
686 int
687 disk_dumpcheck(cdev_t dev, u_int64_t *size, u_int64_t *blkno, u_int32_t *secsize)
688 {
689         struct partinfo pinfo;
690         int error;
691
692         bzero(&pinfo, sizeof(pinfo));
693         error = dev_dioctl(dev, DIOCGPART, (void *)&pinfo, 0,
694                            proc0.p_ucred, NULL);
695         if (error)
696                 return (error);
697
698         if (pinfo.media_blksize == 0)
699                 return (ENXIO);
700
701         if (blkno) /* XXX: make sure this reserved stuff is right */
702                 *blkno = pinfo.reserved_blocks +
703                         pinfo.media_offset / pinfo.media_blksize;
704         if (secsize)
705                 *secsize = pinfo.media_blksize;
706         if (size)
707                 *size = (pinfo.media_blocks - pinfo.reserved_blocks);
708
709         return (0);
710 }
711
712 int
713 disk_dumpconf(cdev_t dev, u_int onoff)
714 {
715         struct dumperinfo di;
716         u_int64_t       size, blkno;
717         u_int32_t       secsize;
718         int error;
719
720         if (!onoff)
721                 return set_dumper(NULL);
722
723         error = disk_dumpcheck(dev, &size, &blkno, &secsize);
724
725         if (error)
726                 return ENXIO;
727
728         bzero(&di, sizeof(struct dumperinfo));
729         di.dumper = diskdump;
730         di.priv = dev;
731         di.blocksize = secsize;
732         di.mediaoffset = blkno * DEV_BSIZE;
733         di.mediasize = size * DEV_BSIZE;
734
735         return set_dumper(&di);
736 }
737
738 void
739 disk_unprobe(struct disk *disk)
740 {
741         if (disk == NULL)
742                 return;
743
744         disk_msg_send_sync(DISK_UNPROBE, disk, NULL);
745 }
746
747 void
748 disk_invalidate (struct disk *disk)
749 {
750         dsgone(&disk->d_slice);
751 }
752
753 struct disk *
754 disk_enumerate(struct disk *disk)
755 {
756         struct disk *dp;
757
758         lwkt_gettoken(&disklist_token);
759         if (!disk)
760                 dp = (LIST_FIRST(&disklist));
761         else
762                 dp = (LIST_NEXT(disk, d_list));
763         lwkt_reltoken(&disklist_token);
764
765         return dp;
766 }
767
768 static
769 int
770 sysctl_disks(SYSCTL_HANDLER_ARGS)
771 {
772         struct disk *disk;
773         int error, first;
774
775         disk = NULL;
776         first = 1;
777
778         while ((disk = disk_enumerate(disk))) {
779                 if (!first) {
780                         error = SYSCTL_OUT(req, " ", 1);
781                         if (error)
782                                 return error;
783                 } else {
784                         first = 0;
785                 }
786                 error = SYSCTL_OUT(req, disk->d_rawdev->si_name,
787                                    strlen(disk->d_rawdev->si_name));
788                 if (error)
789                         return error;
790         }
791         error = SYSCTL_OUT(req, "", 1);
792         return error;
793 }
794
795 SYSCTL_PROC(_kern, OID_AUTO, disks, CTLTYPE_STRING | CTLFLAG_RD, NULL, 0,
796     sysctl_disks, "A", "names of available disks");
797
798 /*
799  * Open a disk device or partition.
800  */
801 static
802 int
803 diskopen(struct dev_open_args *ap)
804 {
805         cdev_t dev = ap->a_head.a_dev;
806         struct disk *dp;
807         int error;
808
809         /*
810          * dp can't be NULL here XXX.
811          *
812          * d_slice will be NULL if setdiskinfo() has not been called yet.
813          * setdiskinfo() is typically called whether the disk is present
814          * or not (e.g. CD), but the base disk device is created first
815          * and there may be a race.
816          */
817         dp = dev->si_disk;
818         if (dp == NULL || dp->d_slice == NULL)
819                 return (ENXIO);
820         error = 0;
821
822         /*
823          * Deal with open races
824          */
825         get_mplock();
826         while (dp->d_flags & DISKFLAG_LOCK) {
827                 dp->d_flags |= DISKFLAG_WANTED;
828                 error = tsleep(dp, PCATCH, "diskopen", hz);
829                 if (error) {
830                         rel_mplock();
831                         return (error);
832                 }
833         }
834         dp->d_flags |= DISKFLAG_LOCK;
835
836         /*
837          * Open the underlying raw device.
838          */
839         if (!dsisopen(dp->d_slice)) {
840 #if 0
841                 if (!pdev->si_iosize_max)
842                         pdev->si_iosize_max = dev->si_iosize_max;
843 #endif
844                 error = dev_dopen(dp->d_rawdev, ap->a_oflags,
845                                   ap->a_devtype, ap->a_cred);
846         }
847 #if 0
848         /*
849          * Inherit properties from the underlying device now that it is
850          * open.
851          */
852         dev_dclone(dev);
853 #endif
854
855         if (error)
856                 goto out;
857         error = dsopen(dev, ap->a_devtype, dp->d_info.d_dsflags,
858                        &dp->d_slice, &dp->d_info);
859         if (!dsisopen(dp->d_slice)) {
860                 dev_dclose(dp->d_rawdev, ap->a_oflags, ap->a_devtype);
861         }
862 out:
863         dp->d_flags &= ~DISKFLAG_LOCK;
864         if (dp->d_flags & DISKFLAG_WANTED) {
865                 dp->d_flags &= ~DISKFLAG_WANTED;
866                 wakeup(dp);
867         }
868         rel_mplock();
869
870         return(error);
871 }
872
873 /*
874  * Close a disk device or partition
875  */
876 static
877 int
878 diskclose(struct dev_close_args *ap)
879 {
880         cdev_t dev = ap->a_head.a_dev;
881         struct disk *dp;
882         int error;
883
884         error = 0;
885         dp = dev->si_disk;
886
887         get_mplock();
888         dsclose(dev, ap->a_devtype, dp->d_slice);
889         if (!dsisopen(dp->d_slice)) {
890                 error = dev_dclose(dp->d_rawdev, ap->a_fflag, ap->a_devtype);
891         }
892         rel_mplock();
893         return (error);
894 }
895
896 /*
897  * First execute the ioctl on the disk device, and if it isn't supported
898  * try running it on the backing device.
899  */
900 static
901 int
902 diskioctl(struct dev_ioctl_args *ap)
903 {
904         cdev_t dev = ap->a_head.a_dev;
905         struct disk *dp;
906         int error;
907         u_int u;
908
909         dp = dev->si_disk;
910         if (dp == NULL)
911                 return (ENXIO);
912
913         devfs_debug(DEVFS_DEBUG_DEBUG,
914                     "diskioctl: cmd is: %lx (name: %s)\n",
915                     ap->a_cmd, dev->si_name);
916         devfs_debug(DEVFS_DEBUG_DEBUG,
917                     "diskioctl: &dp->d_slice is: %p, %p\n",
918                     &dp->d_slice, dp->d_slice);
919
920         if (ap->a_cmd == DIOCGKERNELDUMP) {
921                 u = *(u_int *)ap->a_data;
922                 return disk_dumpconf(dev, u);
923         }
924
925         if (&dp->d_slice == NULL || dp->d_slice == NULL) {
926                 error = ENOIOCTL;
927         } else {
928                 get_mplock();
929                 error = dsioctl(dev, ap->a_cmd, ap->a_data, ap->a_fflag,
930                                 &dp->d_slice, &dp->d_info);
931                 rel_mplock();
932         }
933
934         if (error == ENOIOCTL) {
935                 error = dev_dioctl(dp->d_rawdev, ap->a_cmd, ap->a_data,
936                                    ap->a_fflag, ap->a_cred, NULL);
937         }
938         return (error);
939 }
940
941 /*
942  * Execute strategy routine
943  */
944 static
945 int
946 diskstrategy(struct dev_strategy_args *ap)
947 {
948         cdev_t dev = ap->a_head.a_dev;
949         struct bio *bio = ap->a_bio;
950         struct bio *nbio;
951         struct disk *dp;
952
953         dp = dev->si_disk;
954
955         if (dp == NULL) {
956                 bio->bio_buf->b_error = ENXIO;
957                 bio->bio_buf->b_flags |= B_ERROR;
958                 biodone(bio);
959                 return(0);
960         }
961         KKASSERT(dev->si_disk == dp);
962
963         /*
964          * The dscheck() function will also transform the slice relative
965          * block number i.e. bio->bio_offset into a block number that can be
966          * passed directly to the underlying raw device.  If dscheck()
967          * returns NULL it will have handled the bio for us (e.g. EOF
968          * or error due to being beyond the device size).
969          */
970         if ((nbio = dscheck(dev, bio, dp->d_slice)) != NULL) {
971                 dsched_queue(dp, nbio);
972         } else {
973                 biodone(bio);
974         }
975         return(0);
976 }
977
978 /*
979  * Return the partition size in ?blocks?
980  */
981 static
982 int
983 diskpsize(struct dev_psize_args *ap)
984 {
985         cdev_t dev = ap->a_head.a_dev;
986         struct disk *dp;
987
988         dp = dev->si_disk;
989         if (dp == NULL)
990                 return(ENODEV);
991         ap->a_result = dssize(dev, &dp->d_slice);
992         return(0);
993 }
994
995 /*
996  * When new device entries are instantiated, make sure they inherit our
997  * si_disk structure and block and iosize limits from the raw device.
998  *
999  * This routine is always called synchronously in the context of the
1000  * client.
1001  *
1002  * XXX The various io and block size constraints are not always initialized
1003  * properly by devices.
1004  */
1005 static
1006 int
1007 diskclone(struct dev_clone_args *ap)
1008 {
1009         cdev_t dev = ap->a_head.a_dev;
1010         struct disk *dp;
1011         dp = dev->si_disk;
1012
1013         KKASSERT(dp != NULL);
1014         dev->si_disk = dp;
1015         dev->si_iosize_max = dp->d_rawdev->si_iosize_max;
1016         dev->si_bsize_phys = dp->d_rawdev->si_bsize_phys;
1017         dev->si_bsize_best = dp->d_rawdev->si_bsize_best;
1018         return(0);
1019 }
1020
1021 int
1022 diskdump(struct dev_dump_args *ap)
1023 {
1024         cdev_t dev = ap->a_head.a_dev;
1025         struct disk *dp = dev->si_disk;
1026         u_int64_t size, offset;
1027         int error;
1028
1029         error = disk_dumpcheck(dev, &size, &ap->a_blkno, &ap->a_secsize);
1030         /* XXX: this should probably go in disk_dumpcheck somehow */
1031         if (ap->a_length != 0) {
1032                 size *= DEV_BSIZE;
1033                 offset = ap->a_blkno * DEV_BSIZE;
1034                 if ((ap->a_offset < offset) ||
1035                     (ap->a_offset + ap->a_length - offset > size)) {
1036                         kprintf("Attempt to write outside dump device boundaries.\n");
1037                         error = ENOSPC;
1038                 }
1039         }
1040
1041         if (error == 0) {
1042                 ap->a_head.a_dev = dp->d_rawdev;
1043                 error = dev_doperate(&ap->a_head);
1044         }
1045
1046         return(error);
1047 }
1048
1049
1050 SYSCTL_INT(_debug_sizeof, OID_AUTO, diskslices, CTLFLAG_RD,
1051     0, sizeof(struct diskslices), "sizeof(struct diskslices)");
1052
1053 SYSCTL_INT(_debug_sizeof, OID_AUTO, disk, CTLFLAG_RD,
1054     0, sizeof(struct disk), "sizeof(struct disk)");
1055
1056 /*
1057  * Reorder interval for burst write allowance and minor write
1058  * allowance.
1059  *
1060  * We always want to trickle some writes in to make use of the
1061  * disk's zone cache.  Bursting occurs on a longer interval and only
1062  * runningbufspace is well over the hirunningspace limit.
1063  */
1064 int bioq_reorder_burst_interval = 60;   /* should be multiple of minor */
1065 SYSCTL_INT(_kern, OID_AUTO, bioq_reorder_burst_interval,
1066            CTLFLAG_RW, &bioq_reorder_burst_interval, 0, "");
1067 int bioq_reorder_minor_interval = 5;
1068 SYSCTL_INT(_kern, OID_AUTO, bioq_reorder_minor_interval,
1069            CTLFLAG_RW, &bioq_reorder_minor_interval, 0, "");
1070
1071 int bioq_reorder_burst_bytes = 3000000;
1072 SYSCTL_INT(_kern, OID_AUTO, bioq_reorder_burst_bytes,
1073            CTLFLAG_RW, &bioq_reorder_burst_bytes, 0, "");
1074 int bioq_reorder_minor_bytes = 262144;
1075 SYSCTL_INT(_kern, OID_AUTO, bioq_reorder_minor_bytes,
1076            CTLFLAG_RW, &bioq_reorder_minor_bytes, 0, "");
1077
1078
1079 /*
1080  * Order I/Os.  Generally speaking this code is designed to make better
1081  * use of drive zone caches.  A drive zone cache can typically track linear
1082  * reads or writes for around 16 zones simultaniously.
1083  *
1084  * Read prioritization issues:  It is possible for hundreds of megabytes worth
1085  * of writes to be queued asynchronously.  This creates a huge bottleneck
1086  * for reads which reduce read bandwidth to a trickle.
1087  *
1088  * To solve this problem we generally reorder reads before writes.
1089  *
1090  * However, a large number of random reads can also starve writes and
1091  * make poor use of the drive zone cache so we allow writes to trickle
1092  * in every N reads.
1093  */
1094 void
1095 bioqdisksort(struct bio_queue_head *bioq, struct bio *bio)
1096 {
1097         /*
1098          * The BIO wants to be ordered.  Adding to the tail also
1099          * causes transition to be set to NULL, forcing the ordering
1100          * of all prior I/O's.
1101          */
1102         if (bio->bio_buf->b_flags & B_ORDERED) {
1103                 bioq_insert_tail(bioq, bio);
1104                 return;
1105         }
1106
1107         switch(bio->bio_buf->b_cmd) {
1108         case BUF_CMD_READ:
1109                 if (bioq->transition) {
1110                         /*
1111                          * Insert before the first write.  Bleedover writes
1112                          * based on reorder intervals to prevent starvation.
1113                          */
1114                         TAILQ_INSERT_BEFORE(bioq->transition, bio, bio_act);
1115                         ++bioq->reorder;
1116                         if (bioq->reorder % bioq_reorder_minor_interval == 0) {
1117                                 bioqwritereorder(bioq);
1118                                 if (bioq->reorder >=
1119                                     bioq_reorder_burst_interval) {
1120                                         bioq->reorder = 0;
1121                                 }
1122                         }
1123                 } else {
1124                         /*
1125                          * No writes queued (or ordering was forced),
1126                          * insert at tail.
1127                          */
1128                         TAILQ_INSERT_TAIL(&bioq->queue, bio, bio_act);
1129                 }
1130                 break;
1131         case BUF_CMD_WRITE:
1132                 /*
1133                  * Writes are always appended.  If no writes were previously
1134                  * queued or an ordered tail insertion occured the transition
1135                  * field will be NULL.
1136                  */
1137                 TAILQ_INSERT_TAIL(&bioq->queue, bio, bio_act);
1138                 if (bioq->transition == NULL)
1139                         bioq->transition = bio;
1140                 break;
1141         default:
1142                 /*
1143                  * All other request types are forced to be ordered.
1144                  */
1145                 bioq_insert_tail(bioq, bio);
1146                 break;
1147         }
1148 }
1149
1150 /*
1151  * Move the read-write transition point to prevent reads from
1152  * completely starving our writes.  This brings a number of writes into
1153  * the fold every N reads.
1154  *
1155  * We bring a few linear writes into the fold on a minor interval
1156  * and we bring a non-linear burst of writes into the fold on a major
1157  * interval.  Bursting only occurs if runningbufspace is really high
1158  * (typically from syncs, fsyncs, or HAMMER flushes).
1159  */
1160 static
1161 void
1162 bioqwritereorder(struct bio_queue_head *bioq)
1163 {
1164         struct bio *bio;
1165         off_t next_offset;
1166         size_t left;
1167         size_t n;
1168         int check_off;
1169
1170         if (bioq->reorder < bioq_reorder_burst_interval ||
1171             !buf_runningbufspace_severe()) {
1172                 left = (size_t)bioq_reorder_minor_bytes;
1173                 check_off = 1;
1174         } else {
1175                 left = (size_t)bioq_reorder_burst_bytes;
1176                 check_off = 0;
1177         }
1178
1179         next_offset = bioq->transition->bio_offset;
1180         while ((bio = bioq->transition) != NULL &&
1181                (check_off == 0 || next_offset == bio->bio_offset)
1182         ) {
1183                 n = bio->bio_buf->b_bcount;
1184                 next_offset = bio->bio_offset + n;
1185                 bioq->transition = TAILQ_NEXT(bio, bio_act);
1186                 if (left < n)
1187                         break;
1188                 left -= n;
1189         }
1190 }
1191
1192 /*
1193  * Bounds checking against the media size, used for the raw partition.
1194  * secsize, mediasize and b_blkno must all be the same units.
1195  * Possibly this has to be DEV_BSIZE (512).
1196  */
1197 int
1198 bounds_check_with_mediasize(struct bio *bio, int secsize, uint64_t mediasize)
1199 {
1200         struct buf *bp = bio->bio_buf;
1201         int64_t sz;
1202
1203         sz = howmany(bp->b_bcount, secsize);
1204
1205         if (bio->bio_offset/DEV_BSIZE + sz > mediasize) {
1206                 sz = mediasize - bio->bio_offset/DEV_BSIZE;
1207                 if (sz == 0) {
1208                         /* If exactly at end of disk, return EOF. */
1209                         bp->b_resid = bp->b_bcount;
1210                         return 0;
1211                 }
1212                 if (sz < 0) {
1213                         /* If past end of disk, return EINVAL. */
1214                         bp->b_error = EINVAL;
1215                         return 0;
1216                 }
1217                 /* Otherwise, truncate request. */
1218                 bp->b_bcount = sz * secsize;
1219         }
1220
1221         return 1;
1222 }
1223
1224 /*
1225  * Disk error is the preface to plaintive error messages
1226  * about failing disk transfers.  It prints messages of the form
1227
1228 hp0g: hard error reading fsbn 12345 of 12344-12347 (hp0 bn %d cn %d tn %d sn %d)
1229
1230  * if the offset of the error in the transfer and a disk label
1231  * are both available.  blkdone should be -1 if the position of the error
1232  * is unknown; the disklabel pointer may be null from drivers that have not
1233  * been converted to use them.  The message is printed with kprintf
1234  * if pri is LOG_PRINTF, otherwise it uses log at the specified priority.
1235  * The message should be completed (with at least a newline) with kprintf
1236  * or log(-1, ...), respectively.  There is no trailing space.
1237  */
1238 void
1239 diskerr(struct bio *bio, cdev_t dev, const char *what, int pri, int donecnt)
1240 {
1241         struct buf *bp = bio->bio_buf;
1242         const char *term;
1243
1244         switch(bp->b_cmd) {
1245         case BUF_CMD_READ:
1246                 term = "read";
1247                 break;
1248         case BUF_CMD_WRITE:
1249                 term = "write";
1250                 break;
1251         default:
1252                 term = "access";
1253                 break;
1254         }
1255         kprintf("%s: %s %sing ", dev->si_name, what, term);
1256         kprintf("offset %012llx for %d",
1257                 (long long)bio->bio_offset,
1258                 bp->b_bcount);
1259
1260         if (donecnt)
1261                 kprintf(" (%d bytes completed)", donecnt);
1262 }
1263
1264 /*
1265  * Locate a disk device
1266  */
1267 cdev_t
1268 disk_locate(const char *devname)
1269 {
1270         return devfs_find_device_by_name(devname);
1271 }
1272
1273 void
1274 disk_config(void *arg)
1275 {
1276         disk_msg_send_sync(DISK_SYNC, NULL, NULL);
1277 }
1278
1279 static void
1280 disk_init(void)
1281 {
1282         struct thread* td_core;
1283
1284         disk_msg_cache = objcache_create("disk-msg-cache", 0, 0,
1285                                          NULL, NULL, NULL,
1286                                          objcache_malloc_alloc,
1287                                          objcache_malloc_free,
1288                                          &disk_msg_malloc_args);
1289
1290         lwkt_token_init(&disklist_token, 1, "disks");
1291
1292         /*
1293          * Initialize the reply-only port which acts as a message drain
1294          */
1295         lwkt_initport_replyonly(&disk_dispose_port, disk_msg_autofree_reply);
1296
1297         lwkt_gettoken(&disklist_token);
1298         lwkt_create(disk_msg_core, /*args*/NULL, &td_core, NULL,
1299                     0, 0, "disk_msg_core");
1300         tsleep(td_core, 0, "diskcore", 0);
1301         lwkt_reltoken(&disklist_token);
1302 }
1303
1304 static void
1305 disk_uninit(void)
1306 {
1307         objcache_destroy(disk_msg_cache);
1308 }
1309
1310 /*
1311  * Clean out illegal characters in serial numbers.
1312  */
1313 static void
1314 disk_cleanserial(char *serno)
1315 {
1316         char c;
1317
1318         while ((c = *serno) != 0) {
1319                 if (c >= 'a' && c <= 'z')
1320                         ;
1321                 else if (c >= 'A' && c <= 'Z')
1322                         ;
1323                 else if (c >= '0' && c <= '9')
1324                         ;
1325                 else if (c == '-' || c == '@' || c == '+' || c == '.')
1326                         ;
1327                 else
1328                         c = '_';
1329                 *serno++= c;
1330         }
1331 }
1332
1333 TUNABLE_INT("kern.disk_debug", &disk_debug_enable);
1334 SYSCTL_INT(_kern, OID_AUTO, disk_debug, CTLFLAG_RW, &disk_debug_enable,
1335                 0, "Enable subr_disk debugging");
1336
1337 SYSINIT(disk_register, SI_SUB_PRE_DRIVERS, SI_ORDER_FIRST, disk_init, NULL);
1338 SYSUNINIT(disk_register, SI_SUB_PRE_DRIVERS, SI_ORDER_ANY, disk_uninit, NULL);