aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ctau
Commit message (Collapse)AuthorAgeFilesLines
...
* Switch to using C99 sparse initialisers for the type methods array.Roman Kurakin2004-05-291-22/+9
| | | | | | | | | Requested by: harti MFC after: 1 week Notes: svn path=/head/; revision=129837
* Use better way of closing fr support before current sppp get it.Roman Kurakin2004-05-071-7/+12
| | | | Notes: svn path=/head/; revision=129031
* Sync with RELENG_4Roman Kurakin2004-05-071-2/+2
| | | | Notes: svn path=/head/; revision=129030
* Nursemaid: Fix tinderbox builds by removing the shadowing of the globalBruce M Simpson2004-03-041-7/+7
| | | | | | | preprocessor macro DEBUG. DEBUG() -> CTAU_DEBUG(). Notes: svn path=/head/; revision=126601
* 1. Renames NCT constant to NCTAU. This will help while MFC to 4 branch.Roman Kurakin2004-03-021-25/+40
| | | | | | | | | | 2. Fix compilation and panic while system boot problem after makedev was changed to unde2dev. Approved by: imp (mentor) Notes: svn path=/head/; revision=126491
* Add support for Cronyx-Tau. For now I added only Tau-ISA files, system filesRoman Kurakin2004-02-2314-0/+13023
would be changed in next patches, after extra verifications. Approved by: imp (mentor) Notes: svn path=/head/; revision=126177