| Commit message (Expand) | Author | Age | Files | Lines |
| * | de-count pci now that ahc/ahd are taken care of. | Peter Wemm | 2002-07-23 | 1 | -1/+1 |
| * | Add explicit unit count on 'device pci' for ahc/ahd | Peter Wemm | 2002-07-21 | 1 | -1/+1 |
| * | Some style cleanups. | John Baldwin | 2002-07-16 | 1 | -20/+6 |
| * | Add a NOTES file for the Alpha architecture. | John Baldwin | 2002-07-15 | 1 | -153/+50 |
| * | The sources to the non-working esp device are no longer present in current. | John Baldwin | 2002-07-15 | 1 | -1/+0 |
| * | Move COMPAT_FREEBSD4 to arch-neutral sys/conf/NOTES. | Alfred Perlstein | 2002-07-13 | 1 | -0/+1 |
| * | Desupport the TurboChannel Alpha's. This means the DEC3000/300* Pelic* | David E. O'Brien | 2002-07-09 | 1 | -3/+0 |
| * | Botcho. I included in the last commit the | Matt Jacob | 2002-06-16 | 1 | -1/+0 |
| * | Note that sio is required. | Matt Jacob | 2002-06-14 | 1 | -1/+2 |
| * | Typo fix: detects -> detect. | Juli Mallett | 2002-05-03 | 1 | -1/+1 |
| * | Since WITNESS doesn't just do mutexes, remove "mutex" from the WITNESS | Robert Watson | 2002-04-18 | 1 | -1/+1 |
| * | Turn on TGA support. | David E. O'Brien | 2002-04-13 | 1 | -0/+1 |
| * | Dike out a highly insecure UCONSOLE option. | Ruslan Ermilov | 2002-04-03 | 1 | -1/+0 |
| * | On 2nd thought, we can do without plip altogether | Wilko Bulte | 2002-03-27 | 1 | -1/+0 |
| * | plip has produced an error during attach on Alpha as long as I care | Wilko Bulte | 2002-03-24 | 1 | -1/+1 |
| * | Remove WITNESS from GENERIC by default: as we grow more locks, this gets | Robert Watson | 2002-02-13 | 1 | -1/+1 |
| * | Turn SMP back on by default in GENERIC on the Alpha. | John Baldwin | 2002-02-08 | 1 | -1/+1 |
| * | Enable UFS_DIRHASH in the GENERIC kernel. | Ian Dowse | 2001-12-14 | 1 | -0/+1 |
| * | Allow maxusers to be specified as 0 in the kernel config, which will | Matthew Dillon | 2001-12-09 | 1 | -1/+1 |
| * | PROCFS requires PSEUDOFS. | Dag-Erling Smørgrav | 2001-12-04 | 1 | -1/+2 |
| * | Remove wx. | Matt Jacob | 2001-10-20 | 1 | -1/+0 |
| * | Make SCSI changer and SES devices standard in generic kernels. | Matt Jacob | 2001-10-16 | 1 | -0/+2 |
| * | roll out last change | Matt Jacob | 2001-10-12 | 1 | -2/+0 |
| * | Note that PROCFS is mandatory at this time- until we fix the | Matt Jacob | 2001-10-11 | 1 | -0/+2 |
| * | Add AlphaPC64 to comments. Correct names (ds10 -> DS10 etc) | Wilko Bulte | 2001-09-30 | 1 | -3/+3 |
| * | The faith(4) device is no longer a count device so don't specify a count. | Brooks Davis | 2001-09-25 | 1 | -1/+1 |
| * | + Fix misplacement of `txp' | David E. O'Brien | 2001-09-24 | 1 | -5/+5 |
| * | Cleanup and split of nfs client and server code. | Peter Wemm | 2001-09-18 | 1 | -1/+2 |
| * | Turn off SMP on Alpha for the time being. There are some memory ordering | John Baldwin | 2001-08-18 | 1 | -1/+1 |
| * | Fix style nits. | David E. O'Brien | 2001-08-17 | 1 | -8/+8 |
| * | You were knocked senseless by the Boomerang, spun around by the Cyclone, | Bill Paul | 2001-07-23 | 1 | -0/+1 |
| * | Move fxp to the miibus section where it belongs. | Dima Dorfman | 2001-07-14 | 1 | -1/+1 |
| * | `pcn' supports AMD Am79C97x cards, not Am79C79x cards. | Dima Dorfman | 2001-07-13 | 1 | -1/+1 |
| * | gif(4) and stf(4) modernization: | Brooks Davis | 2001-07-02 | 1 | -1/+1 |
| * | move wx to be part of miibus requiring chipsets | Matt Jacob | 2001-05-30 | 1 | -1/+1 |
| * | Remove MFS options from all example kernel configs. | Poul-Henning Kamp | 2001-05-29 | 1 | -1/+0 |
| * | JHB would prefer the KTR examples not be in here. | David E. O'Brien | 2001-05-25 | 1 | -4/+0 |
| * | + Turn on SMP support by default (yes an Alpha SMP kernel works on | David E. O'Brien | 2001-05-25 | 1 | -0/+7 |
| * | Convert DEVFS from an "opt-in" to an "opt-out" option. | Poul-Henning Kamp | 2001-05-13 | 1 | -1/+0 |
| * | Turn on kernel debugging support (DDB, INVARIANTS, INVARIANT_SUPPORT, WITNESS) | David E. O'Brien | 2001-04-15 | 1 | -1/+7 |
| * | Clean up some leftovers from the root mount cleanup that was done some | Peter Wemm | 2001-02-04 | 1 | -2/+0 |
| * | The API UP1100 is close enough to a UP1000 that FreeBSD just works on it, so | Andrew Gallatin | 2001-01-27 | 1 | -1/+1 |
| * | Turn on DEVFS by default for the alpha. Aside from vinum as mentioned by | John Baldwin | 2001-01-27 | 1 | -1/+1 |
| * | Remove NOBLOCKRANDOM as a compile-time option. Instead, provide | Mark Murray | 2001-01-14 | 1 | -1/+0 |
| * | Sync with i386/GENERIC rev 1.294 removing "COMPAT_OLDPCI". | David E. O'Brien | 2000-12-13 | 1 | -1/+0 |
| * | Sync with i386's GENERIC rev 1.287 (Minor ordering changes to make more | David E. O'Brien | 2000-11-07 | 1 | -1/+1 |
| * | Sync with i386/conf/GENERIC rev 1.288 (add comments for some ISA devices). | David E. O'Brien | 2000-11-07 | 1 | -5/+5 |
| * | The vx driver no longer needs the PCI compat shims. Also should now | Bill Paul | 2000-11-07 | 1 | -0/+1 |
| * | As the blocking model has seems to be troublesome for many, disable | Mark Murray | 2000-10-27 | 1 | -0/+1 |
| * | Remove 'device tx'. In wilko's testing it traps on bringing the interface | Bill Fumerola | 2000-10-12 | 1 | -1/+0 |