summaryrefslogtreecommitdiff
path: root/sys/dev/sbus
AgeCommit message (Expand)Author
2000-04-14add some casts to (u_long) to shut up gccmrg
2000-03-25Move esp declaration to conf/files.mycroft
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-02-22Simplify the attach routine a bit.pk
2000-02-22Fix some off-by-one errors; patch from Jonathan O'Brien.pk
2000-02-19correct oops on last checkinmjacob
2000-02-19Handle > 12 byte CDBs.mjacob
2000-02-14Make promiscuous mode go again.pk
2000-02-02Don't dry to diving MIIF_NOISOLATE in the PHY drivers. Instead, passthorpej
2000-02-02Bring some order to the chaos which was the MII code function namingthorpej
2000-01-14There is no readily available tool to set NVRAM on isp's on sparc,mjacob
2000-01-13(stp4020_chip_mem_map): explicitly don't handle 8-bit memoryjoda
2000-01-11Remove old-style boot device recognition.pk
2000-01-09The trigger for not downloading f/w is now amjacob
2000-01-09The sense of being able to sleep for DMA resources was reversed. Oops.mjacob
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