| Commit message (Expand) | Author | Age | Files | Lines |
* | Compile -- remove an unused global variable avail_end. | kevlo | 2006-11-17 | 2 | -2/+0 |
* | *smack* - forgot to do i386 compile, so last | mjacob | 2006-11-17 | 1 | -2/+2 |
* | Finally fix local command responses to set residual correctly. | mjacob | 2006-11-16 | 1 | -19/+35 |
* | vfs_hash_insert() vputs() the losing vnode before returning, in the event of | mohans | 2006-11-16 | 1 | -2/+1 |
* | Fix to readdir+ reply handling. When inserting an entry into the namecache, | mohans | 2006-11-16 | 1 | -0/+2 |
* | Look for capabilities in PCI-PCI bridges using the same CAP PTR register | jhb | 2006-11-16 | 1 | -0/+2 |
* | Remove an unused variable. | ru | 2006-11-16 | 1 | -2/+1 |
* | Replace magic numbers for console bell types with defines. | ru | 2006-11-16 | 1 | -2/+2 |
* | o Make pv_maxchunks no less than maxproc. This helps to survive a | maxim | 2006-11-16 | 1 | -1/+1 |
* | Resize the hash table upwards if the number of collision entries is greater t... | kmacy | 2006-11-16 | 3 | -62/+118 |
* | Due to an incorrect macro, it appears that this driver has always been | scottl | 2006-11-16 | 2 | -14/+18 |
* | In bce_start_locked, check the used_tx_bd count rather than the | jdp | 2006-11-16 | 1 | -8/+8 |
* | After tests on 2 different AMD platforms with several | mjacob | 2006-11-16 | 1 | -2/+0 |
* | Change sleepq_add(9) argument from 'struct mtx *' to 'struct lock_object *', | pjd | 2006-11-16 | 4 | -11/+12 |
* | Mfp4: Remove mci_device.c. It should have been removed when it was | imp | 2006-11-16 | 1 | -575/+0 |
* | Move to using a common arm_init.S. These things are more similar than | imp | 2006-11-16 | 8 | -248/+26 |
* | MFp4: Don't fix the size at 8k, and some minor cleanups. andre@ contributed | imp | 2006-11-16 | 1 | -4/+11 |
* | MFp4: Improvements, including the ability to download to an arbitrary | imp | 2006-11-16 | 1 | -5/+8 |
* | Tweaks for better boot flavor support. | imp | 2006-11-16 | 1 | -5/+2 |
* | Mfp4: We no longer need ee.h included here. | imp | 2006-11-16 | 1 | -1/+0 |
* | Increase the timeout for some SAN commands. | mjacob | 2006-11-16 | 3 | -11/+43 |
* | minor change to reduce some diff noise | mjacob | 2006-11-16 | 2 | -2/+3 |
* | Add big endian support. | jb | 2006-11-15 | 2 | -61/+85 |
* | Get the parent dma tag if one exists. This is required on sun4v. Other | jb | 2006-11-15 | 1 | -2/+2 |
* | Adjust assertions to allow for magical properties of the 'lbolt' wait | jhb | 2006-11-15 | 1 | -3/+3 |
* | Turn off MSI until some testing is done. | mjacob | 2006-11-15 | 1 | -0/+2 |
* | Add MSI support to em(4), bce(4), and mpt(4). For now, we only support | jhb | 2006-11-15 | 5 | -6/+38 |
* | Various whitespace and style fixes. | jhb | 2006-11-15 | 6 | -88/+86 |
* | Fix a typo that broke MSI (MSI-X worked fine) in the later revisions of | jhb | 2006-11-15 | 2 | -2/+2 |
* | Group pid and parent are shared in a case of CLONE_THREAD not CLONE_VM. | kib | 2006-11-15 | 1 | -3/+3 |
* | In rev 1.188 of linux_misc.c the added check for valid options ommited | kib | 2006-11-15 | 1 | -1/+1 |
* | o Add uark(4), a driver for Arkmicro Technologies ARK3116 based serial | maxim | 2006-11-15 | 6 | -0/+383 |
* | Heavily re-factor tte_hash to remove redundant code | kmacy | 2006-11-15 | 2 | -56/+183 |
* | add trap trace to tl1 trap | kmacy | 2006-11-15 | 1 | -0/+9 |
* | add trap tracing to dev_mondo | kmacy | 2006-11-15 | 1 | -0/+10 |
* | add trap tracing to cpu mondo handler and tsb miss handler | kmacy | 2006-11-15 | 3 | -3/+49 |
* | Added yet another extra fxp(4) PCI ID. | rink | 2006-11-14 | 1 | -0/+1 |
* | Fix a couple of comment typos. | jhb | 2006-11-14 | 1 | -2/+2 |
* | - Add in FreeBSD native ioctl that models the Linux version. | ambrisko | 2006-11-14 | 3 | -7/+206 |
* | Unbreak pc98. | ru | 2006-11-14 | 1 | -0/+1 |
* | Add `PN_XNUM', for supporting ELF objects with a large number of program | jkoshy | 2006-11-14 | 1 | -0/+3 |
* | Use tabs instead of spaces. | pjd | 2006-11-14 | 1 | -1/+1 |
* | Correct a typo. | bz | 2006-11-14 | 1 | -1/+1 |
* | Push things closer to path failover by implementing loop down and | mjacob | 2006-11-14 | 8 | -495/+940 |
* | Add Kris Kennaway to reflect his performance improvements to | kmacy | 2006-11-14 | 1 | -0/+1 |
* | Fix a copy-paste bug in NON-KSE case. | davidxu | 2006-11-14 | 1 | -11/+11 |
* | MD support for PCI Message Signalled Interrupts on amd64 and i386: | jhb | 2006-11-13 | 16 | -8/+1327 |
* | First cut at MI support for PCI Message Signalled Interrupts (MSI): | jhb | 2006-11-13 | 10 | -8/+613 |
* | Various fixes: | jhb | 2006-11-13 | 1 | -83/+61 |
* | Fix NKPT comments to match reality. Note that the current value | ru | 2006-11-13 | 2 | -5/+9 |