| Commit message (Expand) | Author | Age | Files | Lines |
* | Add NEWCARD hooks. This seems to work just fine. | peter | 2001-01-17 | 1 | -2/+32 |
* | Add first cut support for the ATA100 capable VIA82c686b. | sos | 2001-01-17 | 2 | -3/+46 |
* | - Sort of lie and say that %eax is an output only and not an input for the | jhb | 2001-01-17 | 2 | -4/+4 |
* | The stallion.c pci driver is broken. Emit a warning if compiling LINT. | peter | 2001-01-17 | 1 | -0/+8 |
* | Use pci_get_revid() rather than groping around the PCI register space | peter | 2001-01-17 | 1 | -3/+3 |
* | Fix breakage unconvered by LINT - dont refer to undefined variables in | peter | 2001-01-17 | 2 | -0/+4 |
* | Document data structures and operation on dummynet so next time | luigi | 2001-01-17 | 1 | -42/+117 |
* | Minor tweaks to get these to stop breaking LINT. They still dont work | peter | 2001-01-17 | 6 | -0/+31 |
* | Special case for compiling LINT - just give a warning and continue on. | peter | 2001-01-17 | 7 | -0/+35 |
* | Remove unneeded (and compile-breaking) #include "alpm.h" | peter | 2001-01-17 | 1 | -2/+0 |
* | Some dummynet patches that I forgot to commit last summer. | luigi | 2001-01-16 | 2 | -34/+75 |
* | Add tags quirk for IBM DNES drives. | mjacob | 2001-01-16 | 1 | -0/+11 |
* | Change NSWAPDEV to something else than the default value. | des | 2001-01-16 | 2 | -2/+2 |
* | These files have been on deathrow for a couple of months, no appeal. | phk | 2001-01-16 | 6 | -25/+0 |
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 2 | -2/+2 |
* | Stop doing runtime checking on i386 cpus for cpu class. The cpu is | peter | 2001-01-16 | 14 | -164/+99 |
* | Guard against overflow of the calculated timeout value. | mjacob | 2001-01-16 | 1 | -4/+9 |
* | Argh, disable the micro-ops again. I didn't test these adequately and | jhb | 2001-01-16 | 2 | -2/+4 |
* | - Use "+a" instead of "=&a" for several constraints. This should fix | jhb | 2001-01-16 | 2 | -50/+38 |
* | Free the intrhand name when free'ing a intrhand. | jhb | 2001-01-16 | 4 | -0/+4 |
* | Add some KASSERTs valid if WITNESS is defined to verify that the mbuf | bmilekic | 2001-01-16 | 1 | -4/+39 |
* | Implement condition variables. | jasone | 2001-01-16 | 7 | -8/+643 |
* | Use the residual from a spacing operation to try and figure out where | mjacob | 2001-01-16 | 1 | -10/+38 |
* | Get rid of those pesky "driver mistake" messages... destroy the create_d dev_t | mjacob | 2001-01-16 | 1 | -1/+5 |
* | - Fix atomic_load_* and atomic_store_* to generate functions for atomic.c | jhb | 2001-01-16 | 2 | -336/+246 |
* | Fix PR 24220 by using the periph private field0 for a CCB for not | mjacob | 2001-01-15 | 1 | -40/+50 |
* | Clean up Makefile, and remove the last vestiges of NOBLOCKRANDOM. | markm | 2001-01-15 | 1 | -14/+2 |
* | Add was_fabric_dev/fabric_dev tags to our local FC database structure | mjacob | 2001-01-15 | 1 | -9/+45 |
* | Put in offset definitions for FPM and FBM registers, plus just enough | mjacob | 2001-01-15 | 1 | -0/+17 |
* | Set default adapter role. | mjacob | 2001-01-15 | 1 | -0/+1 |
* | Use the isp_lastmbxcmd tag to report timed out mailbox commands. | mjacob | 2001-01-15 | 1 | -2/+3 |
* | Do more cleanup of the usage of 0..125 for F-port topologies. | mjacob | 2001-01-15 | 1 | -11/+29 |
* | When resetting the Qlogic 2X00 units, reset the FPM (Fibre Protocol | mjacob | 2001-01-15 | 1 | -75/+134 |
* | The ffs superblock includes a 128-byte region for use by temporary | iedowse | 2001-01-15 | 3 | -34/+36 |
* | it seems that a commit to i4b/drivers/i4b_ispppsubr.c on 2000-01-12 has | hm | 2001-01-15 | 1 | -2/+2 |
* | Reenable support for FreeBSD 4.x and possibly the other supported BSD's | hm | 2001-01-15 | 15 | -218/+381 |
* | Add support for SMC91C100FD chip of MELCO LPC-TX. | toshi | 2001-01-15 | 2 | -1/+3 |
* | Make NSWAPDEV reasonable so people do not mistakenly use unreasonable | dillon | 2001-01-15 | 2 | -2/+12 |
* | Implement an optimization for INTREN/INTRDIS that bde pointed out last | peter | 2001-01-15 | 3 | -0/+42 |
* | Instead of hard coding the major numbers for IDE and SCSI disks | joe | 2001-01-14 | 1 | -10/+17 |
* | Add a generic "queued function callin" mechanism | julian | 2001-01-14 | 3 | -197/+430 |
* | Use prober atomic operations when test&set'ing ->active. | sos | 2001-01-14 | 1 | -6/+4 |
* | Add {ACD,AST,ATAPI,ATA}_DEBUG. | des | 2001-01-14 | 1 | -0/+4 |
* | A bit of sanity-checking in bioqdisksort(): panic if we recurse. | phk | 2001-01-14 | 2 | -0/+10 |
* | The size of kinfo_proc on an alpha is 904 (not 640). | mjacob | 2001-01-14 | 1 | -0/+4 |
* | The Linuxulator needs sysvipc to work. | des | 2001-01-14 | 1 | -0/+3 |
* | Use predictable internal names for the sysvipc modules, so we have a | des | 2001-01-14 | 3 | -9/+12 |
* | Remove NOBLOCKRANDOM as a compile-time option. Instead, provide | markm | 2001-01-14 | 13 | -36/+58 |
* | fixed possibility of panic at key_acquire(). | ume | 2001-01-14 | 1 | -9/+8 |
* | Argh, remove a local customization that snuck in here. | jhb | 2001-01-14 | 2 | -2/+0 |