| History log of /src/sys/arch/alpha/eisa/eisa_machdep.c | 
    | Revision |  | Date | Author | Comments | 
| 1.14 |  | 25-Sep-2021 | thorpej | Make all of the EISA chipset functions call through real functions, rather the macros.
 
 | 
| 1.13 |  | 18-Nov-2020 | thorpej | malloc(9) -> kmem(9) 
 | 
| 1.12 |  | 29-Mar-2014 | christos | branches:  1.12.42; make pci_intr_string and eisa_intr_string take a buffer and a length
 instead of relying in local static storage.
 
 | 
| 1.11 |  | 21-Mar-2014 | christos | gc sprintf; reduce local static usage of interrupt strings that are only used once for autoconf printing.
 
 | 
| 1.10 |  | 27-Jun-2013 | christos | don't forget to insert the io to the list http://M00nBSD.net/ae123a9bae03f7dde5c6d654412daf5a.html
 
 | 
| 1.9 |  | 06-Feb-2012 | matt | branches:  1.9.6; Do a minor cleanup of alpha (this will make applying pullups post branching
 easier).
 u_int{8,16,32,64}_t -> uint{*}_t
 Change all old-style definitions to C89 prototypes.
 Whitespace cleanup.
 Constification in db_disasm.c
 
 | 
| 1.8 |  | 28-Apr-2008 | martin | branches:  1.8.34;  1.8.38; Remove clause 3 and 4 from TNF licenses
 
 | 
| 1.7 |  | 17-Oct-2007 | garbled | branches:  1.7.16;  1.7.18;  1.7.20; Merge the ppcoea-renovation branch to HEAD.
 
 This branch was a major cleanup and rototill of many of the various OEA
 cpu based PPC ports that focused on sharing as much code as possible
 between the various ports to eliminate near-identical copies of files in
 every tree.  Additionally there is a new PIC system that unifies the
 interface to interrupt code for all different OEA ppc arches.  The work
 for this branch was done by a variety of people, too long to list here.
 
 TODO:
 bebox still needs work to complete the transition to -renovation.
 ofppc still needs a bunch of work, which I will be looking at.
 ev64260 still needs to be renovated
 amigappc was not attempted.
 
 NOTES:
 pmppc was removed as an arch, and moved to a evbppc target.
 
 | 
| 1.6 |  | 22-Jul-2007 | tsutsui | branches:  1.6.6; More fixes for Jensen, reported and tested by Christoph Franzen
 in PR port-alpha/36628:
 - make jensenio_eisa_maxslots() return 8 (instead of 16) since
 EISA config for slot 8-15 on jensen could return invalid values
 - pass eisa_chipset_tag_t to eisa_init() and check eisa_maxslots()
 on probing EISA config space
 - pass M_ZERO to malloc(9) and make sure malloc(9) doesn't fail
 - fix typo in a debug printf, add more debug printfs, and
 use #ifdef EISA_DEBUG to enable them
 - cast uint8_t value to uint32_t before shift more than 8 bits
 - check buffer region on reading compressed data from EISA config space
 
 | 
| 1.5 |  | 01-Jun-2002 | lukem | branches:  1.5.22;  1.5.58;  1.5.64;  1.5.72;  1.5.74;  1.5.76;  1.5.78; SIMPLEQ rototill:
 - implement SIMPLEQ_REMOVE(head, elm, type, field).  whilst it's O(n),
 this mirrors the functionality of SLIST_REMOVE() (the other
 singly-linked list type) and FreeBSD's STAILQ_REMOVE()
 - remove the unnecessary elm arg from SIMPLEQ_REMOVE_HEAD().
 this mirrors the functionality of SLIST_REMOVE_HEAD() (the other
 singly-linked list type) and FreeBSD's STAILQ_REMOVE_HEAD()
 - remove notes about SIMPLEQ not supporting arbitrary element removal
 - use SIMPLEQ_FOREACH() instead of home-grown for loops
 - use SIMPLEQ_EMPTY() appropriately
 - use SIMPLEQ_*() instead of accessing sqh_first,sqh_last,sqe_next directly
 - reorder manual page; be consistent about how the types are listed
 - other minor cleanups
 
 | 
| 1.4 |  | 11-Aug-2000 | thorpej | branches:  1.4.2;  1.4.4;  1.4.6;  1.4.8;  1.4.20; #if 0 out a debugging printf.
 
 | 
| 1.3 |  | 11-Aug-2000 | thorpej | Add functions to read EISA configuration data for MEM, IRQ, DMA, and IO. 
 XXX Just error stubs on the i386 right now -- someone needs to write
 XXX EISA BIOS code for i386.
 
 | 
| 1.2 |  | 10-Aug-2000 | thorpej | Declare the ECU data in an MI location, so that drivers can use it.
 
 | 
| 1.1 |  | 29-Jul-2000 | thorpej | Add code to read the EISA configuration NVRAM as set up by an EISA Configuration Utility.  Code to access this data
 is forthcoming.
 
 XXX This could probably be made MI at some point.
 
 | 
| 1.4.20.1 |  | 09-Jul-2002 | gehenna | catch up with -current. 
 | 
| 1.4.8.1 |  | 23-Jun-2002 | jdolecek | catch up with -current on kqueue branch 
 | 
| 1.4.6.1 |  | 20-Jun-2002 | nathanw | Catch up to -current. 
 | 
| 1.4.4.2 |  | 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.4.4.1 |  | 11-Aug-2000 | bouyer | file eisa_machdep.c was added on branch thorpej_scsipi on 2000-11-20 19:56:46 +0000 
 | 
| 1.4.2.2 |  | 11-Aug-2000 | thorpej | Pullup from trunk: Add EISA configuration readining infrastructure.
 
 | 
| 1.4.2.1 |  | 11-Aug-2000 | thorpej | file eisa_machdep.c was added on branch netbsd-1-5 on 2000-08-11 18:00:05 +0000 
 | 
| 1.5.78.1 |  | 15-Aug-2007 | skrll | Sync with HEAD. 
 | 
| 1.5.76.1 |  | 07-Aug-2007 | matt | Sync with HEAD. 
 | 
| 1.5.74.1 |  | 03-Sep-2007 | wrstuden | Sync w/ NetBSD-4-RC_1 
 | 
| 1.5.72.1 |  | 03-Oct-2007 | garbled | Sync with HEAD 
 | 
| 1.5.64.1 |  | 20-Aug-2007 | ad | Sync with HEAD. 
 | 
| 1.5.58.1 |  | 21-Aug-2007 | liamjfoy | Pull up following revision(s) (requested by tsutsui in ticket #815): sys/arch/alpha/pci/sio.c: revision 1.41
 sys/arch/alpha/eisa/eisa_machdep.c: revision 1.6
 sys/arch/alpha/jensenio/jensenio.c: revision 1.14
 sys/arch/alpha/jensenio/jensenio_intr.c: revision 1.6
 sys/arch/alpha/include/eisa_machdep.h: revision 1.8
 sys/arch/alpha/alpha/dec_2000_300.c: revision 1.14
 sys/arch/alpha/jensenio/lpt_jensenio.c: revision 1.6
 Avoid NULL pointer dereference in MD device_register() function.
 Fixes a part of PR port-alpha/36628.
 Backout changes on lpt_jensenio.c rev 1.2.
 lpt at jensenio doesn't seem to have a specific interrupt vector
 but uses a normal EISA interrupt.
 Fixes another part of PR port-alpha/36628 and PR port-alpha/20386.
 More fixes for Jensen, reported and tested by Christoph Franzen
 in PR port-alpha/36628:
 - make jensenio_eisa_maxslots() return 8 (instead of 16) since
 EISA config for slot 8-15 on jensen could return invalid values
 - pass eisa_chipset_tag_t to eisa_init() and check eisa_maxslots()
 on probing EISA config space
 - pass M_ZERO to malloc(9) and make sure malloc(9) doesn't fail
 - fix typo in a debug printf, add more debug printfs, and
 use #ifdef EISA_DEBUG to enable them
 - cast uint8_t value to uint32_t before shift more than 8 bits
 - check buffer region on reading compressed data from EISA config space
 Check a correct value on a sanity check in jensenio_eisa_intr_map().
 Fixes yet another bug on Jensen found on tracking PR port-alpha/36628.
 
 | 
| 1.5.22.1 |  | 03-Sep-2007 | yamt | sync with head. 
 | 
| 1.6.6.1 |  | 06-Nov-2007 | matt | sync with HEAD 
 | 
| 1.7.20.1 |  | 16-May-2008 | yamt | sync with head. 
 | 
| 1.7.18.1 |  | 18-May-2008 | yamt | sync with head. 
 | 
| 1.7.16.1 |  | 02-Jun-2008 | mjf | Sync with HEAD. 
 | 
| 1.8.38.1 |  | 18-Feb-2012 | mrg | merge to -current. 
 | 
| 1.8.34.2 |  | 22-May-2014 | yamt | sync with head. 
 for a reference, the tree before this commit was tagged
 as yamt-pagecache-tag8.
 
 this commit was splitted into small chunks to avoid
 a limitation of cvs.  ("Protocol error: too many arguments")
 
 | 
| 1.8.34.1 |  | 17-Apr-2012 | yamt | sync with head 
 | 
| 1.9.6.1 |  | 20-Aug-2014 | tls | Rebase to HEAD as of a few days ago. 
 | 
| 1.12.42.1 |  | 14-Dec-2020 | thorpej | Sync w/ HEAD. 
 |