| History log of /src/sys/arch/evbmips/loongson/gdium_machdep.c |
| Revision | | Date | Author | Comments |
| 1.8 |
| 23-Apr-2016 |
skrll | Merge nick-nhusb
- API / infrastructure changes to support memory management changes. - Memory management improvements and bug fixes. - HCDs should now be MP safe - conversion to KERNHIST based debug - FS/LS isoc support on ehci(4). - conversion to kmem(9) - Some USB 3 support - mostly from Takahiro HAYASHI (t-hash). - interrupt transfers now get proper DMA operations - general bug fixes - kern/48308 - uhub status notification improvements - umass(4) probe fix (applied to HEAD already) - ohci(4) short transfer fix
|
| 1.7 |
| 09-Jun-2015 |
macallan | more cpuregs.h
|
| 1.6 |
| 13-Mar-2013 |
macallan | branches: 1.6.12; 1.6.14; make sure device properties for genfb or voyagerfb actually get set
|
| 1.5 |
| 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.4 |
| 14-Feb-2012 |
christos | branches: 1.4.6; add prototypes.
|
| 1.3 |
| 20-Sep-2011 |
macallan | branches: 1.3.2; 1.3.6; wait after twiddling the gpio to power down, it takes a few seconds for it to take effect. Without this we would run into gdium_reset() and reboot instead of powering down.
|
| 1.2 |
| 20-Sep-2011 |
macallan | move the early console code over from ../gdium This is kinda hackish but it works and it's not like there will be new Gdium revisions anyway.
|
| 1.1 |
| 27-Aug-2011 |
bouyer | 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.3.6.1 |
| 18-Feb-2012 |
mrg | merge to -current.
|
| 1.3.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.3.2.2 |
| 30-Oct-2012 |
yamt | sync with head
|
| 1.3.2.1 |
| 17-Apr-2012 |
yamt | sync with head
|
| 1.4.6.3 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.4.6.2 |
| 23-Jun-2013 |
tls | resync from head
|
| 1.4.6.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
| 1.6.14.2 |
| 22-Sep-2015 |
skrll | Sync with HEAD
|
| 1.6.14.1 |
| 21-Mar-2015 |
skrll | Add prefixes to attach_arg structure member names. No functional change.
|
| 1.6.12.1 |
| 08-Apr-2017 |
snj | Pull up following revision(s) (requested by skrll in ticket #1399): sys/arch/evbmips/loongson/gdium_machdep.c: 1.8 Adapt to netbsd-7-nhusb.
|