freebsd-dev/sys/dev/mlx
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
..
mlx_compat.h Driver modifications consistent with my other drivers to facilitate 2001-06-25 04:32:31 +00:00
mlx_disk.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
mlx_pci.c Driver modifications consistent with my other drivers to facilitate 2001-06-25 04:32:31 +00:00
mlx.c Fixed printf format errors in previous commit. %llu is no more suitable 2002-03-18 23:38:16 +00:00
mlxio.h Add features required for basic userland management utility: 2000-04-11 02:52:46 +00:00
mlxreg.h Add features required for basic userland management utility: 2000-04-11 02:52:46 +00:00
mlxvar.h Make FreeBSD "struct disklabel" agnostic, step 311 of 723: 2002-09-20 12:52:03 +00:00