freebsd-dev/sys/dev/mlx
Bruce Evans 07e929da1c Fixed printf format errors in previous commit. %llu is no more suitable
than %u for printing signed 64-bit types.  It fails on different machines,
and has the wrong signdness.

Fixed old printf format error on the same line.  %u is not suitable for
printing 32-bit types on all machines.

"Fixed" format printf error in previous commit.  This file is not
formatted in KNF.  Partially restore bug for bug compatibility: indent
the printf args too much, but don't format them for 160-column terminals.
2002-03-18 23:38:16 +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
mlxreg.h
mlxvar.h Update to C99, s/__FUNCTION__/__func__/, 2001-12-10 08:09:49 +00:00