index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sparc64
/
dev
/
lpt_ebus.c
Age
Commit message (
Expand
)
Author
2014-05-03
Also attach to devices named "parallel"
martin
2011-07-01
#include <sys/bus.h> instead of <machine/bus.h>.
dyoung
2008-05-29
remove clause #3 from my license where there are no other
mrg
2008-03-07
Split the softc from the device_t for all lpt(4) variants and attachments
cube
2006-02-11
ANSIfication: u_intN_t -> uintN_t, use ANSI function declarations/definitions
cdi
2005-12-11
merge ktrace-lwp.
christos
2003-07-15
__KERNEL_RCSID()
lukem
2002-12-10
Remove the `flags' argument from bus_intr_establish().
pk
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-10-01
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-07-18
Spell 'should' correctly.
wiz
2002-03-21
Cleanup.
eeh
2002-03-20
Overhaul bus space.
eeh
2002-03-16
convert to using <dev/ebus/ebusvar.h> and it's struct member names.
mrg
2002-03-15
Get PCI working with the new bus_space*.
eeh
2002-03-01
Rename EBUS_PADDR_FROM_REG uses to EBUS_ADDR_FROM_REG.
martin
2001-10-22
use <dev/ebus/ebusreg.h>
mrg
2000-07-09
Add a `device class' interrupt level argument (from machine/intr.h)
pk
2000-04-15
- auxio cleanup and sbus support.
mrg
2000-04-08
- store the ebus's parent so we can find the IOMMU
mrg
2000-04-05
add some comments, clean this up a bit.
mrg
1999-06-05
map in registers, configure interrupts, this appears to be OK now.
mrg
1999-06-05
lpt at ebus.
mrg