summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Minor clean up to shave about 1.5k off the size of the driver:imp2008-06-064-95/+12
* Support for the XScale PXA255 SoC as found on the Gumstix Basix and Connexbenno2008-06-0618-0/+3874
* 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-066-0/+1931
* 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
* Fix range check for rtable id.mlaier2008-06-051-2/+2
* Fix faulty character to control-character conversion for CTRL().ed2008-06-051-16/+23
* 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
* When devfs_allocv() committed to create new vnode, since de_vnode is NULL,kib2008-06-051-1/+1
* 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
* Add link register to fatal trap printout to better diagnose NULLgrehan2008-06-041-0/+1
* 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
* Switch to emulating Linux 2.6 on default.rdivacky2008-06-031-2/+2
* Remove unneeded Giant locking of /dev/tty.ed2008-06-031-3/+0
* Add an XXX comment regarding a bug I introduced when modifying the behaviorrwatson2008-06-031-0/+3
* Back out the nlm_global_lock part of the last change - I forgot that onlydfr2008-06-031-1/+0
* 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
* Sort IP addresses before hashing them for the signature. Otherwise carp ismlaier2008-06-021-13/+39
* When attempting to use the NSM state number in a lock request to detectdfr2008-06-021-8/+10
* When allocating temporary storage to hold a TCP/IP packet headerrwatson2008-06-022-11/+7
* Push down the major/minor conversion for pts/%u to improve consistency.ed2008-06-022-26/+20
* Slight simplification of the power parsing code, as well as usingimp2008-06-011-45/+27
* Increase LINK_TABLE_OUT_SIZE from 101 to 4001 like LINK_TABLE_IN_SIZEmav2008-06-012-70/+23
* Make m_megapullup() more intelligent:mav2008-06-011-12/+32
* Pass really available buffer size to libalias instead of MCLBYTES constant.mav2008-06-011-2/+2
* Revert the changes I made to devfs_setattr() in r179457.ed2008-06-011-4/+3
* Try to detect a Synaptics touchpad before IntelliMouse. Some touchpads willphilip2008-06-011-2/+2
* PKT_ALIAS_FOUND_HEADER_FRAGMENT result is not an error, so pass that packet.mav2008-06-011-3/+4
* Fix packet fragmentation support broken by copy/paste error in rev.1.60.mav2008-06-011-2/+2
* Correct an error in pmap_promote_pde() that may result in an errantalc2008-06-011-5/+3
* Merge a recent change from the OpenSolaris source tree.jb2008-06-012-13/+96
* 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
* Merge back devfs changes from the mpsafetty branch.ed2008-05-311-6/+6
OpenPOWER on IntegriCloud