Home | History | Annotate | Download | only in loongson
History log of /src/sys/arch/evbmips/loongson/yeeloong_machdep.c
RevisionDateAuthorComments
 1.8  10-Jul-2016  jmcneill The version of PMON on my 8089B (LM8089-1.4.9a) configures OHCI but doesn't
enable memory space access. Enable it before the ohci driver attaches to
allow low- and full-speed devices to work.
 1.7  09-Jun-2015  macallan another cpuregs.h
 1.6  29-Mar-2014  christos branches: 1.6.4; 1.6.6;
make pci_intr_string and eisa_intr_string take a buffer and a length
instead of relying in local static storage.
 1.5  28-Feb-2013  macallan branches: 1.5.6;
make this compile without ISA support in the kernel
 1.4  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.3  02-Mar-2012  nonaka branches: 1.3.2;
Added Lemote Yeeloong Notebook support.
 1.2  14-Feb-2012  christos prototypes
 1.1  27-Aug-2011  bouyer branches: 1.1.2; 1.1.6;
Add loongson support to evbmips, based on the OpenBSD loongson port
and the existing evbmips/gdium support.
This has been tested on a lemote fuloong device (boots multiuser),
should also support other lemote devices (maybe with minor adjustments,
or adding missing drivers). There is some gdium support here too, but it
may not be yet complete (someone with a gdium would need to have a look,
hi macallan@ :)
loongson kernels are 64bits only: the loongson2f has ressources located
above the 2Gb physical address, and it's much easier to access it
using XKPHYS than trying to make it fit in the limited 32bit kernel
virtual space.
 1.1.6.4  06-Mar-2012  mrg sync to -current
 1.1.6.3  06-Mar-2012  mrg sync to -current
 1.1.6.2  04-Mar-2012  mrg sync to latest -current.
 1.1.6.1  18-Feb-2012  mrg merge to -current.
 1.1.2.3  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.1.2.2  30-Oct-2012  yamt sync with head
 1.1.2.1  17-Apr-2012  yamt sync with head
 1.3.2.4  03-Dec-2017  jdolecek update from HEAD
 1.3.2.3  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.3.2.2  23-Jun-2013  tls resync from head
 1.3.2.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.5.6.1  18-May-2014  rmind sync with head
 1.6.6.2  05-Oct-2016  skrll Sync with HEAD
 1.6.6.1  22-Sep-2015  skrll Sync with HEAD
 1.6.4.1  11-Jul-2016  martin Pull up following revision(s) (requested by jmcneill in ticket #1202):
sys/arch/evbmips/loongson/yeeloong_machdep.c: revision 1.8
The version of PMON on my 8089B (LM8089-1.4.9a) configures OHCI but doesn't
enable memory space access. Enable it before the ohci driver attaches to
allow low- and full-speed devices to work.

RSS XML Feed