summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* new vendor PHY supportkmacy2008-07-181-0/+225
* import vendor fixes to cxgbkmacy2008-07-1813-171/+715
* Correct 1000Mbps link handling logic for JMC250. This should makeyongari2008-07-181-1/+1
* Use DELAY() instead of pause if waiting time is less than 1ms.yongari2008-07-181-2/+2
* Fix a benign typo that would give out an incorrect warning message.luoqi2008-07-171-4/+3
* Clean up mxge's use of callouts as pointed out by jhb,gallatin2008-07-171-36/+19
* Fix a multicast handling regression on VT6105M introduced inyongari2008-07-162-25/+60
* Fix VR_RXSTAT_RX_OK bit definition which lasted for more than 9yongari2008-07-162-3/+4
* Add quirk for Dell D630 laptops.delphij2008-07-151-1/+7
* A number of significant enhancements to the ciss driver:scottl2008-07-114-150/+494
* Don't leak DMA map if not freed.delphij2008-07-111-0/+2
* Detect ATA controllers in the Macbook3.remko2008-07-102-3/+5
* Improve the EEPROM parsing, based on finding a datasheet that describesimp2008-07-092-37/+46
* Driver failed to allocate MMIO resources. Attached patch adds a fallback path.remko2008-07-091-4/+9
* Add new device id for ICH8M, which supports greater than UDMA33 moderemko2008-07-092-0/+2
* Add support for the ICH9 in non AHCI mode (RAID mode).remko2008-07-092-0/+2
* Add driver support for RTL8102E and RTL8102EL which is the secondyongari2008-07-091-1/+8
* Disable jumbo frame support for RTL810x fast ethernet controllers.yongari2008-07-091-1/+2
* Fix a mutex LOR introduced by the conversion of if_ndis from spinlocks tocokane2008-07-091-0/+2
* Fix comment: s/before/after.rpaulo2008-07-061-1/+1
* Add two corega cards from NetBSD: FETEHR II PCC TXD and LAPCCTXD.imp2008-07-061-0/+2
* Merge from NetBSD's pcmciadev file (rev ~1.208 - 1.226) whereimp2008-07-061-25/+28
* Add a missing call to config_intrhook_establish().rpaulo2008-07-051-0/+1
* Use config_intrhook API to create the dev.cpu.N.temperature sysctl node.rpaulo2008-07-051-20/+42
* Rename several functions in if_lmc with potential name collisions withrwatson2008-07-052-33/+35
* Introduce a new lock, hostname_mtx, and use it to synchronize accessrwatson2008-07-051-0/+2
* Fix my previous commit. We actually should pass evaluation args inrpaulo2008-07-041-3/+44
* Remove the sbsh(4) driver. No one responded to requests for testing thejhb2008-07-042-1288/+0
* Make sbsh(4) MPSAFE:jhb2008-07-041-90/+109
* Remove the sbni(4) driver. No one responded to calls to test it onjhb2008-07-045-1988/+0
* Make sbni(4) MPSAFE:jhb2008-07-044-124/+205
* Remove the cnw(4) driver. No one responded to calls to test it on current@jhb2008-07-043-1550/+0
* Make cnw(4) MPSAFE:jhb2008-07-041-76/+117
* Remove the arl(4) driver. It is reported to not work on 6.x or laterjhb2008-07-043-1995/+0
* Make arl(4) MPSAFE:jhb2008-07-043-130/+149
* Remove NETISR_MPSAFE, which allows specific netisr handlers to be directlyrwatson2008-07-041-1/+6
* Fix some locking and logic bugs pointed out by jhb. These fix driver detach a...nwhitehorn2008-07-033-40/+26
* Add RTL8211C(L) support.yongari2008-07-022-2/+15
* Add a new RTL8169 variant, 8169SB(L)/8110SB(L).yongari2008-07-021-1/+3
* Add basic support for RTL8168C, RTL8168CP, RTL8111C and RTL8111CP.yongari2008-07-021-43/+134
* Display detected chip revision in device attach. This will help toyongari2008-07-021-2/+5
* If MSI is not active make sure to disable MSI in EEPROM.yongari2008-07-021-0/+11
* In device detach don't access ifnet structure unless device isyongari2008-07-021-4/+4
* Toggling IFF_ALLMULTI flag does not require full interfaceyongari2008-07-021-1/+1
* Instead of allocating variables for each events/hardware flags, useyongari2008-07-021-47/+41
* Switch to memory space register mapping over IO space. If thatyongari2008-07-021-21/+21
* While accessing EEPROM command register use pre-defined constantyongari2008-07-021-3/+3
* After the change of r176757 re(4) no longer relys on readingyongari2008-07-021-32/+18
* Remove duplicated H/W revision check.yongari2008-07-021-5/+0
* Rework how the mpt_user personality handles buffers for config pages.jhb2008-07-011-67/+105
OpenPOWER on IntegriCloud