Home | History | Annotate | Download | only in dev
History log of /src/sys/arch/evbmips/loongson/dev/kb3310.c
RevisionDateAuthorComments
 1.3  25-May-2020  riastradh Switch to CFATTACH_DECL_NEW.

This driver doesn't compile -- never has since it was imported from
OpenBSD -- but in case anyone wants to make it work, let's leave fewer
landmines to step on.
 1.2  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.1  27-Aug-2011  bouyer branches: 1.1.2; 1.1.12;
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.12.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.1.2.1  30-Oct-2012  yamt sync with head

RSS XML Feed