summaryrefslogtreecommitdiff
path: root/sys/dev/sbus
AgeCommit message (Expand)Author
1999-12-23* remove full duplex modes for the internal transceiverpk
1999-12-22Streamline media code a bit by some `pseudo-mii' code designed to handlepk
1999-12-21Shuffle some code around to allow two PHYs to attach. Only one PHY canpk
1999-12-20* Remove spurious blockade in the path to get the transceiver status word.pk
1999-12-20#define the bit positions of the MIF I/O lines.pk
1999-12-20get back to looking at config flagsmjacob
1999-12-04Add back in inclusion of microcode and rationalize it. request/responsemjacob
1999-11-21Check presence of Sbus interrupt properties before using them.pk
1999-11-12Call mii_down() as appropriate.thorpej
1999-11-05Fix some diagnostic output with a patch from Jonathan O'Brien.pk
1999-11-04find "SUNW,hme" as well as "hme". this matches the onboardmrg
1999-11-04Adapt to mii_phy_probe() change.thorpej
1999-10-28Remove reference to loadable f/w.mjacob
1999-10-14We alloc xflist and dma maps in mailbox setup. We swizzle endian stuffmjacob
1999-09-30Update for SCSPI changes.thorpej
1999-07-06Make the kthread API a bit more friendly to loadable kernel modules.thorpej
1999-06-27Add the Sbus front-end for the HME driver.pk
1999-06-24Don't turn on the engine too early.pk
1999-06-24Issue a reset command when initializing.pk
1999-06-05split sbus audiocs code up so we can share it with the ebus. XXX ebus DMA is...mrg
1999-05-27Fix bus_size_t/size_t/int confusion.pk
1999-05-18Rework layer 2 protocol input routines. Instead of calling e.g. ether_input()thorpej
1999-05-16white space.mrg
1999-04-25It is no longer necessary to protect bus_dma_[un]load() at splbio, sincepk
1999-04-20Correct QESTAT `%b' format string.pk
1999-03-29Initialize automatics in stp4020print(); noticed by Jonathan O'Brien.pk
1999-03-29Make `sun4m DMA not supported yet' message print only for this device,cjs
1999-03-26roll internal release tagmjacob
1999-03-26Add support for the PTI SBS430. It's a FAS200 type chip- it's a bit funkymjacob
1999-03-23Call bus_dma_[un]load() at splbio.pk
1999-03-23Fix promiscuous modes - patches from Jason Wright.pk
1999-03-19Use correctly bus_space_*() macros to access device registers.eeh
1999-03-17prototype 1080/1240 support caused register offset rewhackmjacob
1999-03-09make this compile on SUN4U. XXX icky, reader beware.mrg
1999-02-28Fix what is probably a past-o.pk
1999-02-27Fix the bus print function.pk
1999-02-27Our device name differs from the PROMs node name.pk
1999-02-19Don't try to use the MII routines for the internal PHY.pk
1999-02-17Update comments.mycroft
1999-02-17Pass the direction to the allocm and round_buffersize methods.mycroft
1999-02-09roll internal release levelmjacob
1999-02-03use <dev/sbus/sbusvar.h> not <sparc/dev/sbusvar.h>mrg
1999-01-30roll internal release tag and finally use bus_space I/Omjacob
1999-01-18Fix AF_NS code.pk
1999-01-17Share ring buffer code and data structure for `be' and `qe' inpk
1999-01-17Add `qe' network interface device.pk
1999-01-17Import Jason Wright's Sbus Quad ethernet (`qe') driver as found in OpenBSD.pk
1999-01-16Initial revisionpk
1999-01-16Convert to bus_space(9).pk
1999-01-16Import Jason Wright's Bigmac driver, written for OpenBSD.pk