freebsd-dev/sys/dev/amr
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
..
amr_cam.c Further use of M_ZERO. 2000-11-18 15:21:22 +00:00
amr_compat.h MFS: 2000-11-28 19:28:22 +00:00
amr_disk.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
amr_pci.c Add IDs for upcoming LSI U320 products that use the MegaRAID interface. 2002-08-30 18:28:00 +00:00
amr_tables.h Major update to the AMI MegaRAID driver. 2000-08-30 07:52:50 +00:00
amr.c Fixed printf format errors in previous commit. %llu is no more suitable 2002-03-18 23:24:00 +00:00
amrio.h Major update to the AMI MegaRAID driver. 2000-08-30 07:52:50 +00:00
amrreg.h Comment tokens after #undef <macroname> and #endif. 2001-12-13 11:12:30 +00:00
amrvar.h Make FreeBSD "struct disklabel" agnostic, step 311 of 723: 2002-09-20 12:52:03 +00:00