summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/qec.c
AgeCommit message (Expand)Author
2010-09-05Remove bogus LHS casts. makes gcc4 happy.Mark Kettenis
2010-06-26Don't #include <sys/user.h> into files that don't need the stuffPhilip Guenthe
2006-06-02sbus_establish() and the associated linked list in the sbus softc is now onlyMiod Vallat
2003-06-02some license cleanupTheo de Raadt
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-08simplify qec_put a bitJason Wright
2001-01-30- take advantage of the fact that qe's and be's require qec's and moveJason Wright
1999-07-05but make it work for multiple cards... i thinkTheo de Raadt
1999-07-05calculate ca_offset correctlyTheo de Raadt
1998-11-16save a bit of space; theo.Jason Wright
1998-11-11Detect cards that require dma that are in non-dma slots and don't allowJason Wright
1998-11-02First step at unifying qe & be drivers:Jason Wright
1998-10-21The qec global reset should only be allowed to happen once per qec card, notJason Wright
1998-10-19Support for the qec+qe (SBus QuadEthernet board)Jason Wright
1998-08-26o Fix up address rangesJason Wright
1998-07-05do not print fake slot numbersTheo de Raadt
1998-07-05map qec registers properlyTheo de Raadt
1998-07-04add qec register infoTheo de Raadt
1998-07-04add support for qec; same basic thing as lebufferTheo de Raadt