summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi/dev (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick2020-07-102-4/+4
* Fix previous commit.visa2020-06-061-2/+2
* change wsdisplay attribute type from long to uint32_tjsg2020-05-252-21/+21
* rename wsdisplay alloc_attr() to pack_attr()jsg2020-05-252-7/+7
* Use <dev/clock_subr.h> in dsrtc(4).visa2020-05-211-65/+82
* sgi: iockbc(4), mkbc(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@cheloha2019-10-172-4/+4
* Remove an unused variable. Spotted by clang.visa2019-01-151-5/+1
* Clean up the mec(4) MII read/write routines a bit.visa2018-12-102-32/+15
* Fix phy discovery on O2 systems.visa2018-12-101-5/+40
* Remove the unused interrupt type (edge/level) from the mace interruptvisa2018-12-034-8/+8
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* Fix memory leak in iec_get(). If MCLGET fails free the mbuf as well.claudio2017-07-191-1/+2
* Always leave one free slot in the Tx ring to avoid ambiguity with ringvisa2017-02-111-3/+3
* Simplify ifq_deq_{begin,rollback,commit} sequence to ifq_dequeue.visa2017-02-111-9/+3
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-222-4/+2
* m_free() and m_freem() test for NULL. Simplify callers which had their ownjsg2016-11-291-3/+2
* Remove unused getdev() audio driver functions.ratchov2016-09-191-16/+1
* Remove drain(), query_encoding(), mappage() and get_default_params()ratchov2016-09-141-38/+2
* G/C IFQ_SET_READY().mpi2016-04-132-4/+2
* Remove now uneeded bus_space_unmap calls in the DS1742W/Origin path thatjsg2016-01-211-4/+1
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-252-12/+14
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-242-4/+2
* The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi2015-11-242-4/+2
* shuffle struct ifqueue so in flight mbufs are protected by a mutex.dlg2015-11-202-7/+10
* arp_ifinit() is no longer needed.mpi2015-10-252-8/+2
* Fix an uninitialized variable found by Maxime Villard's Brainy.visa2015-09-181-5/+5
* sizes for free(); ok semariederaadt2015-09-082-5/+5
* Increment if_ipackets in if_input().mpi2015-06-242-6/+2
* Remove all audio format conversion code from the kernel (btw holdingratchov2015-05-111-213/+16
* Convert to if_input(), tested by jasper@.mpi2015-03-111-13/+5
* Convert to if_input(), tested by jasper@, thanks!mpi2015-03-111-13/+5
* no md code wants lockmgr locks, so no md code needs to include sys/lock.hdlg2015-02-112-4/+2
* unifdef INETtedu2014-12-222-6/+2
* yet more mallocarray() changes.doug2014-12-131-5/+4
* <netinet/in_systm.h> is no longer needed.mpi2014-07-222-14/+4
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-122-5/+5
* It's init as a process that's special, not init's original thread.guenther2014-07-111-2/+2
* Format string fixes and removal of -Wno-format for sgi. Based upon anmiod2014-05-192-7/+7
* Force clock clamping after one byte received instead of three. There are stillmiod2013-12-291-7/+7
* Instead of deciding which iockbc port is the keyboard port, and which one is themiod2013-12-251-43/+267
* Add load_font and list_font accessops to all rasops-based wsdisplay drivers.miod2013-10-212-7/+42
* Use C99 named initializers for struct wsdisplay_accessops fields.miod2013-10-202-22/+13
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-172-4/+2
* enable 24-bit, lsb-aligned encoding, which is the device'sratchov2013-06-211-5/+12
* Replace all ovbcopy with memmove; swap the src and dst arguments tooderaadt2013-06-111-5/+5
* Enforce ca_activate tree-walks over the entire heirarchy for all events,deraadt2013-05-301-6/+19
* Correctly specify the visible part of the rightmost tile when the currentmiod2013-05-271-3/+3
* Introduce a global interrupt-aware mutex protecting dataratchov2013-05-151-4/+11
* Don't include <mips64/archtype.h> unless you really need it.miod2012-10-034-10/+4
* simplify pckbc_xt_translation()shadchin2012-08-102-6/+6