summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Compile -- remove an unused global variable avail_end.kevlo2006-11-172-2/+0
* *smack* - forgot to do i386 compile, so lastmjacob2006-11-171-2/+2
* Finally fix local command responses to set residual correctly.mjacob2006-11-161-19/+35
* vfs_hash_insert() vputs() the losing vnode before returning, in the event ofmohans2006-11-161-2/+1
* Fix to readdir+ reply handling. When inserting an entry into the namecache,mohans2006-11-161-0/+2
* Look for capabilities in PCI-PCI bridges using the same CAP PTR registerjhb2006-11-161-0/+2
* Remove an unused variable.ru2006-11-161-2/+1
* Replace magic numbers for console bell types with defines.ru2006-11-161-2/+2
* o Make pv_maxchunks no less than maxproc. This helps to survive amaxim2006-11-161-1/+1
* Resize the hash table upwards if the number of collision entries is greater t...kmacy2006-11-163-62/+118
* Due to an incorrect macro, it appears that this driver has always beenscottl2006-11-162-14/+18
* In bce_start_locked, check the used_tx_bd count rather than thejdp2006-11-161-8/+8
* After tests on 2 different AMD platforms with severalmjacob2006-11-161-2/+0
* Change sleepq_add(9) argument from 'struct mtx *' to 'struct lock_object *',pjd2006-11-164-11/+12
* Mfp4: Remove mci_device.c. It should have been removed when it wasimp2006-11-161-575/+0
* Move to using a common arm_init.S. These things are more similar thanimp2006-11-168-248/+26
* MFp4: Don't fix the size at 8k, and some minor cleanups. andre@ contributedimp2006-11-161-4/+11
* MFp4: Improvements, including the ability to download to an arbitraryimp2006-11-161-5/+8
* Tweaks for better boot flavor support.imp2006-11-161-5/+2
* Mfp4: We no longer need ee.h included here.imp2006-11-161-1/+0
* Increase the timeout for some SAN commands.mjacob2006-11-163-11/+43
* minor change to reduce some diff noisemjacob2006-11-162-2/+3
* Add big endian support.jb2006-11-152-61/+85
* Get the parent dma tag if one exists. This is required on sun4v. Otherjb2006-11-151-2/+2
* Adjust assertions to allow for magical properties of the 'lbolt' waitjhb2006-11-151-3/+3
* Turn off MSI until some testing is done.mjacob2006-11-151-0/+2
* Add MSI support to em(4), bce(4), and mpt(4). For now, we only supportjhb2006-11-155-6/+38
* Various whitespace and style fixes.jhb2006-11-156-88/+86
* Fix a typo that broke MSI (MSI-X worked fine) in the later revisions ofjhb2006-11-152-2/+2
* Group pid and parent are shared in a case of CLONE_THREAD not CLONE_VM.kib2006-11-151-3/+3
* In rev 1.188 of linux_misc.c the added check for valid options ommitedkib2006-11-151-1/+1
* o Add uark(4), a driver for Arkmicro Technologies ARK3116 based serialmaxim2006-11-156-0/+383
* Heavily re-factor tte_hash to remove redundant codekmacy2006-11-152-56/+183
* add trap trace to tl1 trapkmacy2006-11-151-0/+9
* add trap tracing to dev_mondokmacy2006-11-151-0/+10
* add trap tracing to cpu mondo handler and tsb miss handlerkmacy2006-11-153-3/+49
* Added yet another extra fxp(4) PCI ID.rink2006-11-141-0/+1
* Fix a couple of comment typos.jhb2006-11-141-2/+2
* - Add in FreeBSD native ioctl that models the Linux version.ambrisko2006-11-143-7/+206
* Unbreak pc98.ru2006-11-141-0/+1
* Add `PN_XNUM', for supporting ELF objects with a large number of programjkoshy2006-11-141-0/+3
* Use tabs instead of spaces.pjd2006-11-141-1/+1
* Correct a typo.bz2006-11-141-1/+1
* Push things closer to path failover by implementing loop down andmjacob2006-11-148-495/+940
* Add Kris Kennaway to reflect his performance improvements tokmacy2006-11-141-0/+1
* Fix a copy-paste bug in NON-KSE case.davidxu2006-11-141-11/+11
* MD support for PCI Message Signalled Interrupts on amd64 and i386:jhb2006-11-1316-8/+1327
* First cut at MI support for PCI Message Signalled Interrupts (MSI):jhb2006-11-1310-8/+613
* Various fixes:jhb2006-11-131-83/+61
* Fix NKPT comments to match reality. Note that the current valueru2006-11-132-5/+9
OpenPOWER on IntegriCloud