History log of /dflybsd-src/usr.sbin/mptutil/mptutil.h (Results 1 – 4 of 4)
Revision Date Author Comments
# 0f3a2b94 30-Jun-2019 Sascha Wildner <saw@online.de>

<sys/conf.h>: Move SPECNAMELEN to <sys/param.h>.

Some dports and also stuff in our tree depend on it being public, which
all compensate with local defines for now, some of them not having been
adjus

<sys/conf.h>: Move SPECNAMELEN to <sys/param.h>.

Some dports and also stuff in our tree depend on it being public, which
all compensate with local defines for now, some of them not having been
adjusted when SPECNAMELEN was bumped from 15 to 63, such as in
sysutils/{mfi,mpt}d. Patches for these ports have been submitted.

They all could have got at it by defining _KERNEL_STRUCTURES before
including <sys/conf.h> but that didn't catch up it seems.

It's public in <sys/param.h> in FreeBSD and I see no reason why we
shouldn't follow.

Reported-by: aly

show more ...


# 6d259fc1 28-Apr-2011 Sascha Wildner <saw@online.de>

mpt(4): Sync with FreeBSD.

This fixes issues which were observed with the LSI SAS 3081E-R card.

Reported-and-tested-by: <ftigeot@wolfpond.org>


# 92734026 16-Apr-2010 Alexander Polakov <polachok@gmail.com>

mptutil(8): fix build on DragonFly

* fix header paths
* define SPECNAMELEN
* use scsci_read_capacity_data_16 for scsi_read_capacity_data_long


# 22b2e3c5 16-Apr-2010 Alexander Polakov <polachok@gmail.com>

Import mptutil(8) from FreeBSD unmodified.