summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi/dev
AgeCommit message (Expand)AuthorFilesLines
2021-03-11spellingjsg2-10/+10
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick2-4/+4
2020-06-06Fix previous commit.visa1-2/+2
2020-05-25change wsdisplay attribute type from long to uint32_tjsg2-21/+21
2020-05-25rename wsdisplay alloc_attr() to pack_attr()jsg2-7/+7
2020-05-21Use <dev/clock_subr.h> in dsrtc(4).visa1-64/+81
2019-10-17sgi: iockbc(4), mkbc(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@cheloha2-4/+4
2019-01-15Remove an unused variable. Spotted by clang.visa1-5/+1
2018-12-10Clean up the mec(4) MII read/write routines a bit.visa2-32/+15
2018-12-10Fix phy discovery on O2 systems.visa1-5/+40
2018-12-03Remove the unused interrupt type (edge/level) from the mace interruptvisa4-8/+8
2017-09-08If you use sys/param.h, you don't need sys/types.hderaadt1-2/+1
2017-07-19Fix memory leak in iec_get(). If MCLGET fails free the mbuf as well.claudio1-1/+2
2017-02-11Always leave one free slot in the Tx ring to avoid ambiguity with ringvisa1-3/+3
2017-02-11Simplify ifq_deq_{begin,rollback,commit} sequence to ifq_dequeue.visa1-9/+3
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.dlg2-4/+2
2016-11-29m_free() and m_freem() test for NULL. Simplify callers which had their ownjsg1-3/+2
2016-09-19Remove unused getdev() audio driver functions.ratchov1-16/+1
2016-09-14Remove drain(), query_encoding(), mappage() and get_default_params()ratchov1-38/+2
2016-04-13G/C IFQ_SET_READY().mpi2-4/+2
2016-01-21Remove now uneeded bus_space_unmap calls in the DS1742W/Origin path thatjsg1-4/+1
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.dlg2-12/+14
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2-4/+2
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi2-4/+2
2015-11-20shuffle struct ifqueue so in flight mbufs are protected by a mutex.dlg2-7/+10
2015-10-25arp_ifinit() is no longer needed.mpi2-8/+2
2015-09-18Fix an uninitialized variable found by Maxime Villard's Brainy.visa1-5/+5
2015-09-08sizes for free(); ok semariederaadt2-5/+5
2015-06-24Increment if_ipackets in if_input().mpi2-6/+2
2015-05-11Remove all audio format conversion code from the kernel (btw holdingratchov1-213/+16
2015-03-11Convert to if_input(), tested by jasper@.mpi1-13/+5
2015-03-11Convert to if_input(), tested by jasper@, thanks!mpi1-13/+5
2015-02-11no md code wants lockmgr locks, so no md code needs to include sys/lock.hdlg2-4/+2
2014-12-22unifdef INETtedu2-6/+2
2014-12-13yet more mallocarray() changes.doug1-5/+4
2014-07-22<netinet/in_systm.h> is no longer needed.mpi2-14/+4
2014-07-12add a size argument to free. will be used soon, but for now default to 0.tedu2-5/+5
2014-07-11It's init as a process that's special, not init's original thread.guenther1-2/+2
2014-05-19Format string fixes and removal of -Wno-format for sgi. Based upon anmiod2-7/+7
2013-12-29Force clock clamping after one byte received instead of three. There are stillmiod1-7/+7
2013-12-25Instead of deciding which iockbc port is the keyboard port, and which one is themiod1-43/+267
2013-10-21Add load_font and list_font accessops to all rasops-based wsdisplay drivers.miod2-7/+42
2013-10-20Use C99 named initializers for struct wsdisplay_accessops fields.miod2-22/+13
2013-08-17Most network drivers include netinet/in_var.h, but apparently theybluhm2-4/+2
2013-06-21enable 24-bit, lsb-aligned encoding, which is the device'sratchov1-5/+12
2013-06-11Replace all ovbcopy with memmove; swap the src and dst arguments tooderaadt1-5/+5
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,deraadt1-6/+19
2013-05-27Correctly specify the visible part of the rightmost tile when the currentmiod1-3/+3
2013-05-15Introduce a global interrupt-aware mutex protecting dataratchov1-4/+11
2012-10-03Don't include <mips64/archtype.h> unless you really need it.miod4-10/+4