summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* fix a silly bug that I missed a for-loop to initialize AL2230S PHY.weongyo2008-12-251-2/+4
* must pack structures for architectures like armsam2008-12-241-2/+2
* Only set registers if irqs are enabledrnoland2008-12-231-2/+4
* Remove CALLOUT_RETURNUNLOCKED from the callouts, there is no reason for them tothompsa2008-12-2319-126/+36
* move IXP4XX EHCI bus shim to the usb directory and renamesam2008-12-231-0/+360
* Name the bus mutex by the controller name, this allows each bus to bethompsa2008-12-239-1/+9
* Fix up handling of Intel G4X chips some more.rnoland2008-12-231-5/+12
* Clear busy state on the pages which are after the one that failed the bindkib2008-12-231-3/+5
* Organize Conexant codecs.mav2008-12-231-18/+11
* Add support for the HP 4470C scanner.remko2008-12-232-0/+2
* Add support for the MaxSream USB test carrier.remko2008-12-232-1/+4
* Add support for 2 EVDO devices.remko2008-12-231-0/+5
* o add Transaction Translator support (still missing ISOC xfers)sam2008-12-232-21/+40
* Add 9 more Analog Devices codec names.mav2008-12-221-2/+20
* Since we don't request reset for rlphy(4), the link state 'UP'yongari2008-12-221-0/+2
* Convert DRM_[DEBUG,ERROR,INFO] macros to c99 __VA_ARGS__.rnoland2008-12-211-5/+5
* Deal with 0 length args...rnoland2008-12-211-1/+1
* Fix AGP_DEBUG macro to use c99 __VA_ARGS__ and build if enabled.rnoland2008-12-211-6/+3
* o add sys/endian.h now required by ehcivar.hsam2008-12-201-1/+3
* fix build w/ EHCI_DEBUGsam2008-12-201-1/+1
* Merge usb changes for Gateworks Cambria boards:sam2008-12-206-374/+504
|\
| * MFH @ 186335sam2008-12-2047-897/+2225
| |\ | |/ |/|
* | Modularize the Open Firmware client interface to allow run-time switchingnwhitehorn2008-12-207-585/+1375
* | Fix a typo.yongari2008-12-201-1/+1
* | Correct 5212 ani support so that max noise immunity, spur immunity, andsam2008-12-191-10/+10
* | Add ULI M5461 chipset and vendor ID.mav2008-12-181-1/+8
* | Garbage collect entries from pcireg.h since we now include it.rnoland2008-12-181-9/+0
* | We only want drm to ever attach to the primary pci device.rnoland2008-12-182-0/+5
* | Before modularization commit, atapci driver was attaching only to devices ofmav2008-12-182-2/+6
* | rework drm_scatter.c which allocates scatter / gather pages for use byrnoland2008-12-182-31/+91
* | Fix last commit, ttydisc_rint_bypass returns the total, not remainder.thompsa2008-12-181-1/+1
* | Attempt to handoff the entire buffer with ttydisc_rint_bypass() before bangingthompsa2008-12-181-9/+12
* | Check in the actual module recognition code for the Chelsiognn2008-12-182-36/+175
* | It seems that we don't need to reserve a TBD to set total TCPyongari2008-12-181-4/+4
* | Improve error handling at ata_ahci_chipinit().mav2008-12-171-3/+8
* | Use inc_flags instead of the inc_isipv6 alias which so farbz2008-12-171-3/+0
* | Synaptics touchpads must be reinitialized after suspend/resume.dumbbell2008-12-171-1/+9
* | It seems that RealTek PCIe controllers require an explicit Tx pollyongari2008-12-171-10/+15
* | For RTL8168C SPIN2 controllers, make sure to take the controlleryongari2008-12-171-1/+28
* | Fix forced mdconfig -du. E.g. the following would previouslytrasz2008-12-161-1/+4
* | Call ata_legacy() only once on attach and save it's result. Scanning PCImav2008-12-162-11/+20
* | Bug fixes:jkoshy2008-12-161-7/+6
* | Rephrase and/or fix some comments in Synaptics touchpad initializationdumbbell2008-12-161-10/+15
* | Don't count InFramesL2FilterDiscards into Ierr. This value does not representdelphij2008-12-161-1/+0
* | Test whether sc->tx_mbuf_map[i], not whether sc->tx_mbuf_map is NULL beforedelphij2008-12-161-1/+1
* | Add some HDMI codec IDs.mav2008-12-161-0/+10
* | Add VIA VT1708B codec IDs.mav2008-12-151-0/+16
* | Don't try reading the SXP_PINS_DIFF on the 10160 and 12160 SCSImarius2008-12-151-4/+17
* | Unbreak ofwdump build by moving the pcell_t definition to after the kernelnwhitehorn2008-12-151-6/+6
* | Change Dell's gen2 catch-all from Dell PERC H700/H800 to Dell PERC Gen2ambrisko2008-12-152-2/+3
OpenPOWER on IntegriCloud