summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* KeAcquireSpinLockRaiseToDpc() and KeReleaseSpinLock() are (at leastwpaul2005-02-162-27/+5
* On Rev. B silicon, we disabled the enhanced busfree detection logic togibbs2005-02-161-3/+3
* MF5S: Explicitly initialize timedout_scb lists, use SCB_TAG for all accessgibbs2005-02-163-4/+9
* Remove mutex asserion from g_gate_find(). We don't want g_gate_list_mtxpjd2005-02-161-1/+0
* Remove TDP_GEOM flag from thread after ggate device creation.pjd2005-02-161-0/+7
* Remove a recursion protection, which we inherited from splnet() netgraph times.glebius2005-02-161-9/+0
* On second though, print the OUI, model and revision. This is the sameimp2005-02-161-1/+3
* Add support for Windows/x86-64 binaries to Project Evil.wpaul2005-02-1618-259/+768
* Fix for a SACK (receiver) bug where incorrect SACK blocks areps2005-02-162-8/+10
* Add location and PNP info to the mii busimp2005-02-161-0/+24
* Add an XXX comment about string quoting.imp2005-02-161-0/+1
* Rather than overloading the page->object field like UMA does, use insteadbmilekic2005-02-151-17/+13
* Initialize Netgraph type at a correct time, before device probing.ru2005-02-152-2/+2
* Remove an outdated comment about ifnet not being locked.ru2005-02-151-3/+0
* When dealing with systems with no absolute drivers attached, only calibratenjl2005-02-151-10/+22
* MFi386 rev 1.61: Fix a few bugs in the legacy cpu attachment ivars.njl2005-02-151-3/+2
* Bind to the driver's parent cpu before switching, for both absolute andnjl2005-02-151-18/+28
* Correct a few bugs in the legacy cpu attachment. Get the unit from thenjl2005-02-151-3/+2
* Bump __FreeBSD_version for increased size for default thread stacks.njl2005-02-151-1/+1
* Use ANSI function definitions, in preference to the K&R definitions.imp2005-02-152-34/+15
* Remove more deadwood that never got implemented in NEWCARD, since NEWCARDimp2005-02-152-31/+0
* Move the harvesting of the MAC address out of the generic novell probeimp2005-02-143-21/+49
* Move the #defines from edreg to edvar which don't have anything to doimp2005-02-142-46/+48
* o It turns out that most of the ne-2000 cards that I have got real unhappyimp2005-02-142-13/+45
* - Retransmit just one segment on initiation of SACK recovery.ps2005-02-143-42/+18
* - Remove the unused and unsafe ufs_ihashlookup. This function returned ajeff2005-02-142-24/+0
* Implement priorities. This allows a driver (say, for cooling purposes) tonjl2005-02-141-4/+38
* Make WITNESS happier:glebius2005-02-141-20/+14
* Add new netgraph control message NGM_ETHER_DETACH, which actuallyglebius2005-02-142-0/+11
* Check for non-NULL ac_netgraph field in interface arpcom, instead ofglebius2005-02-141-4/+4
* If no vlan(4) interfaces are configured for the interface, and theru2005-02-141-3/+10
* o Add handling of an IPv4-mapped IPv6 address.maxim2005-02-144-92/+196
* Correct the SiS 755 PCI ID. Confirmed against Linux code.anholt2005-02-142-2/+2
* No use for this AMD64 special-case "return NULL;" in probe now that we don'tanholt2005-02-142-4/+0
* Remove card_get_function. It looks like it was intended to be aimp2005-02-142-17/+0
* Rework DL10019/DL10022 support. This tries to reset things in a moreimp2005-02-142-12/+26
* MFp4: Merge in AX88790 support from my p4 tree. I've had this in myimp2005-02-142-3/+17
* Add some comments in preparation for converting bcopy/bzero to busspace.imp2005-02-141-9/+14
* MFP4: Optimize the layout of softc somewhat. This groups the u_charsimp2005-02-141-4/+4
* Add sys/dev/ieee488/ibfoo.c for hte pcii driver. Fixes the broken tinderboxscottl2005-02-141-0/+1
* Abort any active transfers when the device detaches. This fixes aiedowse2005-02-141-0/+44
* Add a new function usbd_abort_default_pipe() that aborts any transfersiedowse2005-02-142-0/+7
* Fix a missing /*-obrien2005-02-141-1/+1
* Request a CPU private mapping from sf_buf_alloc().alc2005-02-131-1/+5
* Expand *n't contractions.ru2005-02-131-1/+1
* Request a CPU private mapping from sf_buf_alloc(). If the swap-backedalc2005-02-131-1/+6
* When attached to a high-speed device, report a more appropriateiedowse2005-02-133-3/+18
* Allow users to manually override quirks with the tunable "debug.acpi.quirks".njl2005-02-131-2/+6
* Unbreak the kernel build. Pointy hat to: sobomax.njl2005-02-131-1/+1
* Add support for the CPUFREQ_FLAG_INFO_ONLY flag. Devices that report thisnjl2005-02-132-13/+47
OpenPOWER on IntegriCloud