summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* - Cleanup i8251 related defines.nyan2008-09-072-48/+101
* Read ethernet address from ID registers for RTL8102E/RTL8102EL asyongari2008-09-061-1/+2
* Keep track of the active buffer on output. For the moment, panic ifimp2008-09-052-0/+5
* Sort products numerically.imp2008-09-051-1/+1
* Add ZyXEL G-202weongyo2008-09-052-0/+2
* Recognize 88E1116R phy variation. This part is found on some embedded devices.raj2008-09-042-0/+2
* Add one more SII3132 chip PCI ID found on Adaptec Serial ATA II RAID 1220SA.mav2008-09-042-0/+2
* New file missed vimagification.julian2008-09-031-1/+2
* Fix the sysctl function parameters. We were only querying Sensor 0.rpaulo2008-09-031-2/+2
* Style nit. Continued lines are indented 2 spaces in this file.imp2008-09-031-4/+4
* Indicate at probe time if device can do offload and which revision it iskmacy2008-09-021-1/+4
* Import ioctl updates for latest rev of cxgbtoolkmacy2008-09-023-244/+247
* Fix a multiple locking bug in bm(4) that could cause panics on a WITNESS-enab...nwhitehorn2008-09-021-1/+1
* Remove unneeded D_NEEDMINOR from cpuctl(4).ed2008-09-011-1/+0
* Don't check if an interface can do tcp offload if there are no offload device...kmacy2008-09-011-0/+1
* 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
OpenPOWER on IntegriCloud