| Commit message (Expand) | Author | Age | Files | Lines |
* | Turn off SMP on Alpha for the time being. There are some memory ordering | jhb | 2001-08-18 | 2 | -2/+2 |
* | Fix style nits. | obrien | 2001-08-17 | 2 | -16/+16 |
* | You were knocked senseless by the Boomerang, spun around by the Cyclone, | wpaul | 2001-07-23 | 2 | -0/+2 |
* | Now that config(8) has stopped breaking POLA (mkmakefile.c rev 1.69) by | obrien | 2001-07-15 | 1 | -25/+25 |
* | Move fxp to the miibus section where it belongs. | dd | 2001-07-14 | 2 | -2/+2 |
* | I really should have just commented out this intire file vs. removing all | obrien | 2001-07-13 | 1 | -0/+25 |
* | Hints processing is FUBAR'ed right now. | obrien | 2001-07-13 | 1 | -25/+0 |
* | `pcn' supports AMD Am79C97x cards, not Am79C79x cards. | dd | 2001-07-13 | 2 | -2/+2 |
* | gif(4) and stf(4) modernization: | brooks | 2001-07-02 | 2 | -2/+2 |
* | move wx to be part of miibus requiring chipsets | mjacob | 2001-05-30 | 2 | -2/+2 |
* | Remove MFS options from all example kernel configs. | phk | 2001-05-29 | 2 | -2/+0 |
* | JHB would prefer the KTR examples not be in here. | obrien | 2001-05-25 | 2 | -8/+0 |
* | + Turn on SMP support by default (yes an Alpha SMP kernel works on | obrien | 2001-05-25 | 2 | -0/+14 |
* | Convert DEVFS from an "opt-in" to an "opt-out" option. | phk | 2001-05-13 | 2 | -2/+0 |
* | Turn on kernel debugging support (DDB, INVARIANTS, INVARIANT_SUPPORT, WITNESS) | obrien | 2001-04-15 | 2 | -2/+14 |
* | Clean up some leftovers from the root mount cleanup that was done some | peter | 2001-02-04 | 3 | -6/+0 |
* | The API UP1100 is close enough to a UP1000 that FreeBSD just works on it, so | gallatin | 2001-01-27 | 2 | -2/+2 |
* | Turn on DEVFS by default for the alpha. Aside from vinum as mentioned by | jhb | 2001-01-27 | 2 | -2/+2 |
* | This conf file seems to have rotted quite a bit.. | peter | 2001-01-19 | 1 | -7/+2 |
* | Remove NOBLOCKRANDOM as a compile-time option. Instead, provide | markm | 2001-01-14 | 2 | -2/+0 |
* | Sync with i386/GENERIC rev 1.294 removing "COMPAT_OLDPCI". | obrien | 2000-12-13 | 2 | -2/+0 |
* | Sync with i386's GENERIC rev 1.287 (Minor ordering changes to make more | obrien | 2000-11-07 | 2 | -2/+2 |
* | Sync with i386/conf/GENERIC rev 1.288 (add comments for some ISA devices). | obrien | 2000-11-07 | 2 | -10/+10 |
* | The vx driver no longer needs the PCI compat shims. Also should now | wpaul | 2000-11-07 | 2 | -0/+2 |
* | As the blocking model has seems to be troublesome for many, disable | markm | 2000-10-27 | 2 | -0/+2 |
* | Remove 'device tx'. In wilko's testing it traps on bringing the interface | billf | 2000-10-12 | 2 | -2/+0 |
* | Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters. | wpaul | 2000-09-20 | 2 | -0/+2 |
* | Turn the /dev/random device into a (pseudo-)device, not an option. | markm | 2000-09-12 | 2 | -2/+2 |
* | Add tx to the list of miibus using network drivers. We already build tx in | billf | 2000-09-11 | 2 | -0/+2 |
* | LINT -> NOTES | alex | 2000-09-09 | 1 | -2/+2 |
* | Add AS1200 (Tincup) to description | wilko | 2000-09-04 | 2 | -2/+2 |
* | LINT -> NOTES | wilko | 2000-09-04 | 2 | -6/+6 |
* | *fix* commented out DEVFS | mjacob | 2000-08-27 | 2 | -2/+2 |
* | add commented out DEVFS | mjacob | 2000-08-27 | 2 | -0/+2 |
* | Comment out the static wiring of hints for GENERIC - the release process | peter | 2000-08-24 | 2 | -2/+4 |
* | Move RAID controllers to the same position as in i386 GENERIC. | obrien | 2000-07-29 | 2 | -8/+8 |
* | Add the RAID controller that are known to work (or did on last test). | obrien | 2000-07-29 | 2 | -0/+8 |
* | Comment out `ncr' as `sym' handles all that `ncr' does. | obrien | 2000-07-29 | 2 | -4/+4 |
* | Add SOFTUPDATES to GENERIC (BOOTMFS has this filtered out) | obrien | 2000-07-15 | 2 | -0/+2 |
* | Removing commented out devices I added. | mjacob | 2000-07-10 | 2 | -10/+0 |
* | Add in the commented out SCSI device entries of | mjacob | 2000-07-08 | 2 | -0/+10 |
* | Report the line number where gethints.pl does not understand something | peter | 2000-06-26 | 1 | -1/+2 |
* | Get the build bits right for the new Architecture Independant null- and | markm | 2000-06-25 | 2 | -0/+2 |
* | Add UP1000 to GENERIC | gallatin | 2000-06-19 | 2 | -0/+2 |
* | Deal with quoted arguments. This hack parser uses whitespace to delimit | peter | 2000-06-17 | 1 | -0/+5 |
* | Use while (<>) instead of while(<STDIN>) so that perl will automagically | peter | 2000-06-17 | 1 | -1/+1 |
* | Print error messages to stderr, not stdout. | peter | 2000-06-14 | 1 | -1/+1 |
* | Borrow phk's axe and apply the next stage of config(8)'s evolution. | peter | 2000-06-13 | 5 | -55/+175 |
* | Enable USB in GENERIC on the Alpha. | jhb | 2000-06-08 | 2 | -24/+24 |
* | Change sl(4) configuration lines to reflect its new dynamic nature. | green | 2000-05-30 | 3 | -3/+3 |