summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev
AgeCommit message (Expand)Author
2016-05-04Some hardware (such as the onboard dc(4) of the Netra X1) has a broken DMAMark Kettenis
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-03-29Some sparc64 pci frame buffers incorrectly have the `depth' propertyMark Kettenis
2016-03-21Plug a memory leak in vnet(4) ioctl code path.Stefan Sperling
2016-03-19Remove the unused flags argument from VOP_UNLOCK().natano
2016-03-19Reduces the noise around the global ``ticks'' variable by renamingMartin Pieuchot
2016-03-15'accomodate' -> 'accommodate' in comments.Kenneth R Westerback
2016-03-07Sync no-argument function declaration and definition by adding (void).Christian Weisgerber
2016-02-26Prevent memory leak when the ldc gets reset.Mark Kettenis
2016-01-08Move HID support files out of dev/usb into new dev/hid directoryJoshua Stein
2015-12-29Remove NULL-checks before free().mmcc
2015-12-11Replace mountroothook_establish(9) by config_mountroot(9) a narrower APIMartin Pieuchot
2015-12-05Avoid using ifq_deq_rollback().Mark Kettenis
2015-12-04Add intr_barrier() just in case...Mark Kettenis
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-20shuffle struct ifqueue so in flight mbufs are protected by a mutex.David Gwynne
2015-10-28missing splx in error pathJonathan Gray
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-09-27Store the target CPU in "struct intrhand" and use it in intr_barrier().Mark Kettenis
2015-09-19trivial "if(x) free(x)" replacement by "free(x)"Sebastien Marie
2015-09-15Fix overlapping memcpy found by Maxime Villard's Brainy Code Scanner.Mark Kettenis
2015-09-08sizes for free(); ok semarieTheo de Raadt
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-06-21Count transmitted packets.Mark Kettenis
2015-05-24Follow the recent pckbc@isa changes and always establish all the necessaryMiod 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-05-07add missing bracesJonathan Gray
2015-04-13Now that if_input() set the receiving interface pointer on mbufs for usMartin Pieuchot
2015-04-02Call if_input() without grabbing the kernel lock first.Mark Kettenis
2015-04-01Run most of the interrupt handler without holding the kernel lock.Mark Kettenis
2015-03-29Reject packets that are too large.Mark Kettenis
2015-03-21Make sure we reset all relevant state when resetting or stopping an interface.Mark Kettenis
2015-03-21Only reconfigure LDC queues ipon reset instead of unconfiguring them first.Mark Kettenis
2015-03-10Convert to if_input(), tested an ok kettenis@.Martin Pieuchot
2015-02-11dlg@ said he had fixed sparc64, but I'm afraid this requires <sys/lock.h>Miod Vallat
2015-02-11Eliminate sc_tx_cnt. Instead use an unsigned integer for sc_tx_prod andMark Kettenis
2015-02-11this doesnt need anything sys/lock.h providesDavid Gwynne
2015-02-10Convert uiomovei() with a constant size argument to uiomove().Miod Vallat
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2015-02-05Do what the comments suggest and check for port-[ab]-ignore-cd properties,Miod Vallat
2015-01-27remove the second void * argument on tasks.David Gwynne
2015-01-26Print frame buffer resolution at attach time.Miod Vallat
2015-01-25Rework cbus(4) interrupt support a bit. Instead of merging devhandle andMark Kettenis
2015-01-23move from deferring vd requests with a task per message to a ringDavid Gwynne
2015-01-09Fix loading memory allocated with bus_dmamem_alloc(9). The old could wouldMark Kettenis
2014-12-22unifdef INETTed Unangst
2014-12-17fix/reduce header dependencies. clock.c doesn't need any of this uvm.Ted Unangst