History log of /netbsd-src/sys/dev/gpib/rd.c (Results 26 – 45 of 45)
Revision Date Author Comments
# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 1b044f41 08-Apr-2008 cegger <cegger@NetBSD.org>

use aprint_*_dev and device_xname


# 2af68666 08-Oct-2007 ad <ad@NetBSD.org>

Merge disk init changes from the vmlocking branch. These seperate init /
destroy of 'struct disk' from attach / detach.


# 66fefd11 29-Jul-2007 ad <ad@NetBSD.org>

It's not a good idea for device drivers to modify b_flags, as they don't
need to understand the locking around that field. Instead of setting
B_ERROR, set b_error instead. b_error is 'owned' by whoev

It's not a good idea for device drivers to modify b_flags, as they don't
need to understand the locking around that field. Instead of setting
B_ERROR, set b_error instead. b_error is 'owned' by whoever completes
the I/O request.

show more ...


# 88ab7da9 09-Jul-2007 ad <ad@NetBSD.org>

Merge some of the less invasive changes from the vmlocking branch:

- kthread, callout, devsw API changes
- select()/poll() improvements
- miscellaneous MT safety improvements


# 53524e44 04-Mar-2007 christos <christos@NetBSD.org>

Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.


# 22974bb6 13-Jan-2007 cube <cube@NetBSD.org>

Complete initializers, teach drivers that we moved from struct proc to
struct lwp, sprinkle some needed const qualifiers.


# 2867b68b 14-May-2006 elad <elad@NetBSD.org>

integrate kauth.


# 3c0adb7d 14-Apr-2006 blymn <blymn@NetBSD.org>

Make i/o statistics collection more generic, include tape drives and
nfs mounts in the set of devices that statistics will be reported on.


# 92c7bba3 29-Mar-2006 thorpej <thorpej@NetBSD.org>

Use device_private().


# 39cd836e 28-Mar-2006 thorpej <thorpej@NetBSD.org>

Use device_unit().


# 246504f9 25-Mar-2006 thorpej <thorpej@NetBSD.org>

Use device_parent().


# 5d1e8b27 25-Feb-2006 wiz <wiz@NetBSD.org>

Fix some typos.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# aec75b1c 15-Oct-2005 yamt <yamt@NetBSD.org>

- change the way to specify a bufq strategy. (by string rather than by number)
- rather than embedding bufq_state in driver softc,
have a pointer to the former.
- move bufq related functions from

- change the way to specify a bufq strategy. (by string rather than by number)
- rather than embedding bufq_state in driver softc,
have a pointer to the former.
- move bufq related functions from kern/subr_disk.c to kern/subr_bufq.c.
- rename method to strategy for consistency.
- move some definitions which don't need to be exposed to the rest of kernel
from sys/bufq.h to sys/bufq_impl.h.
(is it better to move it to kern/ or somewhere?)
- fix some obvious breakage in dev/qbus/ts.c. (not tested)

show more ...


# f31bd063 27-Feb-2005 perry <perry@NetBSD.org>

nuke trailing whitespace


# 05f25dcc 28-Oct-2004 yamt <yamt@NetBSD.org>

move buffer queue related stuffs from buf.h to their own header, bufq.h.


# 8657dbc0 28-Aug-2004 thorpej <thorpej@NetBSD.org>

Remove the last vestiges of COMPAT_NOLABEL. It's been 10 years; label
your disks already.


# aad01611 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.


# 473eb467 02-Jun-2003 gmcgarry <gmcgarry@NetBSD.org>

Port hp300 driver for HPIB/GPIB disks to MI gpib framework.


12