summaryrefslogtreecommitdiff
path: root/sys/dev/sbus
AgeCommit message (Expand)Author
2000-07-24Purge C++-style comments.mycroft
2000-07-09Add a `device class' interrupt level argument (from machine/intr.h)pk
2000-07-05Use new isp_handle_index inline function. Change order in whchmjacob
2000-06-28remove include of <vm/vm.h>mrg
2000-06-25Get PCI HME working.eeh
2000-06-14Eliminate a race condition reported by mouse on port-sparc.pk
2000-06-05Have MI ncr53c9x_attach() the 2nd and 3rd arguments for scsipi_adaternisimura
2000-06-04Implement the more flexiable `evcnt' interface as discussed (briefly) oncgd
2000-05-10No need to specify page alignment; this is automatic.pk
2000-05-10Fix bogus `boundary' argument in bus_dmamap_create().pk
2000-05-10Load DMA buffer before mapping it into kernel space.pk
2000-05-09Conform bus_dmamem_{alloc,map} usage to bus_dma(9) specs.pk
2000-05-09Conform bus_dmamem_{alloc,map} usage to bus_dma(9) specs.pk
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