summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Collapse)Author
2014-02-28Use %zu for size_tmatt
2014-02-27Remove impossible checks.joerg
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
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-21PR/48606: Lloyd Parkes: Drivers not using ifp->if_input but using ether_inputchristos
directly.
2014-02-20Mark radeonfb_unclip as unused.joerg
2014-02-18if MMIO is allowed and available, prefer it over PIOmacallan
now my ADPT,2930CU works again
2014-02-14Regen for GeForce 210 High Definition Audio Controller.njoly
2014-02-14Add GeForce 210 High Definition Audio Controller.njoly
2014-02-09Remove a few noisy debug printf.njoly
2014-02-07s/mesage/message/msaitoh
2014-02-06USE PCI_BAR[0-5]. Part of PR#48016.msaitoh
2014-01-31fix a problem to set sample rate of AC97 codec.ryo
2014-01-28Support the OHCI in the NS "SUPERIO" chip as found in hppa machines byskrll
twiddling the same bits as Linux.
2014-01-27back out 1.35 since it completely breaks the mechanism for wsdisplay driversmacallan
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-26Complete 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-26PUCCN 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-26Add some OXPCIe952 devices.msaitoh
2014-01-26Regen.msaitoh
2014-01-26Add some OXPCIe952 devices.msaitoh
2014-01-24Snapshot of work in progress:bouyer
Add support xorg wsfb driver. Tested on evbmips/loongson
2014-01-23Add comments and KNF. No functional change.msaitoh
2014-01-23Add entry for Intel Quark X1000 UART.msaitoh
2014-01-22implement WSDISPLAYIO_{GET|PUT}CMAP ioctl()smacallan
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-21one more file neededmlelstv
2014-01-21wscons 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-21Rename 88SE91XX.msaitoh
2014-01-21Regen.msaitoh
2014-01-21Rename 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-18Request a 80x25 tty emulation, which is more likely to work than 80x30bouyer
on a 640x400 VGA.
2014-01-16Fix PR kern/46376 with Nat Sloss's patch (with slight modification).jakllsch
Serial console now works on x86 with genfb enabled.
2014-01-14cap mappable framebuffer size at 64MB before dividing it up for each outputmacallan
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 RAMmacallan
- use memory between display and cursor as glyph cache instead of blindly trying to use 8MB should fix PR 48492
2014-01-10Sync with pcidev's change. Rename PCI_PRODUCT_MARVELL2_88SE9128 tomsaitoh
PCI_PRODUCT_MARVELL2_88SE912Z. No functional change.
2014-01-10regen.msaitoh
2014-01-10 Rework for Marvell 88SE9128. Change the description of 0x9123 tomsaitoh
88SE912[38]. For 0x91a3, add '(unclear)' into the description. FreeBSD, Linux and http://pci-ids.ucw.cz have no such device.
2014-01-09regenchristos
2014-01-09revert unintended changeschristos
2014-01-09Fix build. Only compile tested.htodd
2014-01-09regen.msaitoh
2014-01-09 Remove 88SE9128(0x913a) entry. At least one of 88SE9128 chip'smsaitoh
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-04regen.msaitoh
2014-01-04Add Intel Z68 LPCmsaitoh
2014-01-03Modularizepgoyette
2014-01-03If you're going to build this driver as a module, make sure that itpgoyette
depends on opencrypto module.
2014-01-01regen.msaitoh
2014-01-01Change description from ASPEED2000 to ASPEED Graphics Family becausemsaitoh
the IP is used on AST1000,2050 and 2100, too.
2013-12-30regen.msaitoh
2013-12-30Add ASPEED AST2000.msaitoh