summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate suspend/resume code from vga_pci.c and let vga(4) registerjkim2009-11-062-76/+12
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setjhb2009-11-061-2/+0
* It's normal to see Rx FIFO overruns under high network load andyongari2009-11-061-3/+1
* Remove unnecessary header file.yongari2009-11-061-1/+0
* - Use device_printf() instead of printf() with an explicit unit numberjhb2009-11-065-19/+16
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setjhb2009-11-068-15/+0
* Use device_printf() and if_printf() instead of printf() with an explicitjhb2009-11-066-162/+142
* Correct MSI mode register bits.yongari2009-11-061-5/+2
* Save/restore VGA state from vga_pci.c instead of relying on vga_isa.c.jkim2009-11-052-51/+85
* Make bge_newbuf_std()/bge_newbuf_jumbo() returns actual error codeyongari2009-11-041-13/+20
* Remove common DMA tag used for TX/RX mbufs and create Tx DMA tagyongari2009-11-042-27/+42
* Covert bge_newbuf_std to use bus_dmamap_load_mbuf_sg(9). Note,yongari2009-11-041-14/+11
* Use correct dma tag for jumbo buffer.yongari2009-11-041-1/+1
* Do not probe video mode if we are not going to use it.jkim2009-11-041-7/+9
* Do not unarm callout on request completion and change slot selectionmav2009-11-041-10/+8
* Restore color palette format if we reset video mode.jkim2009-11-041-0/+2
* Save/restore VGA color palette while suspending and resuming.jkim2009-11-041-0/+1
* fixes a typo that value should be 0 not 10.weongyo2009-11-031-1/+1
* Fix VESA color palette corruption:jkim2009-11-032-59/+39
* fdc(4) module unload fixes:jh2009-11-031-3/+14
* MFp4:mav2009-11-032-49/+104
* MFp4:mav2009-11-032-7/+35
* Unbreak SBus cards which have been broken (apparently) for a while.mjacob2009-11-021-18/+8
* Add IDs for nVidia MCP65/77/79/89 SATA conntrollers.mav2009-11-022-1/+89
* Add a check to know whether driver is still running afteryongari2009-11-021-0/+2
* Add BCM5761 PHY id.yongari2009-11-022-0/+2
* Big style cleanup. While there remove references to FreeBSD versionsrpaulo2009-11-022-124/+66
* - Add usb_fill_bulk_urb() and usb_bulk_msg() linux compat functions [1]thompsa2009-11-012-8/+79
* Fix a corner case where usbd_transfer_drain() can return too early if thethompsa2009-11-012-1/+20
* Check unit number and provide string name for consdev.thompsa2009-11-011-1/+6
* MFp4:mav2009-11-011-0/+1
* While certain supported Symbios/LSI SCSI chips (532c896, 53c1000, 53c1010)se2009-10-311-1/+1
* Allow newly added controllers to use full I/O sizes.mav2009-10-311-1/+3
* MFp4:mav2009-10-3113-148/+132
* Add support for different request block format used by Gen-IIe Marvell SATA.mav2009-10-303-30/+70
* Fix botched git -> svn merge.rnoland2009-10-301-1/+1
* Cleanup in r600_blitrnoland2009-10-301-29/+39
* A bit of cleanup work on radeon_freelist_get()rnoland2009-10-301-41/+4
* Some general cleanup of scatter/gather memory allocationrnoland2009-10-301-44/+25
* Use system specified memory barriers rather than rolling our own.rnoland2009-10-301-17/+3
* Fix blitter support for RS880 chipsrnoland2009-10-301-3/+3
* Add support for Adaptec 39320LPE adapters.brueffer2009-10-301-0/+7
* - Numerous whitespace and style fixes.jhb2009-10-291-127/+138
* Rename aac_srb32 to aac_srb, to match Adaptec's vendor driver.emaste2009-10-292-4/+4
* Rename aac_fast_intr to aac_filter to reflect its current use. Eliminateemaste2009-10-292-12/+8
* Add some magic taken from OS X and Linux to support early revision K2nwhitehorn2009-10-291-0/+31
* Turn off use of ATA_A_4BIT on modern hardware. This flag was alreadynwhitehorn2009-10-291-1/+10
* Remove spurious `)`brueffer2009-10-281-1/+1
* Do first controller time sync after 1 minute, as in Adaptec's vendoremaste2009-10-281-1/+1
* Whitespace fixup: 8 spaces -> tabemaste2009-10-272-6/+6
OpenPOWER on IntegriCloud