History log of /netbsd/usr.sbin/iopctl/iopctl.c (Results 1 – 22 of 22)
Revision Date Author Comments
# 349c61a4 30-Aug-2011 joerg <joerg@NetBSD.org>

static + __dead


# f2339b20 14-Aug-2011 dholland <dholland@NetBSD.org>

Add compile-time assertion to make sure the previous doesn't go off the
rails sometime in the future.


# 5ab0db24 14-Aug-2011 christos <christos@NetBSD.org>

remove gcc type punned warnings


# 778b72df 15-Apr-2009 lukem <lukem@NetBSD.org>

Fix -Wsign-compare issues


# 57fb7482 17-Sep-2008 mhitch <mhitch@NetBSD.org>

Use le16toh() instead of le32toh() on a 16 bit value. Fixes display of
inbound frame size on sparc64.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# d4f4828e 11-Feb-2008 dyoung <dyoung@NetBSD.org>

Do not #include <sys/device.h> from userland.


# 4d096031 15-Dec-2007 perry <perry@NetBSD.org>

replace instances of __attribute__((__packed__)) with __packed


# df0f62d5 26-Mar-2007 hubertf <hubertf@NetBSD.org>

Remove unneeded #include <getopt.h>
From: Slava Semushin <php-coder@altlinux.ru>


# 3bf6d599 11-May-2006 mrg <mrg@NetBSD.org>

since i2ostrvis() is passed always passed u_char *, make it so.


# 6face02d 04-Jan-2002 ad <ad@NetBSD.org>

Also dump the LCT header, not just the entries.


# cc274c12 04-Aug-2001 ad <ad@NetBSD.org>

Better argument checking.


# 14edc766 19-Jun-2001 ad <ad@NetBSD.org>

Check for transport failure before looking at the status code in the reply.


# 4dda75da 21-Mar-2001 ad <ad@NetBSD.org>

Actually pad the pg buffers this time.


# 2b5d9695 20-Mar-2001 ad <ad@NetBSD.org>

- dev/i2o/iopvar.h is replaced by iopio.h.
- Handle message transport failure when retrieving parameters.
- Pad the parameter group buffer for Intel devices.
- Display the TID <-> device map upon req

- dev/i2o/iopvar.h is replaced by iopio.h.
- Handle message transport failure when retrieving parameters.
- Pad the parameter group buffer for Intel devices.
- Display the TID <-> device map upon request.
- Complain properly if we don't know about the command that was given.

show more ...


# c2bdafab 20-Feb-2001 cgd <cgd@NetBSD.org>

use getprogname()


# 11a8150b 04-Jan-2001 itojun <itojun@NetBSD.org>

unbroken it. dev/i2p/iopvar.h requires sys/device.h for sizeof(dv_xname).
not sure if it is the right fix or not.


# ad2150de 13-Dec-2000 ad <ad@NetBSD.org>

Remove debug printf.


# f0f66cd1 13-Dec-2000 enami <enami@NetBSD.org>

..., and fix new warning on i386.


# e7d5c1b1 13-Dec-2000 mrg <mrg@NetBSD.org>

fix LP64 warning.


# d299ad2a 11-Dec-2000 ad <ad@NetBSD.org>

Fix compiler warnings.


# 9af5448e 11-Dec-2000 ad <ad@NetBSD.org>

Add a basic control program for iop devices.