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
/
dev
/
marvell
Age
Commit message (
Expand
)
Author
2003-08-05
Try to drain the Tx pending queues after dealing with Rx/Tx interrupts.
scw
2003-07-14
add missing __KERNEL_RCSID()
lukem
2003-06-12
Add basic support for non-PCI host mode.
scw
2003-06-12
Always pass BUS_DMA_COHERENT to bus_dmamem_map() when allocating
scw
2003-06-12
Tickle the watchdog while doing polled console i/o.
scw
2003-06-12
Disable the watchdog during autoconf of sub-devices.
scw
2003-05-27
Add an option to control whether the GT's internal PCI Arbiter should
scw
2003-05-17
defflag GT_ECC.
scw
2003-05-01
In gtmpscinit_stop(), don't wait for abort completion status if the
scw
2003-04-30
Update inptr *after* we do the dmasync.
matt
2003-04-30
Fix overrun of TX buffer dmamap.
matt
2003-04-10
When attaching, make sure the "Reject Broadcast Mode", "Promiscuous Mode"
scw
2003-04-08
Use PAGE_SIZE rather than NBPG.
thorpej
2003-04-08
Use PAGE_SIZE rather than NBPG.
thorpej
2003-04-08
Deal with discovery strangeness/timing issue. Sometimes the Ownership bit
matt
2003-04-04
Remove #define DEBUG. (this was working right. The problem I encountered
matt
2003-04-01
Cleanup PCI support.
matt
2003-03-27
Add GT_PCI{0,1}_{IO,MEM}{SIZE,START} options
matt
2003-03-27
Only print IRQ is it's not the default value.
matt
2003-03-24
Make reset delay depend on the baud rate.
matt
2003-03-24
Fix tyops. Add 2 defines.
matt
2003-03-24
Make gtmpsc configurable via config file. (baud rate source, frequency).
matt
2003-03-24
Update bpf interface to current. Make output buffers aligned to a
matt
2003-03-18
Split PCI initialization out of attach hook.
matt
2003-03-18
remove some unneeded code.
matt
2003-03-18
Enable I/O & memory access too.
matt
2003-03-18
Do minimal initialization of PCI.
matt
2003-03-18
Derive baud rate from cpu_timebase on powerpc.
matt
2003-03-17
Use generic softintr. switch from consinit to explicit cnattach
matt
2003-03-17
Use a subregion for the mac's ethernet registers. Shaves 512 bytes
matt
2003-03-16
Cleanup. Move much of the code to bus_space instead of using
matt
2003-03-16
Add obio attachment for things like rtcs, com, and flash.
matt
2003-03-06
Relocate Discovery first thing in initppc (if not at expected address).
matt
2003-03-05
Add preliminary support Marvell (Galileo) Discovery System Controllers.
matt