index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
musycc.c
Age
Commit message (
Expand
)
Author
2010-05-19
BUS_DMA_ZERO instead of alloc, map, bzero.
Owain Ainsworth
2010-04-08
these files don't need to include proc.h anymore. ok oga for agp
Ted Unangst
2008-09-18
fix potential use of uninitialized value
Charles Longeau
2007-11-26
typos; ok jmc@
Martynas Venckus
2007-10-01
More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where
Kenneth R Westerback
2007-09-18
Only the most obvious bzero() -> M_ZERO changes. No cast changes, no
Kenneth R Westerback
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-01-27
Use letoh32 to print out configuration descriptors in debug functions. Now
Claudio Jeker
2006-01-26
Some fixes to make the card work on big endian systems. Still not enough
Claudio Jeker
2006-01-25
Check if the dma ring got cleared before accessing it. Fixes a panic that
Claudio Jeker
2006-01-25
Reset and initialize part of the device early. Makes reading the ROM more
Claudio Jeker
2005-12-19
Be not too verbose else the debug output would stall a box if the wrong
Claudio Jeker
2005-10-26
Adapt art(4) to the new link state handling done by sppp(4).
Claudio Jeker
2005-09-22
Simplify DMA handling. Limit DMA size to a fixed numer of slots.
Claudio Jeker
2005-08-27
Fix some issues to make the dual port version work this should also fix the
Claudio Jeker
2005-08-27
Timeout service request in the uncommon case that the port is blocked
Claudio Jeker
2005-08-27
Tell the dma engine to not poll to often for new descriptors and initialize the
Claudio Jeker
2005-08-14
KNF mostly spaces and make the dmesg line a bit shorter.
Claudio Jeker
2005-08-14
Kill the musyccbus/ebus device and use musycc for both functions of the
Claudio Jeker
2005-08-13
Kill Id tags, OpenBSD ones are enough.
Claudio Jeker
2005-08-13
Driver for the Accoom Networks Artery T1/E1 PCI cards.
Claudio Jeker