summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev
AgeCommit message (Expand)Author
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-03-29make the ie(4)s bpf_mtap_ether outgoing packets like all the other driversDavid Gwynne
2016-03-16More "(<blah> *)0" -> NULL, avoiding any stdarg functions.Kenneth R Westerback
2016-03-15'accomodate' -> 'accommodate' in comments.Kenneth R Westerback
2016-03-14Convert sparc drivers bpp and magma to uiomoveStefan Kempf
2016-03-07remove needless malloc castmmcc
2015-12-10Remove remaining Solbourne code.mmcc
2015-12-08No trailers has been the default and only option for 20 years, yet someTed Unangst
2015-11-25Network drivers should not include <net/route.h> or <net/netisr.h>Martin Pieuchot
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
2015-11-14No need to include <net/bpfdesc.h>Martin Pieuchot
2015-11-12can just IFQ_DEQUEUE instead of POLL followed immediately by DEQUEUEDavid Gwynne
2015-11-06make hfsc work on ie(4/sparc) by using IFQ_DEQUEUE instead of IF_DEQUEUE.David Gwynne
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-09-14Fix more ifmedia64 fallout in the kernel. It's hiding everywhere...Stefan Sperling
2015-09-12Rework fb_setsize() logic to get rid of gotos.Miod Vallat
2015-09-11Make room for media types of the future. Extend the ifmedia word to 64 bits.Stefan Sperling
2015-09-10Fix a zx_putchar() stupid bug I introduced nine years ago by actuallyMiod Vallat
2015-09-08sizes for free(); ok semarieTheo de Raadt
2015-09-01missing splxJonathan Gray
2015-07-08MFREE(9) is dead, long live m_freem(9)!Martin Pieuchot
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-06-19remove isp(4) now that the ql* family have replaced itJonathan Matthew
2015-05-25Convert from ether_input() with separate mbuf data and Ethernet header, toMiod Vallat
2015-05-11Remove support for ADPCM encoding which isn't used nowadays andAlexandre Ratchov
2015-05-11Remove all audio format conversion code from the kernel (btw holdingAlexandre Ratchov
2015-04-13Now that if_input() set the receiving interface pointer on mbufs for usMartin Pieuchot
2015-04-08Convert to if_input().Martin Pieuchot
2015-04-07Do not pass an `ifp' argument to interface input handlers since itMartin Pieuchot
2015-03-30Add a bus_dma_tag_t for DVMA usage, suitable for use for devices not sittingMiod Vallat
2015-03-29Correctly match SUNW,fas in the boot path.Miod Vallat
2015-03-29Convert qe(4) et be(4) to if_input().Martin Pieuchot
2015-03-28Correctly advance the bootpath when attaching children.Miod Vallat
2015-03-28When attaching an sbus esp(4), do the sbus_testdma() check regardless of theMiod Vallat
2015-03-28Don't include sbusvar.h if you need neither sbus_translate() nor sbus_testdma().Miod Vallat
2015-03-26de-staticMiod Vallat
2015-03-22Do the right thing in qec_fix_range() when connected to an sbus(4) withoutMiod Vallat
2015-03-21When an IOMMU is not available, and an sbus board has register ranges notMiod Vallat
2015-03-18Revert 1.52, per the comment above the incorrectly changed line. Reduces theMiod Vallat
2015-02-28Move consinit() out of the bowels of the zs driver to its own file, inMiod Vallat
2015-02-10Convert to uiomove()Miod Vallat
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2015-02-08replace hand rolled code to maintain a list of bufs with a fifoDavid Gwynne
2015-02-07Misplaced #endifMiod Vallat
2015-02-05Do what the comments suggest and check for port-[ab]-ignore-cd properties,Miod Vallat
2015-01-16Revert forcing a rachitic `c' slice size when the drive geometry is not known,Miod Vallat
2015-01-15Rework the disk label handling once again. Disk label is read at attach timeMiod Vallat
2015-01-14Don't forget to register event counter for VME interrupts.Miod Vallat