Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFtbemd: | imp | 2010-08-23 | 1 | -1/+1 |
| | | | | | | | | | Use MACHINE_CPUARCH in preference to MACHINE_ARCH. The former is the source code location of the machine, the latter the binary output. In general, we want to use MACHINE_CPUARCH instead of MACHINE_ARCH unless we're tesitng for a specific target. The isn't even moot for i386/amd64 where there's momemntum towards a MACHINE_CPUARCH == x86, although a specific cleanup for that likely would be needed... | ||||
* | Remove bridge(4) from the tree. if_bridge(4) is a full functional | mlaier | 2005-09-27 | 1 | -1/+1 |
| | | | | | | | | replacement and has additional features which make it superior. Discussed on: -arch Reviewed by: thompsa X-MFC-after: never (RELENG_6 as transition period) | ||||
* | Add eisa_if.h | imp | 2004-06-09 | 1 | -1/+1 |
| | |||||
* | Use a consistent style and one much closer to the rest of /usr/src | obrien | 2001-01-06 | 1 | -5/+6 |
| | |||||
* | The vortex driver can be compiled as a KLD now. The EISA attachment | wpaul | 2000-11-07 | 1 | -0/+11 |
is only built on the i386 platform for now, since it depends on symbols which I'm pretty sure won't be present in the alpha build. |