History log of /src/sys/dev/ic/tcic2var.h |
Revision | | Date | Author | Comments |
1.15 |
| 05-Mar-2020 |
riastradh | Revert "Include opt_diagnostic.h for DIAGNOSTIC."
This did not do what I thought it did. opt_diagnostic.h is only for the unused _DIAGNOSTIC, which seems like an abortive attempt to incrementally convert DIAGNOSTIC to an opt_*.h option rather than a command-line option.
|
1.14 |
| 05-Mar-2020 |
riastradh | Include opt_diagnostic.h for DIAGNOSTIC.
...at least, in header files, which may not have already included libkern.h.
|
1.13 |
| 27-Oct-2012 |
chs | split device_t/softc for all remaining drivers. replace "struct device *" with "device_t". use device_xname(), device_unit(), etc.
|
1.12 |
| 12-May-2009 |
cegger | branches: 1.12.12; 1.12.22; struct device * -> device_t, no functional changes intended.
|
1.11 |
| 16-Mar-2009 |
cegger | ansify function definitions
|
1.10 |
| 09-Jul-2007 |
ad | branches: 1.10.32; 1.10.42; 1.10.48; Merge some of the less invasive changes from the vmlocking branch:
- kthread, callout, devsw API changes - select()/poll() improvements - miscellaneous MT safety improvements
|
1.9 |
| 03-Sep-2006 |
christos | branches: 1.9.12; 1.9.14; add missing decl
|
1.8 |
| 16-Feb-2006 |
perry | branches: 1.8.2; Change "inline" back to "__inline" in .h files -- C99 is still too new, and some apps compile things in C89 mode. C89 keywords stay.
As per core@.
|
1.7 |
| 24-Dec-2005 |
perry | branches: 1.7.2; 1.7.4; 1.7.6; __inline__ -> inline
|
1.6 |
| 11-Dec-2005 |
christos | merge ktrace-lwp.
|
1.5 |
| 30-May-2005 |
christos | branches: 1.5.2; - add missing const - fix variable shadowing - remove unneeded casts
|
1.4 |
| 04-Feb-2005 |
perry | de-__P
|
1.3 |
| 11-Aug-2004 |
mycroft | branches: 1.3.4; 1.3.6; Add a settype function. Nuke address windows earlier in power up sequence.
|
1.2 |
| 15-Dec-2001 |
soren | branches: 1.2.16; To make dev/pcmcia work on platforms with 64-bit bus_addr_t and 32-bit bus_size_t (sparc), change the pcmcia_mem_map(9) offsetp argument to bus_size_t as it is used as a bus_space offset.
|
1.1 |
| 23-Mar-1999 |
bad | branches: 1.1.20; 1.1.22; A backend for Databook's TCIC family of PCMCIA chips.
Thanks to Andreas Lohrum, O'Reilly Verlag, Terry Moore, and Holger Czukay for hardware, documentation, and support.
|
1.1.22.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.1.20.1 |
| 08-Jan-2002 |
nathanw | Catch up to -current.
|
1.2.16.5 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.2.16.4 |
| 04-Feb-2005 |
skrll | Sync with HEAD.
|
1.2.16.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.2.16.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.2.16.1 |
| 12-Aug-2004 |
skrll | Sync with HEAD.
|
1.3.6.1 |
| 12-Feb-2005 |
yamt | sync with head.
|
1.3.4.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.5.2.3 |
| 03-Sep-2007 |
yamt | sync with head.
|
1.5.2.2 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.5.2.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.7.6.1 |
| 22-Apr-2006 |
simonb | Sync with head.
|
1.7.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.7.2.1 |
| 18-Feb-2006 |
yamt | sync with head.
|
1.8.2.1 |
| 03-Sep-2006 |
yamt | sync with head.
|
1.9.14.1 |
| 11-Jul-2007 |
mjf | Sync with head.
|
1.9.12.1 |
| 09-Apr-2007 |
ad | - Add two new arguments to kthread_create1: pri_t pri, bool mpsafe. - Fork kthreads off proc0 as new LWPs, not new processes.
|
1.10.48.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.10.42.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.10.32.2 |
| 16-May-2009 |
yamt | sync with head
|
1.10.32.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.12.22.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.12.12.1 |
| 30-Oct-2012 |
yamt | sync with head
|