History log of /src/sys/dev/vme/vmevar.h |
Revision | | Date | Author | Comments |
1.15 |
| 04-Dec-2023 |
thorpej | Manage VME address space using vmem(9) rather than extent(9).
XXX PR kern/57748 applies here; we lose the last byte of A32 space.
|
1.14 |
| 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.13 |
| 12-May-2009 |
cegger | branches: 1.13.12; 1.13.22; struct device * -> device_t, no functional changes intended.
|
1.12 |
| 11-Dec-2005 |
christos | branches: 1.12.74; 1.12.90; merge ktrace-lwp.
|
1.11 |
| 27-Feb-2005 |
perry | nuke trailing whitespace
|
1.10 |
| 04-Feb-2005 |
perry | de-__P
|
1.9 |
| 25-Jun-2000 |
pk | branches: 1.9.24; 1.9.32; 1.9.34; Fix spelling and formatting.
|
1.8 |
| 04-Jun-2000 |
cgd | branches: 1.8.2; Implement the more flexiable `evcnt' interface as discussed (briefly) on tech-kern and now documented in evcnt(9).
|
1.7 |
| 25-Feb-2000 |
drochner | branches: 1.7.2; add forward declaration of "struct extent", so the extent header doesn't need to be included
|
1.6 |
| 30-Jun-1999 |
drochner | branches: 1.6.2; new, more mi, VME framework
|
1.5 |
| 07-Apr-1998 |
pk | branches: 1.5.10; Change last arg of `vct_mmap_cookie' from `int *' to `bus_space_handle_t *'.
|
1.4 |
| 06-Feb-1998 |
pk | Add `offset' argument to probe routine.
|
1.3 |
| 04-Feb-1998 |
pk | Add a callback function to vme_bus_probe(), for device-specific probes using mapped device space.
|
1.2 |
| 25-Jan-1998 |
pk | Add vme_bus_mmap_cookie() and vme_bus_establish().
|
1.1 |
| 01-Nov-1997 |
pk | Start an MI VMEbus framework.
Includes two sample drivers: IE ethernet driver (VME front-end to dev/ic/i82586.c) and the XD disk driver, both converted from the sparc versions.
|
1.5.10.1 |
| 01-Jul-1999 |
thorpej | Sync w/ -current.
|
1.6.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.7.2.1 |
| 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.8.2.1 |
| 29-Jun-2000 |
thorpej | Pull up reg. 1.9: Fix spelling and formatting.
|
1.9.34.2 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.9.34.1 |
| 12-Feb-2005 |
yamt | sync with head.
|
1.9.32.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.9.24.2 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.9.24.1 |
| 04-Feb-2005 |
skrll | Sync with HEAD.
|
1.12.90.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.12.74.1 |
| 16-May-2009 |
yamt | sync with head
|
1.13.22.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.13.12.1 |
| 30-Oct-2012 |
yamt | sync with head
|