summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi/hpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingjsg2021-03-113-6/+6
* Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick2020-07-101-2/+2
* Use <dev/clock_subr.h> in dsclock(4).visa2020-05-211-34/+43
* Use <dev/clock_subr.h> in dpclock(4).visa2020-05-211-31/+42
* Nuke unnecessary abstraction 'scsi_minphys()' which just callskrw2020-02-051-2/+2
* Use a consistant idiom/format when declaring scsi_adapter structureskrw2020-01-231-5/+2
* regen (missed this when I did the colemak update)abieber2019-05-131-2/+5
* prune files.* entries that refer to files not in treejsg2018-02-141-9/+1
* Delete unnecessary <sys/file.h> includesguenther2017-12-301-2/+1
* Rename Debugger() into db_enter().mpi2017-04-301-2/+2
* Unifdef KGDB.mpi2017-04-301-7/+5
* Fix logic in the driver preventing it to receive broadcast framesmpi2017-03-081-2/+2
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-3/+1
* m_free() and m_freem() test for NULL. Simplify callers which had their ownjsg2016-11-291-3/+2
* regenjca2016-08-311-2/+6
* Use the new input functions of wsmouse in mouse and touchscreen drivers.bru2016-06-051-2/+2
* G/C IFQ_SET_READY().mpi2016-04-131-2/+1
* comment typommcc2015-12-101-2/+2
* No trailers has been the default and only option for 20 years, yet sometedu2015-12-081-2/+2
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-7/+8
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+1
* The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi2015-11-241-2/+1
* error: too many arguments to function 'ifq_deq_begin'dlg2015-11-211-2/+2
* shuffle struct ifqueue so in flight mbufs are protected by a mutex.dlg2015-11-201-3/+7
* arp_ifinit() is no longer needed.mpi2015-10-251-4/+1
* Go back to the previous approach when managing individual HPC DMA descriptors:miod2015-09-184-124/+108
* Fix more ifmedia64 fallout in the kernel. It's hiding everywhere...stsp2015-09-141-2/+2
* Give up trying to map DMA descriptor in uncached memory on ECC flavours of themiod2015-09-055-91/+92
* Increment if_ipackets in if_input().mpi2015-06-241-3/+1
* Follow the recent pckbc@isa changes and always establish all the necessarymiod2015-05-241-32/+8
* Remove all audio format conversion code from the kernel (btw holdingratchov2015-05-111-2/+2
* Print irq informations in pckbc_set_inputhandler().mpi2015-05-041-3/+2
* Convert to if_input(), tested by miod@ and sebastia@.mpi2015-03-291-8/+4
* unifdef INETtedu2014-12-221-3/+1
* Avoid extra space in dmesgmiod2014-12-071-2/+2
* Probe the keyboard for its dip switches also if it is the console keyboard,miod2014-12-071-76/+128
* Check for the `oscillator failure' condition, and do not register as a reliablemiod2014-10-111-10/+26
* Remove redundant setting of if_mtu which ether_ifattach() alreadybrad2014-08-271-2/+1
* <netinet/in_systm.h> is no longer needed.mpi2014-07-221-7/+2
* It's init as a process that's special, not init's original thread.guenther2014-07-111-2/+2
* Standardize xfer byte counts to ssize_t rather than a mix of size_t and intmiod2014-06-271-6/+8
* Regenmiod2014-05-221-119/+553
* Yet another evil awk script (not perl, I'm not in LibreSSL mode at the moment)miod2014-05-222-0/+347
* Extend the keyboard communication routines to be able to work in polling mode;miod2014-05-221-39/+150
* Format string fixes and removal of -Wno-format for sgi. Based upon anmiod2014-05-191-2/+2
* rename wd33c93 to wd33c93ctrl (but keep the filenames as is) so we canjasper2014-04-181-2/+2
* Attempt to make user changes of keyboard layout a bit more `sticky' on wsmuxmiod2014-01-261-2/+2
* Convert wskbd_set_mixervolume() to use a task internally instead ofmpi2013-11-041-5/+3
* Fix lies in comments, and apply some KNF and unused or duplicate prototypemiod2013-10-211-2/+2
* Correctly probe for the Ethernet chip on HPC 1.5 expansion boards. Gets rid ofmiod2013-09-281-5/+9