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