Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



matthias
Wed Oct  9 00:21:48 PDT 1996
Update of /cvsroot/src/sys/arch/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532

Modified Files:
        To.Do 
Log Message:
* ddb now works.
* Profiling works as well.


matthias
Wed Oct  9 00:28:41 PDT 1996
Update of /cvsroot/src/sys/arch/pc532/include
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/include

Modified Files:
        asm.h 
Log Message:
* Include profiling prologue not only when PROF is
defined but also when GPROF is defined.
* Provide _ENTRY and _ASENTRY to make it possible to
define functions that should not be profiled.


matthias
Wed Oct  9 00:28:44 PDT 1996
Update of /cvsroot/src/sys/arch/pc532/include
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/include

Modified Files:
        cpu.h 
Log Message:
* Delete define for DELAY.
* Add prototype for delay()
* Add prototypes for functions from various
machine dependent files.


matthias
Wed Oct  9 00:28:45 PDT 1996
Update of /cvsroot/src/sys/arch/pc532/include
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/include

Modified Files:
        db_machdep.h 
Log Message:
* Make it work for NetBSD (and not mach). Most of
this was done by Phil Budne.
* Delete unused macros.
* Define a few things to support kgdb.


matthias
Wed Oct  9 00:28:49 PDT 1996
Update of /cvsroot/src/sys/arch/pc532/include
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/include

Modified Files:
        icu.h 
Log Message:
* The expression to which ICU_CLK_HZ is defined has to be
protected by parentheses.


matthias
Wed Oct  9 00:28:50 PDT 1996
Update of /cvsroot/src/sys/arch/pc532/include
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/include

Modified Files:
        param.h 
Log Message:
* redefine MAXPHYS to 128k to support DAT-tapes with a
very large blocksize.


matthias
Wed Oct  9 00:28:53 PDT 1996
Update of /cvsroot/src/sys/arch/pc532/include
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/include

Modified Files:
        psl.h 
Log Message:
* Remove intr_disable/intr_enable stuff.
* Reduce softint latency.


matthias
Wed Oct  9 00:29:56 PDT 1996
Update of /cvsroot/src/sys/arch/pc532/dev
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/dev

Modified Files:
        lpt.c 
Log Message:
* Don't use ansi c prototypes. Use the __P() macro.
* Support for bpf added.
* Don't duplicate code, use ether_ifattach instead.
* Recode plipreceive and pliptransmit in assembler.
This improves performance from 40 kbyte/s to 50 kbyte/s
between a 30mhz pc532 and a 25mhz i386.


matthias
Wed Oct  9 00:29:59 PDT 1996
Update of /cvsroot/src/sys/arch/pc532/dev
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/dev

Modified Files:
        ncr.c 
Log Message:
* Remove ncr_minphys. Simply use minphys.
* Protect interrupt code with splbio.
* Don't use intr_disable/intr_enable in the pdma routines.




Home | Main Index | Thread Index | Old Index