summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* - Fix two calls to ieinit() in ieioctl() to call ieinit_locked() instead tojhb2008-06-051-3/+3
* Fix the media auto code by breaking it :-). Auto now just means 'useimp2008-06-051-19/+8
* Style(9) xe(4). The MD5 sums are different, but comparing the dissassembliesjhb2008-06-043-1566/+1621
* Gah, always reset the timer for the watchdog check.jhb2008-06-041-1/+1
* - Split the interrupt handler up into separate subroutines for rx, tx, andjhb2008-06-042-61/+79
* Add device IDs for Ricoh R5U870-based OEM cameraskevlo2008-06-041-0/+8
* o Improve the probe code dealing with interrupts.imp2008-06-041-83/+54
* - Change the watchdog timer logic to match other drivers that use their ownjhb2008-06-032-10/+17
* Correct logic error that would prevent cs pccards from working onimp2008-06-031-8/+8
* Add device ID for AnyDATA ADU-500A EV-DO modem.kan2008-06-032-0/+3
* Add vendor/device IDs for Novatel U740 repackaged by Dell.kan2008-06-032-0/+3
* Update if_ndis to remove the legacy if_watchdog interface andcokane2008-06-032-44/+33
* Make fe(4) MPSAFE:jhb2008-06-023-44/+86
* Add locking and make xe(4) MPSAFE:jhb2008-06-023-73/+104
* Make ie(4) MPSAFE:jhb2008-06-023-81/+75
* Slight simplification of the power parsing code, as well as usingimp2008-06-011-45/+27
* Try to detect a Synaptics touchpad before IntelliMouse. Some touchpads willphilip2008-06-011-2/+2
* 5416 and similar chips grew another region in the pci clock domainsam2008-05-311-2/+6
* Import rewritten nve device id's, which brings this moreremko2008-05-312-41/+79
* Remove various and sundry NetBSDism's in preparation for adding locking.jhb2008-05-304-136/+77
* Trim an extra semi-colon.jhb2008-05-301-1/+1
* Fix build with DEBUG defined.jhb2008-05-301-4/+4
* Fix a panic that it's occurred when NDIS init handler returned a errorweongyo2008-05-301-5/+8
* The XScale PXA255 has three generally ns16x50 compatible UARTs. One of thebenno2008-05-301-5/+31
* Use if_printf() and if_xname and retire 'unit' from the softc.jhb2008-05-292-48/+48
* Remove the distinction between device minor and unit numbers.ed2008-05-293-3/+5
* The SIIG 4 port serial card based on the Oxford OX16PCI954 ismckusick2008-05-291-4/+4
* correct rx radiotap channel flags construction for 11n framessam2008-05-291-19/+18
* Cleanup power handling and fix suspend/resume:sam2008-05-292-25/+63
* close a race on detach by reordering bpfdetach and taskqueue_freesam2008-05-281-4/+8
* send EAPOL frames at the same rate used for mgt framessam2008-05-281-2/+10
* Add support to talk to the LSI ioctl path on with FreeBSD 32 bit app'sambrisko2008-05-282-0/+62
* Grr, restore some useful comments that were only in the NetBSD code.jhb2008-05-281-0/+21
* Remove NetBSD and FreeBSD 4.x code from this driver in preparation forjhb2008-05-281-548/+16
* Release pcm mutex before calling snd_clone_unref(), which in turns mightariff2008-05-271-0/+7
* Add driver support for PCIe adapters based on JMicron JMC250yongari2008-05-273-0/+4325
* Add JMicron JMP202/JMP211 PHY driver.yongari2008-05-273-0/+492
* Dont call ata_start() when ata_reinit fails in the ioctl path.sos2008-05-261-1/+0
* We can not call iwn_start directly in the interruptdelphij2008-05-261-3/+14
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedrwatson2008-05-2529-12277/+0
* Change my email address to the one from the FreeBSD project.ed2008-05-241-1/+1
* Add codec id for Sigmatel STAC9872AKkevlo2008-05-221-0/+2
* Giant is no longer required and can not be held over kproc_exit().thompsa2008-05-211-1/+0
* Thanks to report from Neil Hoggarth I found a missing UNLOCK injfv2008-05-211-2/+13
* Drop Giant before calling kproc_exit(), so we don't trigger assertion inpjd2008-05-201-0/+4
* Add ID for T61p, which is not IBM really, but well.pjd2008-05-201-1/+1
* Add support for controlling the audio powerkevlo2008-05-201-0/+1
* This small change will allow this driver in HEAD to buildjfv2008-05-191-1/+14
* Add age(4), a driver for Attansic/Atheros L1 gigabit ethernetyongari2008-05-193-0/+4284
* Add Attansic/Atheros F1 PHY driver.yongari2008-05-193-0/+480
OpenPOWER on IntegriCloud