History log of /src/sys/dev/tc/ioasicvar.h |
Revision | | Date | Author | Comments |
1.23 |
| 07-May-2021 |
thorpej | A small bit of const poisoning.
|
1.22 |
| 04-Jun-2011 |
tsutsui | branches: 1.22.72; Split device_t/softc. pmax is tested on GXemul, compile test only for alpha.
|
1.21 |
| 20-Feb-2011 |
matt | branches: 1.21.2; Add some missing includes of <sys/device.h>
|
1.20 |
| 12-May-2009 |
cegger | branches: 1.20.4; 1.20.6; 1.20.8; struct device * -> device_t, no functional changes intended.
|
1.19 |
| 11-Dec-2005 |
christos | branches: 1.19.74; 1.19.90; merge ktrace-lwp.
|
1.18 |
| 01-Jun-2005 |
drochner | fix cast-qual fallout
|
1.17 |
| 04-Feb-2005 |
perry | de-__P
|
1.16 |
| 26-Aug-2004 |
drochner | branches: 1.16.4; 1.16.6; turn the (unused) ioasic_submatch() function into something useful, use the locator passing variant of config_found(), get rid of the macros hiding cfdata accesses and include "locators.h" from the .c file only
|
1.15 |
| 26-Sep-2003 |
mycroft | Fix off-by-one problem in array size.
|
1.14 |
| 17-Oct-2000 |
nisimura | branches: 1.14.24; Remove sc_lance_dmam field from ioasic_softc structure. It was obsoluted by the removal of ioasic_lance_dma_setup() made in if_le_ioasic.c 1.15.
|
1.13 |
| 04-Jun-2000 |
cgd | Implement the more flexiable `evcnt' interface as discussed (briefly) on tech-kern and now documented in evcnt(9).
|
1.12 |
| 15-Mar-2000 |
nisimura | branches: 1.12.2; Eliminate unused sc_cookie field of struct ioasic_softc.
|
1.11 |
| 15-Nov-1999 |
nisimura | Make sure TC_IPL_xxx synonymous with IPL_xxx.
|
1.10 |
| 01-Oct-1999 |
nisimura | branches: 1.10.2; 1.10.8; - Remove defunct codes and arrange consistency between pmax and alpha. - Reduce 'ioasic_base' expose.
|
1.9 |
| 09-Sep-1999 |
nisimura | Use bus_dmamap_load() to obtain 128KB chunk for LANCE merging codes from NetBSD/alpha. Tested ok with DEC3000 and DECstation.
|
1.8 |
| 28-Mar-1999 |
drochner | add fields for bus_apace tag and handle to ioasic_softc
|
1.7 |
| 17-Mar-1999 |
ross | prototype ioasicprint XXX pmax XXX I think someone is using the MD proto and the MI func on pmax
|
1.6 |
| 15-Mar-1999 |
jonathan | MI ioasic softc and child-device structs, gc duplicate struct definitions. Add MI ioasic functions, but dont enable on alpha until tested.
|
1.5 |
| 19-Jan-1998 |
thorpej | Don't prototype ioasic_lance_dma_setup() on the Alpha.
|
1.4 |
| 12-Jan-1998 |
thorpej | Adjust for changes in config.
|
1.3 |
| 17-Jul-1997 |
jtk | use locator defines in "locators.h" to index cf_loc[]
still to be done and/or decided not to be done: replace all TCCF_*_UNKNOWN uses in tc code with the native names from locators.h
|
1.2 |
| 17-Mar-1996 |
jonathan | Additional fixes to complete the NetBSD/1.1B config changes:
Rename the extern declaration of `tccd' and `ioasiccd' in src/sys/dev/tc/{tvar.h,ioasicvar.h", respectively, to be `tc_cd' and `ioasic_cd', to match the 1.1B-style definitions.
|
1.1 |
| 20-Dec-1995 |
cgd | autoconfiguration information for the TurboChannels System ("IOCTL") ASIC found in many DECstations and all of the TC-bus Alphas. This is provided so that the machine-independent TC if_le driver will be able to use it.
|
1.10.8.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.10.2.1 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.12.2.1 |
| 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.14.24.6 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.14.24.5 |
| 04-Feb-2005 |
skrll | Sync with HEAD.
|
1.14.24.4 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.14.24.3 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.14.24.2 |
| 03-Sep-2004 |
skrll | Sync with HEAD
|
1.14.24.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.16.6.1 |
| 12-Feb-2005 |
yamt | sync with head.
|
1.16.4.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.19.90.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.19.74.1 |
| 16-May-2009 |
yamt | sync with head
|
1.20.8.1 |
| 05-Mar-2011 |
bouyer | Sync with HEAD
|
1.20.6.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.20.4.2 |
| 12-Jun-2011 |
rmind | sync with head
|
1.20.4.1 |
| 05-Mar-2011 |
rmind | sync with head
|
1.21.2.1 |
| 23-Jun-2011 |
cherry | Catchup with rmind-uvmplock merge.
|
1.22.72.1 |
| 13-May-2021 |
thorpej | Sync with HEAD.
|