| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
roughly 10 years, and the driver has not enjoyed any significant maintenance
since long before that. Despite well-meaning efforts from a number of
people, myself included, it never made the jump to 64-bit and was relegated
to the back-corners of i386. Now its frailty is hampering forward progress
with Clang. Any renewed engineering efforts are of course welcome and can
happen outside of the tree. No MFC of this is planned.
Notes:
svn path=/head/; revision=276526
|
| |
|
|
|
|
|
|
|
| |
module.
MFC after: 1 week
Notes:
svn path=/head/; revision=228865
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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...
Notes:
svn path=/head/; revision=211690
|
| |
|
|
| |
Notes:
svn path=/head/; revision=160762
|
| |
|
|
| |
Notes:
svn path=/head/; revision=144031
|
| |
|
|
|
|
|
| |
Beer or equivalent to? njl
Notes:
svn path=/head/; revision=128544
|
| |
|
|
|
|
|
|
| |
specific bogons. Compile with -O0, as anything higher gives the compiler
a fit. No idea if this driver will actually work on Alpha, though.
Notes:
svn path=/head/; revision=75062
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70711
|
|
|
This provides support for the Adaptec SCSI RAID controller family,
as well as the DPT SmartRAID V and VI families.
The driver will be maintained by Mark and Adaptec, and any changes
should be referred to the MAINTAINER.
Notes:
svn path=/head/; revision=65312
|