summaryrefslogtreecommitdiff
path: root/sys/src/9/pc
AgeCommit message (Expand)Author
2016-04-07ether82563: initial i217 support from http://www.9legacy.org/9legacy/patch/pc...cinap_lenrek
2016-03-27zynq: introduce SG_FAULT to prevent access to AXI segment while PL is not readycinap_lenrek
2016-02-16usbuhci: removing "uhci bug" print spam from interrupt handlercinap_lenrek
2016-01-14wifi: check tkip/ccmp mac and crc in constant time avoiding timing side channelscinap_lenrek
2016-01-13pc/pc64: backing out new mp startup code (caused issues with ramnode)cinap_lenrek
2016-01-11pc/pc64: bring up ap's one after another, use idlehands() while waiting for t...cinap_lenrek
2016-01-07pc/pc64: remove mpshutdown printcinap_lenrek
2016-01-07format pointer subtraction results with %zd instead of %ld (for long -> intpt...cinap_lenrek
2016-01-05pc/pc64: import i210 support from erik quanstrom's 9atomcinap_lenrek
2016-01-05kernel: change active.machs from bitmap to char array to support up to 64 cpu...cinap_lenrek
2015-11-30kernel: cleanup exit()/shutdown()/reboot() codecinap_lenrek
2015-10-17wifi: prioritize rsne over wpaiecinap_lenrek
2015-10-09wifi: quote value of parsed ether optionscinap_lenrek
2015-09-29pc, pc64: add did for intel wildcat point audio controllermischief
2015-09-20pc, pc64: fix sdvirtio descriptor count when sending flushmischief
2015-08-25fix fuckupglenda
2015-08-25import E script from bell labsmischief
2015-08-16devether: duplicate flags when copying blocks (thanks erik quanstro)cinap_lenrek
2015-08-06vgaigfx: remove #define MB, theres a MB enum in portdat.hcinap_lenrek
2015-08-05pc, pc64: remove unused psaux driver, cleanup devkbdcinap_lenrek
2015-08-05devkbd: disable mosue/keyboard on shutdown, disable ps2 mouse on init, remove...cinap_lenrek
2015-08-04devkbd: poll pc keyboard before blocking on kbd.qcinap_lenrek
2015-08-03pc, pc64: replace atoi() calls with strtol() when hex can be expctecinap_lenrek
2015-08-02pc, pc64: set *bootscreen= when framebuffer changescinap_lenrek
2015-07-29etheriwl: add pciid for Centrino Wireless-N 1000 (thanks qu7uux)cinap_lenrek
2015-07-28ether79c970: set mbps for proper queue sizes, assume gigabit ethernet for vmwarecinap_lenrek
2015-07-16pc: check Sse (bit 25) in cpuiddx before enabling fxsr in cr4 (fixes crash on...cinap_lenrek
2015-07-12ether82563: fix multicast filter (based on openbsd em(4) driver)cinap_lenrek
2015-07-11etherrt2860: add multicast stubcinap_lenrek
2015-07-11etheriwl: add multicast stubcinap_lenrek
2015-07-11etherwpi: dont enable transmit power for invalid channels, add multicast stubcinap_lenrek
2015-07-10wifi: reflect current transmit rate in mbpscinap_lenrek
2015-07-10etherwpi: afra supportcinap_lenrek
2015-07-10etheriwl: dont clear descriptors after completioncinap_lenrek
2015-07-10wifi: adjust transmit rate on error (for etheriwl), small mkfile changescinap_lenrek
2015-07-07all kernels: declare _tas() to prevent pulling in libc version (for libmemdraw)cinap_lenrek
2015-06-28etherwpi: remove debug prints, use iprint() in interruptcinap_lenrek
2015-06-28etherwpi: Intel PRO Wireless 3945abg driver based on openbsd's if_wpi (thanks...cinap_lenrek
2015-06-28pc, pc64: toggle bit 2 in port 0x61 to reset and enable PCI SERR# nmi's, prin...cinap_lenrek
2015-06-21wifi: berlin prime bunny hoppingcinap_lenrek
2015-06-15kernel: add pagechaindone() to wakeup processes waiting for memorycinap_lenrek
2015-06-13vblade, cifs, usbuhci: fix parenthesiscinap_lenrek
2015-05-30pc/io.h: fix comment for PciSIDcinap_lenrek
2015-05-27pci: map pci bars for devices with base class codes (ccrb) 0x00 and 0x0D-0x11...cinap_lenrek
2015-05-20etherigbe: spi eeprom support (thanks echoline)cinap_lenrek
2015-05-15fortunes: What's wrong with the obvious?stanley lieber
2015-05-11emmc/pmmc: make all symbols staticcinap_lenrek
2015-04-27etheriwl: make rxon() static (thanks aap)cinap_lenrek
2015-04-26etheriwl: check the bluetooth co-existance errors (thanks qeed)cinap_lenrek
2015-04-24etheriwl: support for Centrino Wireless-N 2230 from freebsd driver (thanks qeed)cinap_lenrek