summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove the DPMS code in creator_blank_display(), as it causes somemarius2006-08-241-9/+0
* Properly lock ifmedia callbacks. This should prevent concurrent access to PHY.oleg2006-08-241-5/+24
* Pack several boolean fields into single bge_flags field.glebius2006-08-231-1/+1
* Pack several boolean fields into single bge_flags field.glebius2006-08-232-37/+43
* It seems that em(4) misses Tx completion interrupts under certainyongari2006-08-221-0/+12
* Use aperture base address from north bridge. Some BIOS does not encodejkim2006-08-211-10/+5
* Minor style(9) treatment to make things a little more consistantimp2006-08-212-20/+33
* Fix RELENG_4 code version- isp_roles wasn't getting initialized somjacob2006-08-212-3/+6
* bge_cksum_pad() can modify the mbuf, thus call it before bus_dmamap_load().glebius2006-08-181-20/+19
* Update JMicron support to also work with chips where the PATA and SATAsos2006-08-181-19/+42
* Appened ull to a really large integer constant to fix build on i386imp2006-08-181-1/+1
* while (0); -> while (0) in multi-line macrosimp2006-08-173-3/+3
* Don't put a ; after while (0)imp2006-08-171-2/+2
* Rewrite bge_encap() so that it takes mbuf ** argument. In this case ifglebius2006-08-171-38/+48
* Don't update Rx descriptor status in two different functions.yongari2006-08-161-9/+8
* Add inverted amplifier sense quirks for Compaq Presario B3800yongari2006-08-151-0/+1
* Remove extra '*/' comment close. In code not normally compiled but a bug neve...julian2006-08-151-1/+0
* Add support for the ICH8 and ESB2 chips, also add a few other missing ICH7 pa...sos2006-08-142-42/+70
* Improve exception string format.takawata2006-08-141-2/+2
* Remove debug messages on notify handler.takawata2006-08-141-2/+0
* Fix alignment of RX bufs DMA map to be realistic. Maybe it works onru2006-08-141-2/+2
* Change hardcoded and incorrect number with correct define. This change is aglebius2006-08-141-1/+1
* Fix 2KLOGIN code to specify *ibits* (not *obits*) so that themjacob2006-08-141-60/+77
* The register offset is within 4K, not 256 bytes, for some QLogic cards.mjacob2006-08-141-1/+1
* The macro IS_23XX should not mistakenly include 24XX cards.mjacob2006-08-141-1/+2
* Make em(4) handle too many fragmented frame with m_defrag(9).yongari2006-08-141-12/+33
* Overhaul Rx path to recover from mbuf cluster allocation failure.yongari2006-08-142-48/+69
* Apply alignment fixup only when programmed frame size is greater thanyongari2006-08-141-3/+3
* Batch of changes:imp2006-08-123-61/+112
* The TOPIC97 and TOPIC100 seem to have a special register in the excaimp2006-08-121-0/+6
* Due to the poor PHY documentation from RealTek I can't sure but Iyongari2006-08-121-10/+18
* Fix invalid reference of mbuf chains.yongari2006-08-121-25/+25
* Fix invalid reference of mbuf chains.yongari2006-08-122-26/+26
* Fix invalid reference of mbuf chains.yongari2006-08-121-16/+16
* Unbreak nForce4 SATA support.sos2006-08-112-8/+8
* First pass at allowing memory to be mapped using cache modes other thanjhb2006-08-111-2/+2
* Explicitly set v3 mode only when it is requested. Don't bother otherwise.jkim2006-08-111-1/+6
* Raise the quality of the HPET timer to 2000 so it will be the preferreddes2006-08-111-1/+1
* Merge in new driver from Intel, version 6.1.4. It adds support forglebius2006-08-113-49/+64
* o add noise floor to statssam2006-08-102-0/+6
* Improve the way we'll detect video devices as per ACPI 3.0.bruno2006-08-101-21/+51
* 10/100 PHY shouldn't support gigabit media types.pdeuskar2006-08-091-3/+6
* Most platforms map the actual drive geometry to the firmware's notionimp2006-08-091-0/+9
* Thomas Wintergerst reports that when this tsleep went away, certainimp2006-08-091-0/+10
* check return value of ath_tx_dmasetupsam2006-08-081-0/+2
* Remove the global dock variable. Each dock device should be able tonjl2006-08-081-38/+33
* Use a low probe-priority to ensure that the emu10kx driver has a highernetchild2006-08-071-1/+1
* "Fix typos in volume control DSP code."netchild2006-08-071-2/+2
* "Fixe playback of mono files on stereo outputs. In previous versionnetchild2006-08-071-1/+20
* "Change type for flags bitmap to let use 1 as flag value withoutnetchild2006-08-071-1/+1
OpenPOWER on IntegriCloud