summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/dev
AgeCommit message (Expand)Author
2016-11-29m_free() and m_freem() test for NULL. Simplify callers which had their ownJonathan Gray
2016-09-19Remove unused getdev() audio driver functions.Alexandre Ratchov
2016-09-14Remove drain(), query_encoding(), mappage() and get_default_params()Alexandre Ratchov
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-01-21Remove now uneeded bus_space_unmap calls in the DS1742W/Origin path thatJonathan Gray
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-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-09-18Fix an uninitialized variable found by Maxime Villard's Brainy.Visa Hankala
2015-09-08sizes for free(); ok semarieTheo de Raadt
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-05-11Remove all audio format conversion code from the kernel (btw holdingAlexandre Ratchov
2015-03-11Convert to if_input(), tested by jasper@.Martin Pieuchot
2015-03-11Convert to if_input(), tested by jasper@, thanks!Martin Pieuchot
2015-02-11no md code wants lockmgr locks, so no md code needs to include sys/lock.hDavid Gwynne
2014-12-22unifdef INETTed Unangst
2014-12-13yet more mallocarray() changes.Doug Hogan
2014-07-22<netinet/in_systm.h> is no longer needed.Martin Pieuchot
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-11It's init as a process that's special, not init's original thread.Philip Guenther
2014-05-19Format string fixes and removal of -Wno-format for sgi. Based upon anMiod Vallat
2013-12-29Force clock clamping after one byte received instead of three. There are stillMiod Vallat
2013-12-25Instead of deciding which iockbc port is the keyboard port, and which one is theMiod Vallat
2013-10-21Add load_font and list_font accessops to all rasops-based wsdisplay drivers.Miod Vallat
2013-10-20Use C99 named initializers for struct wsdisplay_accessops fields.Miod Vallat
2013-08-17Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-06-21enable 24-bit, lsb-aligned encoding, which is the device'sAlexandre Ratchov
2013-06-11Replace all ovbcopy with memmove; swap the src and dst arguments tooTheo de Raadt
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,Theo de Raadt
2013-05-27Correctly specify the visible part of the rightmost tile when the currentMiod Vallat
2013-05-15Introduce a global interrupt-aware mutex protecting dataAlexandre Ratchov
2012-10-03Don't include <mips64/archtype.h> unless you really need it.Miod Vallat
2012-08-10simplify pckbc_xt_translation()Alexandr Shadchin
2012-05-29Make it possible to disable the Sync-on-Green signal by setting theMike Belopuhov
2012-05-22When setting up the multicast filter, use the ac_multicnt field of the arpcomMiod Vallat
2012-04-19Slightly tweak the emulation mode colormap to have fit in 4:8:4 instead ofMiod Vallat
2012-04-18Split the existing impact@xbow attachment into generic impact routines, andMiod Vallat
2012-04-16Move OpenGL {logic,raster}ops defines to a separate file, to avoid duplicatingMiod Vallat
2012-03-28Work in progress support for the SGI Indigo, Indigo 2 and Indy systemsMiod Vallat
2012-03-15uncached_base was introduced early in IP27 support, since these designs useMiod Vallat
2011-06-24machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 andChristian Weisgerber
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2010-12-26Kill pmap_phys_address(), and force every driver's mmap() routine to returnMiod Vallat
2010-12-04Make sgi port compile again.Joel Sing
2010-12-03removed slot argument of function pckbd_cnattachAlexandr Shadchin
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
2010-07-02timeout_add -> timeout_add_msecBret Lambert
2010-04-06Obtain struct sgi_device_location for the console input and output devices,Miod Vallat