summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi/hpc
AgeCommit message (Expand)AuthorFilesLines
2021-03-11spellingjsg3-6/+6
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick1-2/+2
2020-05-21Use <dev/clock_subr.h> in dsclock(4).visa1-34/+43
2020-05-21Use <dev/clock_subr.h> in dpclock(4).visa1-31/+42
2020-02-05Nuke unnecessary abstraction 'scsi_minphys()' which just callskrw1-2/+2
2020-01-23Use a consistant idiom/format when declaring scsi_adapter structureskrw1-5/+2
2019-05-13regen (missed this when I did the colemak update)abieber1-2/+5
2018-02-14prune files.* entries that refer to files not in treejsg1-9/+1
2017-12-30Delete unnecessary <sys/file.h> includesguenther1-2/+1
2017-04-30Rename Debugger() into db_enter().mpi1-2/+2
2017-04-30Unifdef KGDB.mpi1-7/+5
2017-03-08Fix logic in the driver preventing it to receive broadcast framesmpi1-2/+2
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.dlg1-3/+1
2016-11-29m_free() and m_freem() test for NULL. Simplify callers which had their ownjsg1-3/+2
2016-08-31regenjca1-2/+6
2016-06-05Use the new input functions of wsmouse in mouse and touchscreen drivers.bru1-2/+2
2016-04-13G/C IFQ_SET_READY().mpi1-2/+1
2015-12-10comment typommcc1-2/+2
2015-12-08No trailers has been the default and only option for 20 years, yet sometedu1-2/+2
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.dlg1-7/+8
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi1-2/+1
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi1-2/+1
2015-11-21error: too many arguments to function 'ifq_deq_begin'dlg1-2/+2
2015-11-20shuffle struct ifqueue so in flight mbufs are protected by a mutex.dlg1-3/+7
2015-10-25arp_ifinit() is no longer needed.mpi1-4/+1
2015-09-18Go back to the previous approach when managing individual HPC DMA descriptors:miod4-124/+108
2015-09-14Fix more ifmedia64 fallout in the kernel. It's hiding everywhere...stsp1-2/+2
2015-09-05Give up trying to map DMA descriptor in uncached memory on ECC flavours of themiod5-91/+92
2015-06-24Increment if_ipackets in if_input().mpi1-3/+1
2015-05-24Follow the recent pckbc@isa changes and always establish all the necessarymiod1-32/+8
2015-05-11Remove all audio format conversion code from the kernel (btw holdingratchov1-2/+2
2015-05-04Print irq informations in pckbc_set_inputhandler().mpi1-3/+2
2015-03-29Convert to if_input(), tested by miod@ and sebastia@.mpi1-8/+4
2014-12-22unifdef INETtedu1-3/+1
2014-12-07Avoid extra space in dmesgmiod1-2/+2
2014-12-07Probe the keyboard for its dip switches also if it is the console keyboard,miod1-76/+128
2014-10-11Check for the `oscillator failure' condition, and do not register as a reliablemiod1-10/+26
2014-08-27Remove redundant setting of if_mtu which ether_ifattach() alreadybrad1-2/+1
2014-07-22<netinet/in_systm.h> is no longer needed.mpi1-7/+2
2014-07-11It's init as a process that's special, not init's original thread.guenther1-2/+2
2014-06-27Standardize xfer byte counts to ssize_t rather than a mix of size_t and intmiod1-6/+8
2014-05-22Regenmiod1-119/+553
2014-05-22Yet another evil awk script (not perl, I'm not in LibreSSL mode at the moment)miod2-0/+347
2014-05-22Extend the keyboard communication routines to be able to work in polling mode;miod1-37/+148
2014-05-19Format string fixes and removal of -Wno-format for sgi. Based upon anmiod1-2/+2
2014-04-18rename wd33c93 to wd33c93ctrl (but keep the filenames as is) so we canjasper1-2/+2
2014-01-26Attempt to make user changes of keyboard layout a bit more `sticky' on wsmuxmiod1-2/+2
2013-11-04Convert wskbd_set_mixervolume() to use a task internally instead ofmpi1-5/+3
2013-10-21Fix lies in comments, and apply some KNF and unused or duplicate prototypemiod1-2/+2
2013-09-28Correctly probe for the Ethernet chip on HPC 1.5 expansion boards. Gets rid ofmiod1-5/+9