Poul-Henning Kamp f90c382c0c Make FreeBSD "struct disklabel" agnostic, step 311 of 723:
Rename diskerr() to disk_err() for naming consistency.

Drop the by now entirely useless struct disklabel argument.

Add a flag argument for new-line termination.

Fix a couple of printf-format-casts to %j instead of %l.

Correctly print the name of all bio commands.

Move the function from subr_disklabel.c to subr_disk.c,
and from <sys/disklabel.h> to <sys/disk.h>.

Use the new disk_err() throughout, #include <sys/disk.h> as needed.

Bump __FreeBSD_version for the sake of the aac disk drivers #ifdefs.

Remove unused disklabel members of softc for aac, amr and mlx, which seem
to originally have been intended for diskerr() use, but which only rotted
and got Copy&Pasted at least two times to many.

Sponsored by:   DARPA & NAI Labs.
2002-09-20 12:52:03 +00:00
..
2002-09-15 08:43:23 +00:00
2002-03-20 02:08:01 +00:00
2002-07-21 05:16:56 +00:00
2002-03-20 02:08:01 +00:00
2001-11-15 07:52:49 +00:00
2002-01-08 06:47:55 +00:00
2002-03-20 02:08:01 +00:00
2002-07-26 08:01:08 +00:00
2002-02-04 14:01:27 +00:00
2002-07-24 01:09:38 +00:00
2002-04-13 22:34:16 +00:00
2002-03-20 02:08:01 +00:00
2002-05-30 23:41:51 +00:00
2002-09-10 06:37:56 +00:00
2002-03-23 15:36:13 +00:00
2002-08-18 12:20:33 +00:00
2002-06-01 18:50:35 +00:00
2002-08-06 17:00:02 +00:00
2002-09-09 17:39:48 +00:00
2002-08-23 23:49:02 +00:00
2002-03-20 02:08:01 +00:00
2002-03-20 07:51:46 +00:00
2002-03-20 02:08:01 +00:00
2002-07-22 21:24:12 +00:00