summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Tweak the output of event log messages from the controller:jhb2008-06-261-283/+48
* Adjust the handling of pending log events during boot:jhb2008-06-261-50/+75
* Remove the unused major/minor numbers from iodev and memdev.ed2008-06-251-1/+1
* Fix test for waiting AIFs in aac_poll(). This seems to solve theemaste2008-06-241-2/+7
* - Use bus_foo() rather than bus_space_foo() and retire the bus tag and handlejhb2008-06-235-44/+27
* - Fix compile if WPI_DEBUG is not definedthompsa2008-06-231-27/+39
* o The FreeBSD bus_dmamap_sync(9) supports ored together flags for quitemarius2008-06-221-90/+90
* Fix PCI id for 945GME Express Integrated Graphics Controller:gonzo2008-06-201-1/+1
* Add et(4), a port of DragonFly's Agere ET1310 10/100/Gigabitdelphij2008-06-202-0/+419
* Add et(4), a port of DragonFly's Agere ET1310 10/100/Gigabitdelphij2008-06-204-0/+3108
* - Move ether_ifdetach earlier.benno2008-06-171-2/+7
* Make ex(4) MPSAFE:jhb2008-06-134-90/+101
* Add the D-Link DWA-111kevlo2008-06-132-0/+2
* - Added support for BCM5709 and BCM5716.davidch2008-06-131-9/+59
* - Added support for BCM5709 and BCM5716 controllers.davidch2008-06-133-6019/+16022
* Use callout_init_mtx to simplify locking somewhat. While we're here, rearrangebenno2008-06-132-35/+18
* Make sure we drain our taskqueues and stop our callouts in detach.benno2008-06-122-7/+37
* Change include to reflect tcp_lro.h move.jfv2008-06-111-1/+1
* Remove the tcp_lro.[ch] files as they are now in netinet.jfv2008-06-112-465/+0
* Don't enforce unique device minor number policy anymore.ed2008-06-113-3/+3
* Convert ndis_spinlock to ndis_mtx and start using the sleepablecokane2008-06-112-8/+5
* Wait up to 1S for the TFD data to signal un-busy before fetching the signature.sos2008-06-111-3/+3
* Switch to using a normal mutex instead of a spin mutex.benno2008-06-112-22/+30
* Convert bus_space_{read,write}_* calls to bus_{read,write}_* calls.benno2008-06-112-30/+18
* Rearrange how to call dma.alloc() so that we have resources alloc'd when need...sos2008-06-112-6/+5
* Add Belkin F5U257 to the mix.imp2008-06-101-0/+2
* Make tx(4) MPSAFEjhb2008-06-102-117/+134
* Add support for the P212, P410, P410i, P411, and P812 HP Smart Arrayps2008-06-101-0/+5
* >From NetBSD:kevlo2008-06-102-46/+0
* - Fixed kern/123696 by increasing firmware timeout value from 100 to 1000.davidch2008-06-102-54/+193
* Remove sicontrol(8)'s "ttystat".ed2008-06-092-6/+0
* Fix typo in comment.rpaulo2008-06-081-1/+1
* Ethernet hardware address stored in DC_AL_PAR0/DC_AL_PAR1 registeryongari2008-06-081-6/+14
* Add support for the Apple Big Mac (BMAC) Ethernet controller,marcel2008-06-074-0/+1765
* Change the calling convention for ic_node_alloc to deal withsam2008-06-079-22/+35
* - Store the device_t of the smbX device in the softc.jhb2008-06-061-37/+22
* Explicitly lock Giant in smbus_if methods in the bktr_i2c and iicsmbjhb2008-06-062-9/+67
* - Use bus_foo() rather than bus_space_foo() and remove bus space tag/handlejhb2008-06-063-67/+63
* Tweak a comment and a constant to restore old 30ms upper bound.imp2008-06-061-3/+3
* o Remove unused cs_debug tunable. I think I added it and then nothing withimp2008-06-061-10/+22
* Forgot to commit these files too :-(imp2008-06-062-3/+3
* Minor clean up to shave about 1.5k off the size of the driver:imp2008-06-064-95/+12
* Simplify error checking when reading the function....imp2008-06-061-3/+1
* cs has detach, remove bogus ifdef.imp2008-06-061-3/+1
* This is a rewritten driver for the SMSC LAN91C111. It's based in part on thebenno2008-06-065-0/+1929
* Remove unused fields in softc. If they are ever really needed again,imp2008-06-064-27/+3
* Checkpoint what I've been running for the last year. Tidy up apeter2008-06-062-73/+82
* Add the support for the Globetrotter Max 3.6 HSDPA Modem.attilio2008-06-052-0/+3
* Make the cs(4) driver MPSAFE:jhb2008-06-054-67/+118
* Rename the ie_EE16 module to just 'ie' so that at least one of the modulesjhb2008-06-051-1/+7
OpenPOWER on IntegriCloud