summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/qe.c
AgeCommit message (Expand)Author
2002-08-07KNF (parenthesized returns)Jason Wright
2002-04-30Fix an ancient problem in how sparc interrupts are handled.Artur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-08since we're checking, avoid an unnecessary writeJason Wright
2002-02-08Better IFF_OACTIVE handling; don't bother calling qestart() unlessJason Wright
2002-01-01Don't whine about not having carrier... ifconfig on the interface will say so.Jason Wright
2001-07-30convert to ALTQ style macros (these drivers appear to meet the criteria forJason Wright
2001-06-26trivial ether_input_mbuf() conversions.Federico G. Schwindt
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2001-01-30- take advantage of the fact that qe's and be's require qec's and moveJason Wright
2000-11-17seems the qe/mace combination needs a delay between accesses to theJason Wright
2000-11-16- remove other media types, the MACE isn't as bright as one would hopeJason Wright
2000-11-16wait for the MACE to figure out whether it has media or not, and thenJason Wright
2000-11-16- Fix the NMI problem: it seems the qec channel reset also resets the MACE, andJason Wright
2000-06-18hmm, you'd never know these started out as if_ie.c....Jason Wright
1999-12-08fix mbuf chain allocation to comply with m_devget() way.Jason Wright
1999-02-24better promisc & allmulti handlingJason Wright
1999-02-08match be & qe as part of the bootpathJason 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-20o Only read the per-channel status reg if the global int mask says somethingJason Wright
1998-10-19Use register definitions from AMD databook.Jason Wright
1998-10-19Support for the qec+qe (SBus QuadEthernet board)Jason Wright