| Commit message (Expand) | Author | Age | Files | Lines |
| * | Clean up and order register definitions. | Justin T. Gibbs | 1999-03-08 | 1 | -78/+66 |
| * | Add necessary splcam() protection around target mode setup and teardown | Justin T. Gibbs | 1999-03-08 | 1 | -4/+19 |
| * | Move untimeout up before call to uhci_ii_done, avoids panic in | Nick Hibma | 1999-03-08 | 1 | -4/+1 |
| * | Add bt_port_probe() a routine shared by the EISA and ISA probe code to | Justin T. Gibbs | 1999-03-08 | 2 | -15/+87 |
| * | Ask the card where our interrupt is instead of attempting to use the EISA | Justin T. Gibbs | 1999-03-08 | 2 | -170/+62 |
| * | Pull 'ISA style' probe where interrupt information is determined through | Justin T. Gibbs | 1999-03-08 | 3 | -129/+21 |
| * | Spell David correctly. | Steve Price | 1999-03-08 | 1 | -2/+2 |
| * | Integrate the new "nanokernel" PLL from Dave Mills. | Poul-Henning Kamp | 1999-03-08 | 6 | -842/+747 |
| * | Add MODINFO_ARGS, parameters passed to a module at load time. | Daniel C. Sobral | 1999-03-08 | 5 | -5/+18 |
| * | Increase ficl's dictionary size, in preparation for the newer loader.rc. | Daniel C. Sobral | 1999-03-08 | 1 | -2/+2 |
| * | Fix a number of memory leaks and other memory-related disorders. | Daniel C. Sobral | 1999-03-08 | 4 | -9/+19 |
| * | Remove an unused variable from vmspace_fork. | Alan Cox | 1999-03-08 | 1 | -3/+1 |
| * | The 4 gig version of the Seagate Medalist Pro seems to have the same | Kenneth D. Merry | 1999-03-07 | 1 | -5/+21 |
| * | ZIP drives should now be working, I'm not sure about LS120 drives, | Søren Schmidt | 1999-03-07 | 9 | -84/+100 |
| * | Change vm_map_growstack to acquire and hold a read lock (instead of a write | Alan Cox | 1999-03-07 | 1 | -11/+17 |
| * | Document PacketAliasPptp() and allow it to be disabled | Brian Somers | 1999-03-07 | 2 | -2/+31 |
| * | add kernel config support for i4b driver for AVM Fritz PCI | Hellmuth Michaelis | 1999-03-07 | 4 | -4/+8 |
| * | update the i4b include files to i4b release 0.71.00 | Hellmuth Michaelis | 1999-03-07 | 10 | -50/+82 |
| * | update the i4b kernel part to i4b release 0.71.00 | Hellmuth Michaelis | 1999-03-07 | 76 | -499/+2687 |
| * | * Register sysctl nodes before running sysinits when loading files and | Doug Rabson | 1999-03-07 | 2 | -4/+23 |
| * | Remove unused function stubs. | Brian Somers | 1999-03-07 | 1 | -77/+0 |
| * | Mention that PacketAliasProxyRule() doesn't accept host names, | Brian Somers | 1999-03-07 | 1 | -1/+3 |
| * | Also add 1000baseSX, 1000baseLX, 1000baseCX and 1000baseTX media types. At | Bill Paul | 1999-03-07 | 1 | -0/+12 |
| * | When an incoming packet is reflected back as an ICMP reply, make sure we | Archie Cobbs | 1999-03-06 | 1 | -1/+2 |
| * | Fix callout_init(). This didn't have any practical effect since it | Garrett Wollman | 1999-03-06 | 1 | -2/+2 |
| * | Document PacketAliasProxyRule() and fix a typo. | Brian Somers | 1999-03-06 | 1 | -1/+88 |
| * | Add 1000baseFX, 10baseSTP and 10baseFL media types. The 1000baseFX | Bill Paul | 1999-03-06 | 1 | -1/+19 |
| * | Fixed pedantic syntax error (trailing comma in enum). | Bruce Evans | 1999-03-06 | 1 | -2/+2 |
| * | Include <sys/queue.h> so that this file is almost self-sufficient, as is | Bruce Evans | 1999-03-06 | 1 | -4/+5 |
| * | Sync with sys/i386/i386/machdpe.c revision 1.327. | KATO Takenori | 1999-03-06 | 2 | -2/+6 |
| * | Upgrading a map's lock to exclusive status should increment | Alan Cox | 1999-03-06 | 1 | -2/+6 |
| * | Don't depend on <ufs/ufs/quota.h> or another (old) prerequisite including | Bruce Evans | 1999-03-06 | 3 | -3/+6 |
| * | Move kernel-only declaration inside #ifdef KERNEL section. | Garrett Wollman | 1999-03-06 | 1 | -7/+5 |
| * | Expose a slightly-lower-level interface to timeouts which allows callers | Garrett Wollman | 1999-03-06 | 5 | -28/+119 |
| * | Block cam hardware interrupts at splvm(). Controller drivers may | Justin T. Gibbs | 1999-03-05 | 1 | -4/+4 |
| * | Poll for bus reset completion instead of assuming that our interrupt | Justin T. Gibbs | 1999-03-05 | 2 | -4/+14 |
| * | Keep track of negotiated transfer parameters for each initiator<->target | Justin T. Gibbs | 1999-03-05 | 4 | -276/+667 |
| * | Modify to deal with changes in the storage of user negotiation settings. | Justin T. Gibbs | 1999-03-05 | 2 | -8/+12 |
| * | Add untested code to support the aha2930U2W. | Justin T. Gibbs | 1999-03-05 | 2 | -32/+50 |
| * | Implement the control device for the "targ" target mode processor target | Justin T. Gibbs | 1999-03-05 | 2 | -81/+256 |
| * | Silence errors. | Justin T. Gibbs | 1999-03-05 | 1 | -4/+11 |
| * | Silence complaints about synchronize cache requests that fail with illegal | Justin T. Gibbs | 1999-03-05 | 1 | -5/+33 |
| * | xpt_done has no reason to take a volatile ccb *. | Justin T. Gibbs | 1999-03-05 | 1 | -2/+2 |
| * | Protect access to the EDT with splcam() to protect against corruption | Justin T. Gibbs | 1999-03-05 | 1 | -35/+96 |
| * | Add constants and macros for dealing with XPT opcode group types. | Justin T. Gibbs | 1999-03-05 | 1 | -1/+9 |
| * | Fixed bitrot in the types of fusword() and susword(). swords will | Bruce Evans | 1999-03-05 | 1 | -3/+3 |
| * | The magic "no-cpu" cpu number is 0xff. Don't misrepresent cpu | Bruce Evans | 1999-03-05 | 10 | -28/+28 |
| * | Moved kernel declarations inside the KERNEL ifdef, and removed | Bruce Evans | 1999-03-05 | 1 | -7/+7 |
| * | Now all actual probing of both ATA & ATAPI devices are done after | Søren Schmidt | 1999-03-05 | 8 | -331/+300 |
| * | Changed the type of quotactl()'s 4th arg from `char *' to `void *' | Bruce Evans | 1999-03-05 | 1 | -2/+2 |