summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - Fix two calls to ieinit() in ieioctl() to call ieinit_locked() instead tojhb2008-06-051-3/+3
* Fix the media auto code by breaking it :-). Auto now just means 'useimp2008-06-051-19/+8
* Style(9) xe(4). The MD5 sums are different, but comparing the dissassembliesjhb2008-06-043-1566/+1621
* Gah, always reset the timer for the watchdog check.jhb2008-06-041-1/+1
* - Split the interrupt handler up into separate subroutines for rx, tx, andjhb2008-06-042-61/+79
* Add device IDs for Ricoh R5U870-based OEM cameraskevlo2008-06-041-0/+8
* o Improve the probe code dealing with interrupts.imp2008-06-041-83/+54
* - Change the watchdog timer logic to match other drivers that use their ownjhb2008-06-032-10/+17
* Correct logic error that would prevent cs pccards from working onimp2008-06-031-8/+8
* Add device ID for AnyDATA ADU-500A EV-DO modem.kan2008-06-032-0/+3
* Add vendor/device IDs for Novatel U740 repackaged by Dell.kan2008-06-032-0/+3
* Update if_ndis to remove the legacy if_watchdog interface andcokane2008-06-032-44/+33
* Make fe(4) MPSAFE:jhb2008-06-023-44/+86
* Add locking and make xe(4) MPSAFE:jhb2008-06-023-73/+104
* Make ie(4) MPSAFE:jhb2008-06-023-81/+75
* Slight simplification of the power parsing code, as well as usingimp2008-06-011-45/+27
* Try to detect a Synaptics touchpad before IntelliMouse. Some touchpads willphilip2008-06-011-2/+2
* 5416 and similar chips grew another region in the pci clock domainsam2008-05-311-2/+6
* Import rewritten nve device id's, which brings this moreremko2008-05-312-41/+79
* Remove various and sundry NetBSDism's in preparation for adding locking.jhb2008-05-304-136/+77
* Trim an extra semi-colon.jhb2008-05-301-1/+1
* Fix build with DEBUG defined.jhb2008-05-301-4/+4
* Fix a panic that it's occurred when NDIS init handler returned a errorweongyo2008-05-301-5/+8
* The XScale PXA255 has three generally ns16x50 compatible UARTs. One of thebenno2008-05-301-5/+31
* Use if_printf() and if_xname and retire 'unit' from the softc.jhb2008-05-292-48/+48
* Remove the distinction between device minor and unit numbers.ed2008-05-293-3/+5
* The SIIG 4 port serial card based on the Oxford OX16PCI954 ismckusick2008-05-291-4/+4
OpenPOWER on IntegriCloud