| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-28 | Use %zu for size_t | matt | |
| 2014-02-27 | Remove impossible checks. | joerg | |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka | |
| the sysctl link sets are processed, and remove redundancy. Shaves >13kB off of an amd64 GENERIC, not to mention >1k duplicate lines of code. | |||
| 2014-02-21 | PR/48606: Lloyd Parkes: Drivers not using ifp->if_input but using ether_input | christos | |
| directly. | |||
| 2014-02-20 | Mark radeonfb_unclip as unused. | joerg | |
| 2014-02-18 | if MMIO is allowed and available, prefer it over PIO | macallan | |
| now my ADPT,2930CU works again | |||
| 2014-02-14 | Regen for GeForce 210 High Definition Audio Controller. | njoly | |
| 2014-02-14 | Add GeForce 210 High Definition Audio Controller. | njoly | |
| 2014-02-09 | Remove a few noisy debug printf. | njoly | |
| 2014-02-07 | s/mesage/message/ | msaitoh | |
| 2014-02-06 | USE PCI_BAR[0-5]. Part of PR#48016. | msaitoh | |
| 2014-01-31 | fix a problem to set sample rate of AC97 codec. | ryo | |
| 2014-01-28 | Support the OHCI in the NS "SUPERIO" chip as found in hppa machines by | skrll | |
| twiddling the same bits as Linux. | |||
| 2014-01-27 | back out 1.35 since it completely breaks the mechanism for wsdisplay drivers | macallan | |
| to determine wether to become console or not. See http://mail-index.netbsd.org/tech-kern/2014/01/15/msg016421.html for fixing this properly. | |||
| 2014-01-26 | Complete WSDISPLAYIO_SMODE/WSDISPLAYIO_GMODE support. | bouyer | |
| In sisfb_mmap(), allow mapping the framebuffer and mmio and io registers when in WSDISPLAYIO_MODE_MAPPED mode. This can be used by X11. | |||
| 2014-01-26 | PUCCN improvements: | msaitoh | |
| - Fix a bug that the puc cn mechanism doesn't use the UART's frequency in pucdata.c's table. - Add a new option PUC_CNAUTO. If this option is set, consinit() in x86/x86/consinit.c checks puc com device to use it as console. Without this option, the behavior is the same as before. - Add a new config parameter PUC_CNBUS. The old code scans bus #0 only. If PUC_CNBUS is set, the specified number's bus will be scanned. - Rename comcnprobe() to puc_cnprobe() to make it clear. - Rename comcninit() to puc_cninit() to make it clear. - Add code for a device that a device's com register is MMIO (#if0 ed). | |||
| 2014-01-26 | Add some OXPCIe952 devices. | msaitoh | |
| 2014-01-26 | Regen. | msaitoh | |
| 2014-01-26 | Add some OXPCIe952 devices. | msaitoh | |
| 2014-01-24 | Snapshot of work in progress: | bouyer | |
| Add support xorg wsfb driver. Tested on evbmips/loongson | |||
| 2014-01-23 | Add comments and KNF. No functional change. | msaitoh | |
| 2014-01-23 | Add entry for Intel Quark X1000 UART. | msaitoh | |
| 2014-01-22 | implement WSDISPLAYIO_{GET|PUT}CMAP ioctl()s | macallan | |
| while there: - unmap registers and vram only in WSDISPLAYIO_MODE_MAPPED ( so DRM can map them ) but not in WSDISPLAYIO_MODE_DUMBFB ( so wsfb can do things that require hardware access, like palette and cursor ioctl()s ) - reject ioctl()s that need hardware access if registers are unmapped ( so we don't crash instead ) - use the same bit order in cursor sprite images as the other drivers do with all this, Xorg with wsfb works properly on top of radeonfb tested on i386 and macppc ( fingers crossed for alpha ;) ) | |||
| 2014-01-21 | one more file needed | mlelstv | |
| 2014-01-21 | wscons driver for Intel Graphics Media Accelerator. | mlelstv | |
| Initial commit that already works for a couple of Notebooks based on G35, G45, Sandy Bridge and Ivy Bridge chips. Despite the word 'Accelerator' there is nothing acclerated yet. | |||
| 2014-01-21 | Rename 88SE91XX. | msaitoh | |
| 2014-01-21 | Regen. | msaitoh | |
| 2014-01-21 | Rename MARVELL2's 0x91a3 entry to 88SE91XX. | msaitoh | |
| 2014-01-20 | Fix a bug that EG20T's UARTs from #1 to #3 never match. | msaitoh | |
| Tested with my MinnowBoard. | |||
| 2014-01-18 | Request a 80x25 tty emulation, which is more likely to work than 80x30 | bouyer | |
| on a 640x400 VGA. | |||
| 2014-01-16 | Fix PR kern/46376 with Nat Sloss's patch (with slight modification). | jakllsch | |
| Serial console now works on x86 with genfb enabled. | |||
| 2014-01-14 | cap mappable framebuffer size at 64MB before dividing it up for each output | macallan | |
| now we can actually access the 2nd fb on boards with more than 64MB VRAM | |||
| 2014-01-14 | - move cursor area to the end of each display's chunk of fb RAM | macallan | |
| - use memory between display and cursor as glyph cache instead of blindly trying to use 8MB should fix PR 48492 | |||
| 2014-01-10 | Sync with pcidev's change. Rename PCI_PRODUCT_MARVELL2_88SE9128 to | msaitoh | |
| PCI_PRODUCT_MARVELL2_88SE912Z. No functional change. | |||
| 2014-01-10 | regen. | msaitoh | |
| 2014-01-10 | Rework for Marvell 88SE9128. Change the description of 0x9123 to | msaitoh | |
| 88SE912[38]. For 0x91a3, add '(unclear)' into the description. FreeBSD, Linux and http://pci-ids.ucw.cz have no such device. | |||
| 2014-01-09 | regen | christos | |
| 2014-01-09 | revert unintended changes | christos | |
| 2014-01-09 | Fix build. Only compile tested. | htodd | |
| 2014-01-09 | regen. | msaitoh | |
| 2014-01-09 | Remove 88SE9128(0x913a) entry. At least one of 88SE9128 chip's | msaitoh | |
| product ID is 0x9123. I have this one. Add new 88SE912X entry with 0x9123. OK'ed by jakllsch. | |||
| 2014-01-07 | Insert completion barrier between register write and delay(). | msaitoh | |
| One exception is chip reset (to avoid hangup). | |||
| 2014-01-04 | regen. | msaitoh | |
| 2014-01-04 | Add Intel Z68 LPC | msaitoh | |
| 2014-01-03 | Modularize | pgoyette | |
| 2014-01-03 | If you're going to build this driver as a module, make sure that it | pgoyette | |
| depends on opencrypto module. | |||
| 2014-01-01 | regen. | msaitoh | |
| 2014-01-01 | Change description from ASPEED2000 to ASPEED Graphics Family because | msaitoh | |
| the IP is used on AST1000,2050 and 2100, too. | |||
| 2013-12-30 | regen. | msaitoh | |
| 2013-12-30 | Add ASPEED AST2000. | msaitoh | |
