summaryrefslogtreecommitdiff
path: root/sys/src/9/pc
AgeCommit message (Expand)Author
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
2015-04-11ether82563: work arround bad eeprom checksum for some i218 card (thanks BurnZeZ)cinap_lenrek
2015-04-09pc, pc64: remove PCICONS debug buffer from pci.ccinap_lenrek
2015-04-08pci: just in case the bios is drunkcinap_lenrek
2015-04-08pc, pc64: handle 64-bit pci membarscinap_lenrek
2015-04-08pc, pc64: extend initial memory map for qemu multiboot datacinap_lenrek
2015-04-07pc: import intel i218 nic changes from 9atommischief
2015-04-07kernel: move arrow cursor definition to port/devmouse.ccinap_lenrek
2015-04-02audiohda: add AMD FCH Azalia Controller (thanks qeed)cinap_lenrek
2015-04-01ether8169: fix Macv45cinap_lenrek
2015-04-01ether8169: add 8168GU mac id (thanks qeed)cinap_lenrek
2015-04-01devkbd: remove kbdputc() unused definition.cinap_lenrek
2015-04-01devkbd: remove unused constantscinap_lenrek
2015-03-25pc, pc64: state dependency to usbehci.h in mkfilescinap_lenrek
2015-03-22usbohci: ensure Ed and Td alignment, fix for amd64cinap_lenrek
2015-02-20pc, pc64: simplify intrdisable()cinap_lenrek