The NetBSD Project

src/sys/arch/macppc/dev/

Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [cvs.netbsd.org] / src / sys / arch / macppc / dev


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[TXT] abtn.c  1.18   11 months  matt   struct device * -> device_t struct cfdata * -> cfdata_t use device accessors, us...
[TXT] adb.c  1.33   3 months  matt   Use C89 function prototypes.
[TXT] adb_direct.c  1.43   3 months  matt   Use C89 function prototypes.
[TXT] adbvar.h  1.14   2 years  snj   Drop 3rd and 4th clauses. Approved by Brad Grantham (copyright holder).
[TXT] aed.c  1.26   11 months  matt   struct device * -> device_t struct cfdata * -> cfdata_t use device accessors, us...
[TXT] aedvar.h  1.5   2 years  snj   Drop 3rd and 4th clauses. Approved by Brad Grantham (copyright holder).
[TXT] akbd.c  1.44   11 months  matt   struct device * -> device_t struct cfdata * -> cfdata_t use device accessors, us...
[TXT] akbdmap.h  1.5   9 years  manu   Merged mac68k and macppc keayboards, since they are the same. The file could mov...
[TXT] akbdvar.h  1.13   3 years  dsl   Remove all the __P() from sys (excluding sys/dist) Diff checked with grep and MK...
[TXT] am79c950.c  1.32   10 months  macallan   finish device_t-ification
[TXT] am79c950reg.h  1.1   14 years  tsubai   Initial import of macppc port.
[TXT] ams.c  1.28   9 months  mbalmer   According to the Oxford Dictionary of Etymology, a wether is a male sheep or ram...
[TXT] amsvar.h  1.9   3 years  dsl   Remove all the __P() from sys (excluding sys/dist) Diff checked with grep and MK...
[TXT] apm.c  1.24   11 months  matt   struct device * -> device_t struct cfdata * -> cfdata_t use device accessors, us...
[TXT] awacs.c  1.42   6 months  mrg   put back IPL_AUDIO and splaudio(), at the request of rmind. they are aliases an...
[TXT] battery.c  1.15   10 months  macallan   finish device_t-ification
[TXT] batteryvar.h  1.2   4 years  martin   Convert to new 2 clause license
[TXT] com_mainbus.c  1.4   10 months  dyoung   #include <sys/bus.h> instead of <machine/bus.h>.
[TXT] cuda.c  1.17   10 months  dyoung   #include <sys/bus.h> instead of <machine/bus.h>.
[TXT] cudavar.h  1.2   4 years  martin   Convert to new 2 clause license
[TXT] dbcool_ki2c.c  1.8   5 months  riastradh   Match adm1030 too in dbcool_ki2c_match. PR port-macppc/41916: dbcool at ki2c sh...
[TXT] dbdma.c  1.11   2 days  macallan   malloc -> kmem_alloc
[TXT] dbdma.h  1.5   4 years  garbled   Merge the ppcoea-renovation branch to HEAD. This branch was a major cleanup and...
[TXT] deq.c  1.8   17 months  matt   Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch from uv...
[TXT] deqvar.h  1.3   4 years  macallan   struct device * -> device_t
[TXT] esp.c  1.31   10 months  matt   Modify mapiodev to take a third argument indicating whether the space should be ...
[TXT] espvar.h  1.4   4 years  martin   Remove clause 3 and 4 from TNF licenses
[TXT] gpio.c  1.11   10 months  matt   Modify mapiodev to take a third argument indicating whether the space should be ...
[TXT] if_bm.c  1.45   10 months  matt   Modify mapiodev to take a third argument indicating whether the space should be ...
[TXT] if_bmreg.h  1.2   12 years  tsubai   Use MII device layer. XXX still 100Mbps receive side is very slow...
[TXT] if_gm.c  1.41   3 months  tls   Entropy-pool implementation move and cleanup. 1) Move core entropy-pool code an...
[TXT] if_gmreg.h  1.3   11 years  tsubai   branches: 1.3.4; Forgot to commit this.
[TXT] if_mc.c  1.22   10 months  macallan   finish device_t-ification
[TXT] if_mcvar.h  1.13   10 months  macallan   finish device_t-ification
[TXT] if_wi_obio.c  1.23   10 months  dyoung   #include <sys/bus.h> instead of <machine/bus.h>.
[TXT] kauai.c  1.28   10 months  dyoung   #include <sys/bus.h> instead of <machine/bus.h>.
[TXT] ki2c.c  1.18   10 months  macallan   finish device_t-ification
[TXT] ki2cvar.h  1.4   10 months  macallan   finish device_t-ification
[TXT] mediabay.c  1.22   10 months  macallan   finish device_t-ification
[TXT] mesh.c  1.35   10 months  matt   Modify mapiodev to take a third argument indicating whether the space should be ...
[TXT] meshreg.h  1.2   11 years  tsubai   Fix Conner CFP1080 problem (pr 7612) and add debugging messages.
[TXT] nvram.c  1.17   10 months  matt   Modify mapiodev to take a third argument indicating whether the space should be ...
[TXT] obio.c  1.36   7 months  macallan   add cpufreq support
[TXT] obiovar.h  1.2   3 years  macallan   branches: 1.2.2; 1.2.4; 1.2.6; 1.2.18; add some register definitions
[TXT] ofb.c  1.68   2 months  elad   Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with something m...
[TXT] ofcons.c  1.26   11 months  matt   struct device * -> device_t struct cfdata * -> cfdata_t use device accessors, us...
[TXT] pbms.c  1.12   17 months  phx   The driver didn't work, because it expects the whole data packet in a single int...
[TXT] pm_direct.c  1.37   3 years  cegger   Ansify function definitions w/o arguments. Generated with sed.
[TXT] pm_direct.h  1.12   3 years  dsl   Remove all the __P() from sys (excluding sys/dist) Diff checked with grep and MK...
[TXT] pmu.c  1.21   10 months  dyoung   #include <sys/bus.h> instead of <machine/bus.h>.
[TXT] pmuvar.h  1.8   18 months  macallan   add support for controlling power to the modem in some PowerBooks works at least...
[TXT] smartbat.c  1.8   10 months  macallan   finish device_t-ification
[TXT] snapper.c  1.38   6 months  mrg   put back IPL_AUDIO and splaudio(), at the request of rmind. they are aliases an...
[TXT] uni-n.c  1.6   6 months  macallan   more device/softc splitting
[TXT] valkyriefb.c  1.2   2 days  macallan   cleanup, remove debug goo
[TXT] valkyriefbreg.h  1.1   4 months  macallan   branches: 1.1.4; 1.1.6; drivers to support the onboard video circuitry found i...
[TXT] viareg.h  1.9   3 months  matt   Use C89 function prototypes.
[TXT] videopll.c  1.1   4 months  macallan   branches: 1.1.4; 1.1.6; drivers to support the onboard video circuitry found i...
[TXT] videopllvar.h  1.1   4 months  macallan   branches: 1.1.4; 1.1.6; drivers to support the onboard video circuitry found i...
[TXT] wdc_obio.c  1.53   10 months  dyoung   #include <sys/bus.h> instead of <machine/bus.h>.
[TXT] zs.c  1.50   10 months  matt   Modify mapiodev to take a third argument indicating whether the space should be ...
[TXT] zs_kgdb.c  1.14   2 years  cegger   kill extra whitespaces reviewed by tsutsui@


CVSweb <webmaster@jp.NetBSD.org>