summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Disable processing of output data after disabling scroll lock by force.ed2008-08-311-0/+9
* Make uipaq's ucom callbacks easier to read while I'm hear looking forimp2008-08-311-8/+1
* All the other routines returned EIO from the param routine. Return itimp2008-08-312-2/+2
* Ioctls that aren't handled by this layer need to return ENOIOCTL, notimp2008-08-311-9/+7
* Kill dead code. This has been a 'todo' item for a long time and theimp2008-08-312-68/+2
* opt_bus.h isn't needed here. It is supposed to be for subr_bus.c only.imp2008-08-302-4/+0
* opt_bus.h is supposed to be for subr_bus.c only. There's no need forimp2008-08-301-2/+0
* Don't return EINVAL when trying to unlock.rnoland2008-08-301-1/+6
* We need to lock around driver unload now.rnoland2008-08-301-1/+4
* Free the device lock around the call to drm_drawable_free_all()rnoland2008-08-301-0/+2
* For chips with a broken DC_ISR_RX_STATE which f.e. never signalsmarius2008-08-292-5/+11
* unifdef PC98nyan2008-08-291-2/+0
* Remove unneeded include.nyan2008-08-291-5/+0
* Work again to fix the interrupt masking problems. We now recognizescottl2008-08-292-37/+40
* Update to igb driver:jfv2008-08-282-289/+183
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-282-2/+2
* Remove hack attempt at using devfs cloning for per-file descriptor storage.jhb2008-08-282-134/+37
* - Tweak an error message.jhb2008-08-281-3/+3
* - Updated support for 5716.davidch2008-08-272-297/+545
* Remove opt_wi.h from module and fix typo in pccarddevs.imp2008-08-271-1/+1
* Remove opt_wi.himp2008-08-271-2/+0
* The APDL-325 is a Wireless LAN pcmcia adapter that sits inside someimp2008-08-272-0/+2
* Some PC Cards don't have the proper IRQ mask in them. The standardimp2008-08-271-0/+2
* Add preliminary support for the OLICOM OC2231 and OC2232. This is theimp2008-08-271-12/+55
* tsec: Refactor driver's structure.raj2008-08-263-557/+632
* tsec: Improve and clean up callouts.raj2008-08-262-19/+15
* Add more PCI IDs including those for ICH10.jhb2008-08-252-5/+23
* Add the 2nd CCU and PnP devices support on pc98.nyan2008-08-253-16/+68
* MFp4: Network Adapter is redundant.imp2008-08-251-4/+4
* MFp4: necessary quirks to get 3c1 not working (still no interrupts)imp2008-08-251-0/+23
* Send the magic unlock packet the linux driver claims to have sniffedimp2008-08-251-1/+16
* Greatly expand the devices listed as being supported. This list wasimp2008-08-251-0/+449
* Sort the list of supported products alphabetically.imp2008-08-251-4/+4
* Correct detection of particular wpi cards which only support b/gbenjsc2008-08-241-4/+4
* Make syscons(4) use ttyv0 instead of consolectl as its primary window.ed2008-08-241-11/+6
* Make lmc(4) compile without INET6 defined[1]. While here make itbz2008-08-241-0/+6
* Make sysmouse(4) use its own locks, instead of using Giant.ed2008-08-241-14/+10
* Evidently the block device starts at 767.kmacy2008-08-241-1/+1
* Some PC Card variants of the 82365 don't seem to like setting the IRQimp2008-08-243-10/+18
* Fix style nit: s/^ }/}/ in two places.imp2008-08-231-2/+2
* Style nit: s/^ }/}/imp2008-08-231-1/+1
* make block devices start at 0kmacy2008-08-231-3/+4
* Update drm kernel drivers.rnoland2008-08-2368-6410/+13388
* - Use m_collapse(9) instead of m_defrag(9) if possible. This resultsmarius2008-08-231-18/+27
* Make sure that we handle errors in device_get_children correctly.imp2008-08-231-1/+2
* Handle the error case properly for device_get_children.imp2008-08-231-4/+3
* Handle errors from device_get_children.imp2008-08-231-4/+9
* When device_get_children returns an error, ignore that bus' children.imp2008-08-231-1/+2
* Move the code that looks for the companion phy to a subroutine to makeimp2008-08-231-23/+22
* There actually were bugs in the original handling that I missed lastimp2008-08-231-3/+4
OpenPOWER on IntegriCloud