OpenGrok
Cross Reference: rlvar.h
xref
: /
src
/
sys
/
dev
/
qbus
/
rlvar.h
Home
|
History
|
Annotate
|
Download
|
only in
qbus
History log of
/src/sys/dev/qbus/rlvar.h
Revision
Date
Author
Comments
1.11
16-Apr-2020
rin
Revert previous for now:
http://mail-index.netbsd.org/source-changes/2020/04/16/msg116278.html
The reasoning turned out to be wrong; __KERNEL_RCSID() in header files
does *not* overwrite RCSID in main source files. The real problem is that
it inserts its RCSID into *every* object files. However, it can be still
useful even if heavily duplicated.
1.10
16-Apr-2020
rin
Stop using __KERNEL_RCSID() in header files; it confuses ident(1) by
overwriting RCSID in main source files.
XXX
The first argument of __KERNEL_RCSID() is neglected for ELF. If we wish
to have RCSID of header files in kernel binary, we need something like
__FBSDID() macro in FreeBSD.
1.9
22-May-2017
ragge
branches: 1.9.22;
Update copyright notice for Ludd (remove clause 3 & 4).
1.8
11-Mar-2008
matt
branches: 1.8.48; 1.8.68;
Rototill the vax code. Switch to devicet/PRIV_ALLOC. Cleanup vax autoconf
code. Move to prototype definitions. staticfy, constify, avoid casting.
Use device_* accessors.
1.7
04-Mar-2007
christos
branches: 1.7.16; 1.7.32; 1.7.36;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
1.6
11-Dec-2005
christos
branches: 1.6.26;
merge ktrace-lwp.
1.5
15-Oct-2005
yamt
- 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)
1.4
26-Feb-2005
simonb
branches: 1.4.4;
White space nits.
1.3
04-Feb-2005
perry
de-__P
1.2
22-Jul-2002
hannken
branches: 1.2.6; 1.2.14; 1.2.16;
Convert to new device buffer queue interface.
Approved by: Anders Magnusson <ragge@netbsd.org>
1.1
23-Mar-2002
ragge
branches: 1.1.2; 1.1.4; 1.1.8;
Call rlreset() per controller, not per disk.
Be more informative about the state of the disk (locked, unloaded etc...)
Send NULL as proc pointer to bus_dma_load if B_PHYS is not set.
Break out softc's from rl.c to rlvar.h for inclusion elsewhere.
1.1.8.3
06-Sep-2002
jdolecek
sync kqueue branch with HEAD
1.1.8.2
23-Jun-2002
jdolecek
catch up with -current on kqueue branch
1.1.8.1
23-Mar-2002
jdolecek
file rlvar.h was added on branch kqueue on 2002-06-23 17:48:32 +0000
1.1.4.1
29-Aug-2002
gehenna
catch up with -current.
1.1.2.3
01-Aug-2002
nathanw
Catch up to -current.
1.1.2.2
01-Apr-2002
nathanw
Catch up to -current.
(CVS: It's not just a program. It's an adventure!)
1.1.2.1
23-Mar-2002
nathanw
file rlvar.h was added on branch nathanw_sa on 2002-04-01 07:47:04 +0000
1.2.16.1
19-Mar-2005
yamt
sync with head. xen and whitespace. xen part is not finished.
1.2.14.1
29-Apr-2005
kent
sync with -current
1.2.6.3
10-Nov-2005
skrll
Sync with HEAD. Here we go again...
1.2.6.2
04-Mar-2005
skrll
Sync with HEAD.
Hi Perry!
1.2.6.1
04-Feb-2005
skrll
Sync with HEAD.
1.4.4.3
17-Mar-2008
yamt
sync with head.
1.4.4.2
03-Sep-2007
yamt
sync with head.
1.4.4.1
21-Jun-2006
yamt
sync with head.
1.6.26.1
12-Mar-2007
rmind
Sync with HEAD.
1.7.36.1
03-Apr-2008
mjf
Sync with HEAD.
1.7.32.1
24-Mar-2008
keiichi
sync with head.
1.7.16.1
23-Mar-2008
matt
sync with HEAD
1.8.68.1
28-Aug-2017
skrll
Sync with HEAD
1.8.48.1
03-Dec-2017
jdolecek
update from HEAD
1.9.22.1
20-Apr-2020
bouyer
Sync with HEAD
Indexes created Sat Oct 18 21:09:54 GMT 2025