OpenGrok
Cross Reference: ppbus_base.c
xref
: /
src
/
sys
/
dev
/
ppbus
/
ppbus_base.c
Home
|
History
|
Annotate
|
Download
|
only in
ppbus
History log of
/src/sys/dev/ppbus/ppbus_base.c
Revision
Date
Author
Comments
1.23
13-Feb-2023
andvar
s/charater/character/ in one more comment.
1.22
17-Jan-2023
msaitoh
s/charater/character/ in comment.
1.21
29-Sep-2020
msaitoh
s/occurence/occurrence/
1.20
14-Oct-2014
christos
PR/49281: John D. Baker: fix debugging format
XXX: pullup 7
1.19
13-Jul-2014
dholland
branches: 1.19.2;
"peripheral", not "peripherial".
1.18
13-May-2011
rmind
branches: 1.18.10; 1.18.14; 1.18.16; 1.18.24; 1.18.28;
Replace some ltsleep() uses with kpause() and tsleep().
1.17
15-Apr-2008
cegger
branches: 1.17.26; 1.17.32;
device_t / softc split. From Hans Rosenfeld
1.16
08-Apr-2008
cegger
use aprint_*_dev and device_xname
1.15
04-Jan-2008
ad
branches: 1.15.6;
Start detangling lock.h from intr.h. This is likely to cause short term
breakage, but the mess of dependencies has been regularly breaking the
build recently anyhow.
1.14
05-Dec-2007
ad
branches: 1.14.4;
lockmgr -> mutex
1.13
04-Mar-2007
christos
branches: 1.13.14; 1.13.16; 1.13.22; 1.13.24;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
1.12
25-Mar-2006
thorpej
branches: 1.12.14;
Use device_parent().
1.11
11-Dec-2005
christos
branches: 1.11.4; 1.11.6; 1.11.8; 1.11.10; 1.11.12;
merge ktrace-lwp.
1.10
01-Jun-2005
drochner
branches: 1.10.2;
more cast-qual and shadow fallout
1.9
27-Feb-2005
perry
nuke trailing whitespace
1.8
11-Feb-2005
simonb
White space nit- don't put a space before/after increment/decrement
operators.
1.7
10-Feb-2004
jdolecek
branches: 1.7.4; 1.7.10; 1.7.12;
inform better of what exactly is printed in ppbus_scan_bus(), and only
print anything with PPBUS_VERBOSE || PPBUS_DEBUG
1.6
01-Feb-2004
jdolecek
make compilable with option DONTPROBE_1284
1.5
25-Jan-2004
bjh21
According to the OED, the variant spelling "negociate" died out in the
mid-19th century. Use "negotiate", which is the current spelling, has
always been more common, and is closer to the Latin to boot.
1.4
25-Jan-2004
bjh21
Remove dollar signs from foreign RCSIDs per doc/3RDPARTY.
Add __KERNEL_RCSID() to .c files.
1.3
22-Jan-2004
bjh21
Kernel code should include <sys/types.h> or <sys/param.h> first.
(fixes compiling on acorn32)
1.2
21-Jan-2004
bjh21
Add RCSID comments.
1.1
19-Jan-2004
jdolecek
branches: 1.1.1;
Initial revision
1.1.1.1
19-Jan-2004
jdolecek
Import Gary Thorpe's netbsd-ppbus 1.3. This is NetBSD port
of FreeBSD Parallel Port Bus framework. Work in progress.
1.7.12.2
19-Mar-2005
yamt
sync with head. xen and whitespace. xen part is not finished.
1.7.12.1
12-Feb-2005
yamt
sync with head.
1.7.10.1
29-Apr-2005
kent
sync with -current
1.7.4.7
10-Nov-2005
skrll
Sync with HEAD. Here we go again...
1.7.4.6
04-Mar-2005
skrll
Sync with HEAD.
Hi Perry!
1.7.4.5
15-Feb-2005
skrll
Sync with HEAD.
1.7.4.4
21-Sep-2004
skrll
Fix the sync with head I botched.
1.7.4.3
18-Sep-2004
skrll
Sync with HEAD.
1.7.4.2
03-Aug-2004
skrll
Sync with HEAD
1.7.4.1
10-Feb-2004
skrll
file ppbus_base.c was added on branch ktrace-lwp on 2004-08-03 10:50:27 +0000
1.10.2.4
21-Jan-2008
yamt
sync with head
1.10.2.3
07-Dec-2007
yamt
sync with head
1.10.2.2
03-Sep-2007
yamt
sync with head.
1.10.2.1
21-Jun-2006
yamt
sync with head.
1.11.12.1
28-Mar-2006
tron
Merge 2006-03-28 NetBSD-current into the "peter-altq" branch.
1.11.10.1
19-Apr-2006
elad
sync with head.
1.11.8.1
01-Apr-2006
yamt
sync with head.
1.11.6.1
22-Apr-2006
simonb
Sync with head.
1.11.4.1
09-Sep-2006
rpaulo
sync with head
1.12.14.1
12-Mar-2007
rmind
Sync with HEAD.
1.13.24.1
08-Dec-2007
ad
Sync with head.
1.13.22.2
18-Feb-2008
mjf
Sync with HEAD.
1.13.22.1
08-Dec-2007
mjf
Sync with HEAD.
1.13.16.1
09-Jan-2008
matt
sync with HEAD
1.13.14.1
09-Dec-2007
jmcneill
Sync with HEAD.
1.14.4.1
08-Jan-2008
bouyer
Sync with HEAD
1.15.6.1
02-Jun-2008
mjf
Sync with HEAD.
1.17.32.1
06-Jun-2011
jruoho
Sync with HEAD.
1.17.26.1
31-May-2011
rmind
sync with head
1.18.28.1
10-Aug-2014
tls
Rebase.
1.18.24.1
03-Dec-2014
msaitoh
Pull up following revision(s) (requested by snj in ticket #1190):
sys/dev/ppbus/ppbus_base.c: revision 1.20
PR/49281: John D. Baker: fix debugging format
XXX: pullup 7
1.18.16.1
03-Dec-2014
msaitoh
Pull up following revision(s) (requested by snj in ticket #1190):
sys/dev/ppbus/ppbus_base.c: revision 1.20
PR/49281: John D. Baker: fix debugging format
XXX: pullup 7
1.18.14.2
03-Dec-2017
jdolecek
update from HEAD
1.18.14.1
20-Aug-2014
tls
Rebase to HEAD as of a few days ago.
1.18.10.1
03-Dec-2014
msaitoh
Pull up following revision(s) (requested by snj in ticket #1190):
sys/dev/ppbus/ppbus_base.c: revision 1.20
PR/49281: John D. Baker: fix debugging format
XXX: pullup 7
1.19.2.1
10-Nov-2014
martin
Pull up following revision(s) (requested by snj in ticket #206):
sys/dev/ppbus/ppbus_base.c: revision 1.20
PR/49281: John D. Baker: fix debugging format
XXX: pullup 7
Indexes created Mon Oct 20 03:09:53 GMT 2025