summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Minor updates:gallatin2007-01-302-3/+20
* Clean up the BSD license to match the preferred license injoel2007-01-2810-138/+160
* Add support for serial communication with Windows CE based Handheld Computer.takawata2007-01-281-0/+383
* Add some vendor IDs mainly from NetBSD.takawata2007-01-281-0/+5
* Add speaker control for HP xw4300. This hardware doesn't respond toariff2007-01-281-2/+17
* Add the SMART command to the ATA instruction set.remko2007-01-271-0/+1
* Rearrange locking order to avoid LOR (cat /dev/midistat).ariff2007-01-271-3/+9
* Massive inlining cleanups/removal to make it survive on WARNS=2.ariff2007-01-271-92/+90
* Reduce maximum DMA segments from 128 to 64. We don't need more than that.ariff2007-01-271-1/+1
* Total DMA segments should include total number of record channel(s).ariff2007-01-261-1/+1
* Fix forever broken ua_chan_setblocksize() uninitialized return valueariff2007-01-261-7/+13
* Sync uaudio_sndstat_prepare_pcm() output with sndstat_prepare_pcm() to getariff2007-01-261-4/+12
* Add missing MIIBUS_MEDIAINIT() call.dwhite2007-01-261-0/+1
* Collapse 5706C and 5708C PHYs into one entry. ID 0x15 is actually used fordwhite2007-01-262-3/+1
* Add support for SERDES PHY configurations. These are commonly found indwhite2007-01-261-43/+13
* Whoops- #ifdef problem caused uninitialized transport. Not horriblymjacob2007-01-251-1/+1
* The TCP checksum offload handling in the 8111B/8168B and 8101E PCIe canwpaul2007-01-251-1/+6
* Add missing function trace for debug prints.njl2007-01-231-0/+2
* Remove a PCI ID entry that conflicts with the AMR driver.scottl2007-01-231-1/+0
* It seems that enabling Tx and Rx before setting descriptor DMAyongari2007-01-231-15/+17
* Clean up some of the various platform and release specific dma tagmjacob2007-01-233-47/+36
* Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.jhb2007-01-229-27/+206
* Change the remainder of the drivers for DMA'ing devices enabled in themarius2007-01-2114-39/+56
* Correct a logic bug in the previous change.marius2007-01-211-1/+1
* The multicast hash table has 8 slots in the BCE hardware, not 4 slots likescottl2007-01-201-4/+4
* Add macros for the individual divisor bits as some MC146818A-compatiblemarius2007-01-201-4/+7
* Remove BUS_DMA_WAITOK from bus_dma_tag_create() invocations as it'smarius2007-01-204-7/+7
* Add front-ends for the 'lebuffer' variants found on some SBus cards.marius2007-01-202-0/+708
* For setting the port PCnet chips must be powered down or stopped andmarius2007-01-201-7/+15
* Use bus_get_dma_tag() to obtain the parent DMA tag so le(4) works onmarius2007-01-203-3/+3
* Grumble- let a linux-ism slip in and had an llx whichmjacob2007-01-201-9/+12
* MFP4: Move default setting to the end of isp_reset instead of themjacob2007-01-207-93/+138
* - In miibus_attach() remove IFM_IMASK from the dontcare_mask of themarius2007-01-201-2/+17
* - Don't set MIIF_NOISOLATE so ukphy(4) can be used in configurations withmarius2007-01-201-3/+1
* - Change the PCI-X registers constants to be relative to the PCI-X PCIjhb2007-01-193-22/+88
* Cope gracefully with device_get_children returning an error.imp2007-01-191-2/+5
* - Add a uart_rxready() and corresponding device-specific implementationsmarius2007-01-185-35/+35
* - Probe the CS4231 in USIII machines.marius2007-01-181-6/+4
* Wrap the EISA-specific parts of the dpt(4) and si(4) back-ends inmarius2007-01-184-0/+21
* On sparc64 also use the fillw() this header provides for ia64 somarius2007-01-181-2/+4
* Fix a buffer overflow iff USB_DEBUG is set, hw.usb.ums.debug is > 5 and themarkus2007-01-171-3/+4
* Add PCI Id's for upcoming controllers.scottl2007-01-171-1/+3
* - Merge sys/sparc64/creator/creator_upa.c into sys/dev/fb/creator.c.marius2007-01-162-87/+452
* o In re_newbuf() and re_encap() if re_dma_map_desc() aborts the mappingmarius2007-01-161-47/+43
* Disable MSI for the Intel 845 and 865 chipsets and update comment forjhb2007-01-161-1/+3
* Correct driver_t brgphy_driver, which was forgotten from the last commit.jkim2007-01-161-1/+1
* Fix the subvendor ID for PCI-PCI bridges.jhb2007-01-162-5/+11
* Fix typo in a comment.joel2007-01-161-1/+1
* Move MII model and revision into softc.jkim2007-01-161-14/+24
* - Move Ethernet@WireSpeed and jumbo frame configurations to separatejkim2007-01-151-48/+60
OpenPOWER on IntegriCloud