Source-Changes archive

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

NetBSD master CVS tree commits



matthias
Mon Dec 23 00:35:58 PST 1996
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
        autoconf.c 
Log Message:
* Rename membus to mainbus.
* Remove config_scan. Thank's to Chris G. Demetriou for providing patches.


matthias
Mon Dec 23 00:36:00 PST 1996
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
        clock.c 
Log Message:
* intr_establish now takes *two* ipls. One at which the handler should run,
  and one in which the interrupt should get blocked.


matthias
Mon Dec 23 00:36:03 PST 1996
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
        intr.c 
Log Message:
* Initialize IPL_HIGH's imask to 0xffffffff.
* Initialize iv_level for all interrupts.
* Protect the call to the sir-handler with splraise.
* intr_establish now takes *two* ipls. One at which the handler should run,
  and one in which the interrupt should get blocked.
* Compute iv_mask for all interrupts in intr_establish.


matthias
Mon Dec 23 00:36:06 PST 1996
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
        locore.s 
Log Message:
* Recode _interrupt to use IV_MASK.


matthias
Mon Dec 23 00:36:09 PST 1996
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
        machdep.c 
Log Message:
* Add code for CPU_NKPDE sysctl.
* Compute nkpde at boottime.


matthias
Mon Dec 23 00:36:12 PST 1996
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
        pmap.c 
Log Message:
* Define and use nkpde.


matthias
Mon Dec 23 00:36:31 PST 1996
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf

Modified Files:
        DEFAULT 
Log Message:
* Use std.pc532.
* Make it work on 30mhz machines.


matthias
Mon Dec 23 00:36:34 PST 1996
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf

Modified Files:
        DUMMY 
Log Message:
* Configure UNION and NULLFS. UNION doesn't seem to work as a lkm yet.


matthias
Mon Dec 23 00:36:36 PST 1996
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf

Modified Files:
        INSTALL 
Log Message:
* Use std.pc532.
* Make it work on 30mhz machines.
* Configure MSDOSFS, CD9660, KERNFS, NFSCLIENT and INET.
* Configure SCSI-cds, slip and ppp.
* Update for mi ramdisk driver.


matthias
Mon Dec 23 00:36:38 PST 1996
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf

Modified Files:
        KLONDIKE 
Log Message:
* membus is now called mainbus.


matthias
Mon Dec 23 00:36:40 PST 1996
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf

Modified Files:
        SALMON 
Log Message:
* Use std.pc532.
* Remove obsolete options CONFIG_NEW and CON_BRK_PANIC.


matthias
Mon Dec 23 00:36:42 PST 1996
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf

Modified Files:
        STEELHEAD 
Log Message:
* Use std.pc532.
* Remove obsolete options CONFIG_NEW and CON_BRK_PANIC.


matthias
Mon Dec 23 00:36:44 PST 1996
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf

Modified Files:
        files.pc532 
Log Message:
* membus is now called mainbus.


matthias
Mon Dec 23 00:36:46 PST 1996
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf

Modified Files:
        std.pc532 
Log Message:
* membus is now called mainbus.


matthias
Mon Dec 23 00:37:02 PST 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:
* Match functions take a "struct cfdata *" as their second argument.
* intr_establish now takes *two* ipls. One at which the handler should run,
  and one in which the interrupt should get blocked.


matthias
Mon Dec 23 00:37:05 PST 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:
* Match functions take a "struct cfdata *" as their second argument.
* intr_establish now takes *two* ipls. One at which the handler should run,
  and one in which the interrupt should get blocked.
* Make transfersize configurable for input and output. Default the input
  transfersize to 128 bytes. That way interrupts won't be disabled for more
  then about 128us-256us for slow targets. This is necessary to prevent scn
  fifo overruns. Cleanup the pdma code. Thank's to Ian Dall for these
  changes.


matthias
Mon Dec 23 00:37:08 PST 1996
Update of /cvsroot/src/sys/arch/pc532/dev
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/dev

Modified Files:
        scn.c 
Log Message:
* Match functions take a "struct cfdata *" as their second argument.
* intr_establish now takes *two* ipls. One at which the handler should run,
  and one in which the interrupt should get blocked.

All the following changes were provided by Ian Dall:
* Remove SCN_HSOFT. Now that the pc532's software interrupt system is running
  from int14, this won't work anymore.
* Add code to detect uart type (SCN2681, SCC2692 or SCC26C92).
* Cleanup my RECOVER mess. Thank's to Ian Dall for reading the datasheet
  and removing all the unnecessary RECOVERs.
* Cleanup scnrxintr.
* Implement scnhiwflow.
* Do not use automatic RTS. This and scnhiflow and some changes to the
  interrupt system suggested by Ian fix the scn overrun problem at 57600
  baud.


matthias
Mon Dec 23 00:37:11 PST 1996
Update of /cvsroot/src/sys/arch/pc532/dev
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/dev

Modified Files:
        scnreg.h 
Log Message:
* Define the bits in MR0 for the SCC26C92 (Ian Dall).
* Define SCC26C92-only commands (Ian Dall).


matthias
Mon Dec 23 00:37:12 PST 1996
Update of /cvsroot/src/sys/arch/pc532/dev
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/dev

Modified Files:
        scnvar.h 
Log Message:
* Rearange duart_info and add hwflags to store uart type (Ian Dall).
* Define SCN_RING_HIWAT and add sc_rbhiwat to scn_softc. When the 
  ringbuffer gets full up to this mark, rts gets asserted (Ian Dall).
* Add sc_rx_blocked to scn_softc. This is used to tell scnsoft that
  rxinterrupts are blocked (Ian Dall).


matthias
Mon Dec 23 00:37:37 PST 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:
* Define new sysctl variable "machdep.nkpde" (From the i386 port).


matthias
Mon Dec 23 00:37:39 PST 1996
Update of /cvsroot/src/sys/arch/pc532/include
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/include

Modified Files:
        pmap.h 
Log Message:
* Define NKPDE_BASE, NKPDE_MAX and NKPDE_SCALE for boottime computation of
  nkpde (From the i386 port).


matthias
Mon Dec 23 00:37:41 PST 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 IPL_NONE. This is no longer used.
* Add IPL_HIGH. Alias IPL_HIGH to IPL_RTTY
* Define splrtty (used by the scn driver).
* Add iv_level and iv_mask to struct iv. These define the IPL at
  which the handler should run.
* intr_establish now takes *two* ipls. One at which the handler should run,
  and one in which the interrupt should get blocked.


matthias
Mon Dec 23 00:37:44 PST 1996
Update of /cvsroot/src/sys/arch/pc532/include
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/include

Modified Files:
        types.h 
Log Message:
* Remove __BROKEN_INDIRECT_CONFIG.


matthias
Mon Dec 23 00:37:56 PST 1996
Update of /cvsroot/src/sys/arch/pc532/fpu
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/fpu

Modified Files:
        ieee_handler.c 
Log Message:
* Use bcopy, not memcpy.


matthias
Mon Dec 23 00:38:03 PST 1996
Update of /cvsroot/src/sys/arch/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532

Modified Files:
        Makefile 
Log Message:
* We no longer have a scsi subdirectory. Remove it from the list of
  directories in which get tag links.




Home | Main Index | Thread Index | Old Index