summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix my error in rev. 1.109.glebius2006-09-011-2/+2
* More ispfwfunc definitions funnies which break pre-7.0 builds.mjacob2006-09-013-2/+4
* Add missing pre-7.0 firmware pointer. Oops.mjacob2006-09-011-0/+3
* fix bug in 2322 receive sequencer f/w loadmjacob2006-09-011-3/+3
* Add support for another ATI IGP 340M (RS200M) AGP bridge.anholt2006-09-011-1/+4
* Just foward declare 'struct adapter' instead of declaring an actualjhb2006-08-311-2/+3
* Compare the correct field against NULL when determining whether or not tojhb2006-08-311-1/+1
* Add PHY support for BCM5752.yongari2006-08-311-0/+2
* Add Broadcom BCM5752 PHY id.yongari2006-08-311-0/+1
* Fix typos: s/rebulid/rebuild/rse2006-08-311-4/+4
* Properly initialize the nVidia MCP5X interrupts etc.sos2006-08-301-2/+7
* Restore Digital Outpur Register (DOR) for enhanced controller after reset.jkim2006-08-291-2/+2
* Add QLogic 2400 (4Gb) firmware.mjacob2006-08-262-1/+12242
* Properly initialize and destroy the RAID lock.sos2006-08-251-1/+4
* 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
OpenPOWER on IntegriCloud