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
/
ic
/
pdq.c
Age
Commit message (
Expand
)
Author
2013-09-15
Mark a variable as potentially unused
martin
2005-12-11
merge ktrace-lwp.
christos
2005-05-17
Yes, it was a cool trick >20 years ago to use "0123456789abcdef"[a] to
christos
2005-02-27
nuke trailing whitespace
perry
2003-01-17
Make the DEFPA/DEFEA/DEFTA driver work on big-endian machines such as
matt
2002-11-25
#if 0 out unused static arrays to pacify gcc 3.3
fvdl
2002-06-08
make auto const variables static.
yamt
2001-11-13
add/cleanup RCSID
lukem
2001-11-11
After modifying transmit descriptors, write-back cache needs to be flushed.
mhitch
2001-06-13
withough -> without
wiz
2001-06-12
receive, not recieve
wiz
2000-05-28
reclaim transmitted packets on receive interrupts.
matt
1999-12-27
Off by one error in station events.
matt
1999-12-23
Add some defensive code to the unsolicited event printing
matt
1999-09-19
One more change for bigendian machines.
matt
1999-09-19
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
matt
1998-09-28
Fix the receive length so it includes the extra bytes in the fddi_header.
matt
1998-09-28
Insert the FDDI control bytes in pdq_ifstart before we load the dmamap
matt
1998-09-28
Fix transmit handling (this also should speed up transmits
matt
1998-09-20
Changes so that BPF readers will get the data in fddi packet aligned along
matt
1998-08-24
egcs brace warning
tv
1998-05-28
Another bug fix (clear transmit done before trying to queue more transmits).
matt
1998-05-27
Only enable transmit done interrupts when output ring is full.
matt
1998-05-26
Success! With these changes, the DEFTA now under NetBSD/pmax!!
matt
1998-05-25
Verify the driver work if PDQ_NO_BUS_DMA is defined.
matt
1998-05-24
More pmax coherency stuff. Getting close..
matt
1998-05-24
Fix dmamap leakages. fix transmit bug. fix receive bugs. fix mips
matt
1998-05-21
Add bus_dma(9) support for the DEFxA FDDI driver
matt
1998-04-07
Fix problem with promicuously received packets. (ie. give them to bpf
matt
1997-06-08
Merge pdq-970604 update.
thorpej
1997-03-24
Resolve conflicts from merge.
thorpej
1996-10-13
backout kprintf changes
christos
1996-10-10
- printf -> kprintf, sprintf -> ksprintf
christos
1996-07-10
add a couple of "default" entries in switch statements, to quiet -Wall.
cgd
1996-06-07
clean up import of new revision (June 7, 1996) from Matt Thomas.
cgd
1996-05-20
Fix conflicts during import.
thorpej
1996-05-07
Fixed gcc -Wall warnings.
christos
1996-03-11
Resolve conflicts from merge.
thorpej
1995-08-19
local adaptations, and fix a could of compilation errors
cgd
1995-08-19
Generic FDDI support by Matt Thomas. Support for DEC "PDQ" FDDI chipset
cgd