summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix a null pointer de-ref when passthrough ioctls are issued. Thisscottl2005-03-131-8/+11
* Fix the arrangement of periodic QH tree to give the correct intervaliedowse2005-03-131-4/+6
* Unbreak build with POLLING. I should really listen and test with NOTESmlaier2005-03-131-1/+1
* ALTQ support for re(4).mlaier2005-03-121-6/+14
* In uart_cpu_getdev_console() when determinig whether we should usemarius2005-03-121-4/+6
* Adding new device ID for BCM5751M support.avatar2005-03-122-0/+3
* FreeBSD consumer bits of the nForce MCP NIC binary blob.obrien2005-03-122-0/+1875
* Adding missing module dependency. This should fix the undefined symbolavatar2005-03-111-0/+1
* stop including rijndael-api-fst.h from rijndael.h.ume2005-03-112-2/+2
* Make the pps interrupt register as MPSAFE and FAST. Use a spin lockimp2005-03-111-6/+15
* Doh! silly typo precludes compilingimp2005-03-111-2/+2
* Revert changes of 1.49. Lots-a-people broke with it, for reasonsimp2005-03-111-5/+9
* SampleRate rate control algorithm for the ath driversam2005-03-112-0/+744
* Kill trailing white spaceimp2005-03-101-3/+3
* Fix a couple of problems with the probe code when used with pnpbiosimp2005-03-101-9/+23
* Bugger, wiped out a needed comma in the previous commit.scottl2005-03-091-1/+1
* The DC driver asks for an alignment of PAGE_SIZE for data buffers, but alsoscottl2005-03-081-3/+3
* - If we fail to find an entry in the PRT, output a warning message.jhb2005-03-081-3/+6
* reclaim mbuf chain when ieee80211_crypto_encap failssam2005-03-083-0/+3
* Fix the silly bug that prevented most EHCI interrupt transfers fromiedowse2005-03-081-5/+3
* Prefer <sys/cdefs.h>'s __printflike() macro to the recently addedstefanf2005-03-071-5/+1
* - Encapsulate the code responsible for initializing a new TX descriptormux2005-03-072-191/+190
* Add placeholder mutex argument to new_unrhdr().phk2005-03-072-2/+2
* When you call MiniportInitialize() for an 802.11 driver, it willwpaul2005-03-071-4/+38
* Use correct flags for bus_dma_tag_create().scottl2005-03-061-4/+4
* Use the correct flags for bus_dma_tag_create().scottl2005-03-061-2/+2
* Always go to standby efter each call.phk2005-03-061-7/+7
* Don't disable interrupts on a stray interrupt.phk2005-03-061-2/+0
* Whitespace nit. Clarifies which body this line belongs to.njl2005-03-061-1/+1
* Back out previous commit. The description didn't match the commit,imp2005-03-061-1/+1
* Use BUS_PROBE_DEFAULTimp2005-03-063-3/+4
* Cleanup: u_intXX_t -> uintX_t conversion.mux2005-03-063-110/+110
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-056-10/+10
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-057-11/+41
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-0517-53/+52
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-0510-16/+14
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-0512-22/+15
* Add support for fxp(4) cards found in Sony FS570 laptops.mux2005-03-051-0/+1
* - sparc64/fhc/fhc.c:marius2005-03-041-9/+0
* On i386 platforms at least, ACPI throttling is accomplished by the chipsetnjl2005-03-041-1/+10
* Fix the ioctl path by ensuring that amr_start1() gets called for commandsscottl2005-03-041-18/+22
* Check for some impossible frequencies that some systems use to indicatenjl2005-03-041-0/+9
* Fix the panic recently reported on -current@ occuring when configuringmux2005-03-031-8/+13
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-028-36/+34
* The existing locking in the esp driver appears to be fairly adequate, soscottl2005-03-022-3/+1
* Clean up the botching of the previous repo-copy. Reference the includedscottl2005-03-026-12/+12
* - Allocate the interrupt resource as RF_SHAREABLE allowing uart(4) to workmarius2005-03-021-2/+8
* Fix SCM ID's.obrien2005-03-0210-17/+28
* Move all of the hptmv files to /sys/dev/hptmv so that they won't be mistakenscottl2005-03-0212-1/+24
* Protect acpivar.h with _KERNEL. No user parts inside currently.njl2005-03-021-0/+3
OpenPOWER on IntegriCloud