summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - Fix BCM5754 support found in Dell PowerEdge SC440.jkim2007-01-154-41/+85
* Clean up some debug prints from last commit and move one under boot -v.njl2007-01-151-6/+5
* Add a missing mutex unlock to an error path.scottl2007-01-151-0/+1
* add compat shim for ath_hal_isgsmsku until the new hal gets committedsam2007-01-151-0/+5
* save changes for handling 5416/5418 partssam2007-01-152-28/+30
* Add initial support for 900MHz cards like the Ubiquiti SR9:sam2007-01-152-36/+55
* Fixed a panic in the probe. The memory resource was accessed afterbde2007-01-131-2/+3
* - Add a new flag to the PCI-PCI driver to disable MSI on devices behind thejhb2007-01-133-0/+16
* - Add a locked variant of bce_ifmedia_upd() for use within the driver andjhb2007-01-131-7/+18
* Fix headphone/speaker automute for [1] Acer Aspire 5050 and [2] MSI MS-1034ariff2007-01-131-0/+27
* After another thought there is another nail for the mii_phy_dev_probe()-marius2007-01-131-19/+12
* Remove mii_media_from_bmcr(); all previous users have been converted tomarius2007-01-132-20/+0
* - Take advantage of mii_phy_dev_probe() and mii_phy_setmedia().marius2007-01-131-52/+22
* - Take advantage of mii_phy_dev_probe().marius2007-01-121-39/+19
* Set MIIF_HAVE_FIBER and add IFM_100_FX media when the AC_MCTL_FX_SELmarius2007-01-121-0/+13
OpenPOWER on IntegriCloud