History log of /src/sys/dev/qbus/dz_uba.c |
Revision | | Date | Author | Comments |
1.29 |
| 22-May-2017 |
ragge | Update copyright notice for Ludd (remove clause 3 & 4).
|
1.28 |
| 15-Mar-2008 |
matt | branches: 1.28.48; 1.28.68; Switch dz driver to PRIVALLOC and device_* accessors.
|
1.27 |
| 11-Mar-2008 |
matt | Rototill the vax code. Switch to devicet/PRIV_ALLOC. Cleanup vax autoconf code. Move to prototype definitions. staticfy, constify, avoid casting. Use device_* accessors.
|
1.26 |
| 19-Oct-2007 |
ad | branches: 1.26.12; 1.26.16; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
1.25 |
| 14-May-2006 |
elad | branches: 1.25.18; 1.25.32; 1.25.34; 1.25.38; integrate kauth.
|
1.24 |
| 29-Mar-2006 |
thorpej | Use device_private().
|
1.23 |
| 11-Dec-2005 |
christos | branches: 1.23.4; 1.23.6; 1.23.8; 1.23.10; 1.23.12; merge ktrace-lwp.
|
1.22 |
| 26-Feb-2005 |
simonb | branches: 1.22.4; White space nits.
|
1.21 |
| 04-Feb-2005 |
perry | de-__P
|
1.20 |
| 13-Dec-2003 |
ad | branches: 1.20.8; 1.20.10; Add write barriers (a no-op on vax).
|
1.19 |
| 02-Oct-2002 |
thorpej | branches: 1.19.6; Add trailing ; to CFATTACH_DECL.
|
1.18 |
| 30-Sep-2002 |
thorpej | Use CFATTACH_DECL().
|
1.17 |
| 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
1.16 |
| 26-Sep-2002 |
ad | Update for dzattach() change.
|
1.15 |
| 25-Sep-2002 |
thorpej | Don't include <sys/map.h>.
|
1.14 |
| 25-Feb-2002 |
ad | Move the dz driver to dev/dec, since it can be shared with pmax.
|
1.13 |
| 13-Nov-2001 |
lukem | add RCSIDs
|
1.12 |
| 05-Jun-2000 |
matt | branches: 1.12.4; 1.12.6; Adjust to new evcnt stuff.
|
1.11 |
| 04-Jun-2000 |
matt | More event counter stuff. Plus a little cruft cleanup while doing it.
|
1.10 |
| 30-Apr-2000 |
ragge | branches: 1.10.2; Change to use new ubareset() functionality.
|
1.9 |
| 30-Mar-2000 |
augustss | Remove register declarations.
|
1.8 |
| 24-Jan-2000 |
matt | Revamp the VAX interrupt handling code. Make it compatible with all the other ports. Clean up some things.
|
1.7 |
| 06-Jun-1999 |
ragge | branches: 1.7.2; 1.7.4; Fix map register/DMA wait queues. Still to do: BDP handling. Currently missing. Ubareset's won't work at all.
|
1.6 |
| 27-May-1999 |
ragge | Moved from ../dec/qbus/dz_uba.c,v
|
1.5 |
| 27-May-1999 |
ragge | Directory called qbus instead of uba, per request from Matt/Jason/... (More describing name actually)
|
1.4 |
| 26-May-1999 |
ragge | DZ-11 routines bus'ified. Small fixes to uba routines.
|
1.3 |
| 13-Mar-1999 |
ragge | Avoid warning if !QBA.
|
1.2 |
| 19-Jan-1999 |
ragge | Allocate (almost) all interrupt vectors dynamically. Simplifies much work when adding support for new machines and devices.
|
1.1 |
| 17-May-1998 |
ragge | Split the DZ11 driver into two parts; can now use the same driver on both unibus/qbus devices and vaxstations.
|
1.7.4.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 |
| 21-Jun-1999 |
thorpej | Sync w/ -current.
|
1.10.2.1 |
| 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.12.6.3 |
| 10-Oct-2002 |
jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
|
1.12.6.2 |
| 16-Mar-2002 |
jdolecek | Catch up with -current.
|
1.12.6.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.12.4.3 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.12.4.2 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.12.4.1 |
| 14-Nov-2001 |
nathanw | Catch up to -current.
|
1.19.6.5 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.19.6.4 |
| 04-Feb-2005 |
skrll | Sync with HEAD.
|
1.19.6.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.19.6.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.19.6.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.20.10.2 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.20.10.1 |
| 12-Feb-2005 |
yamt | sync with head.
|
1.20.8.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.22.4.3 |
| 17-Mar-2008 |
yamt | sync with head.
|
1.22.4.2 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.22.4.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.23.12.1 |
| 31-Mar-2006 |
tron | Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
|
1.23.10.1 |
| 19-Apr-2006 |
elad | sync with head.
|
1.23.8.1 |
| 01-Apr-2006 |
yamt | sync with head.
|
1.23.6.1 |
| 22-Apr-2006 |
simonb | Sync with head.
|
1.23.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.25.38.1 |
| 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.25.34.2 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.25.34.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.25.32.1 |
| 26-Oct-2007 |
joerg | Sync with HEAD.
Follow the merge of pmap.c on i386 and amd64 and move pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup code to restore CR4 before jumping back into kernel space as the large page option might cover that.
|
1.25.18.1 |
| 23-Oct-2007 |
ad | Sync with head.
|
1.26.16.1 |
| 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.26.12.1 |
| 24-Mar-2008 |
keiichi | sync with head.
|
1.28.68.1 |
| 28-Aug-2017 |
skrll | Sync with HEAD
|
1.28.48.1 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|