History log of /netbsd/sys/dev/ppbus/ppbus_base.c (Results 1 – 23 of 23)
Revision Date Author Comments
# e3836ca2 13-Feb-2023 andvar <andvar@NetBSD.org>

s/charater/character/ in one more comment.


# 1fe934ac 17-Jan-2023 msaitoh <msaitoh@NetBSD.org>

s/charater/character/ in comment.


# 5b249b1f 29-Sep-2020 msaitoh <msaitoh@NetBSD.org>

s/occurence/occurrence/


# ca8266dc 14-Oct-2014 christos <christos@NetBSD.org>

PR/49281: John D. Baker: fix debugging format
XXX: pullup 7


# 42aa4278 13-Jul-2014 dholland <dholland@NetBSD.org>

"peripheral", not "peripherial".


# 9a10faf2 13-May-2011 rmind <rmind@NetBSD.org>

Replace some ltsleep() uses with kpause() and tsleep().


# b849cd90 15-Apr-2008 cegger <cegger@NetBSD.org>

device_t / softc split. From Hans Rosenfeld


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

use aprint_*_dev and device_xname


# 0664a045 04-Jan-2008 ad <ad@NetBSD.org>

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.


# 6874e511 05-Dec-2007 ad <ad@NetBSD.org>

lockmgr -> mutex


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

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


# 5887891a 25-Mar-2006 thorpej <thorpej@NetBSD.org>

Use device_parent().


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

merge ktrace-lwp.


# 6e2d0030 01-Jun-2005 drochner <drochner@NetBSD.org>

more cast-qual and shadow fallout


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

nuke trailing whitespace


# 3cebd932 11-Feb-2005 simonb <simonb@NetBSD.org>

White space nit- don't put a space before/after increment/decrement
operators.


# e5d99e33 10-Feb-2004 jdolecek <jdolecek@NetBSD.org>

inform better of what exactly is printed in ppbus_scan_bus(), and only
print anything with PPBUS_VERBOSE || PPBUS_DEBUG


# f5e874fb 01-Feb-2004 jdolecek <jdolecek@NetBSD.org>

make compilable with option DONTPROBE_1284


# 1f725099 25-Jan-2004 bjh21 <bjh21@NetBSD.org>

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 bo

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.

show more ...


# 1c34707a 25-Jan-2004 bjh21 <bjh21@NetBSD.org>

Remove dollar signs from foreign RCSIDs per doc/3RDPARTY.
Add __KERNEL_RCSID() to .c files.


# 87484bb5 22-Jan-2004 bjh21 <bjh21@NetBSD.org>

Kernel code should include <sys/types.h> or <sys/param.h> first.
(fixes compiling on acorn32)


# f7820334 21-Jan-2004 bjh21 <bjh21@NetBSD.org>

Add RCSID comments.


# e23cd1a7 19-Jan-2004 jdolecek <jdolecek@NetBSD.org>

Import Gary Thorpe's netbsd-ppbus 1.3. This is NetBSD port
of FreeBSD Parallel Port Bus framework. Work in progress.