Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
matthias
Thu Mar 20 04:00:31 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532
Modified Files:
autoconf.c
Log Message:
* Remove all the mainbus stuff. This is in mainbus.c now.
* The clock is no longer started by startrtclock. This is done by
clock_attach now.
matthias
Thu Mar 20 04:00:34 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532
Modified Files:
clock.c
Log Message:
* Make the rtc and the clock real devices. Initialize the clock parts
of the ICU in clock_attach.
* Pull over (and reformat) rtc_rw from mem.c.
* Convert the rtc driver to use /sys/dev/clock_subr.c (partially by
stealing code from the sun3 port).
matthias
Thu Mar 20 04:00:35 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532
Modified Files:
conf.c
Log Message:
* Do not call all the *_decl macros. This is done by <sys/conf.h> and
<machine/conf.h>.
matthias
Thu Mar 20 04:00:38 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532
Modified Files:
db_disasm.c
Log Message:
* Add missing prototypes.
* Reconstruct a piece of text that got lost in the past.
* Make the output for undefined instructions more consistent.
matthias
Thu Mar 20 04:00:40 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532
Modified Files:
db_interface.c
Log Message:
* Add missing prototypes.
matthias
Thu Mar 20 04:00:43 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532
Modified Files:
db_memrw.c
Log Message:
* Add missing prototypes and casts.
* Fix a printf format string.
matthias
Thu Mar 20 04:00:44 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532
Modified Files:
db_trace.c
Log Message:
* add missing prototypes.
* Fix some printf format strings.
* Remove unused Debugger() definition.
matthias
Thu Mar 20 04:00:46 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532
Modified Files:
disksubr.c
Log Message:
* Include <sys/disk.h> to get prototypes for dk_establish.
* Fix definition of strat arg for {read,write}disklabel.
matthias
Thu Mar 20 04:00:48 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532
Modified Files:
in_cksum.c
Log Message:
* Include sys/systm.h and netinet/in.h to get missing prototypes.
matthias
Thu Mar 20 04:00:50 PST 1997
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 the interrupt controller part of the ICU in intr_init.
* Move softnet and the establishing of the softclock and softnet
interrupts to machdep.c.
* Fix some printf format strings.
matthias
Thu Mar 20 04:00:52 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532
Modified Files:
kgdb_machdep.c
Log Message:
* Remove trailing newline.
matthias
Thu Mar 20 04:00:55 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532
Modified Files:
machdep.c
Log Message:
* Remove stale rcsid string.
* Add missing prototypes.
* Move over softnet() from intr.c.
* Establish softnet and softclock interrupts in init532.
* Misc cleanup to get it compiled with the new CWARNFLAGS.
matthias
Thu Mar 20 04:00:56 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532
Modified Files:
mem.c
Log Message:
* Include sys/proc.h, sys/fcntl.h and machine/conf.h to get some missing
prototypes.
* Get rid of RTC_DEV. All rtc support now lives in clock.c.
matthias
Thu Mar 20 04:00:59 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532
Modified Files:
sys_machdep.c
Log Message:
* Remove unused local variable in sys_sysarch.
matthias
Thu Mar 20 04:01:00 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532
Modified Files:
trap.c
Log Message:
* Include sys/kgdb.h to get prototypes for kgdb_trap.
* Fix some printf format strings.
matthias
Thu Mar 20 04:01:04 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532
Modified Files:
vm_machdep.c
Log Message:
* Include sys/ptrace.h to get prototypes for process_read_regs and
process_read_fpregs.
* Remove extern definitions for proc_trampoline and pmap_pte. We
get prototypes for these from some headerfiles.
matthias
Thu Mar 20 04:01:24 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532
Added Files:
mainbus.c
Log Message:
* New file that contains the match/attach/print function for the mainbus
device.
* Some generic ICU initialization is now done in mbattach.
matthias
Thu Mar 20 04:02:00 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532
Removed Files:
intr.c
Log Message:
* Initialize the interrupt controller part of the ICU in intr_init.
* Move softnet and the establishing of the softclock and softnet
interrupts to machdep.c.
* Fix some printf format strings.
matthias
Thu Mar 20 04:02:34 PST 1997
Update of /cvsroot/src/sys/arch/pc532/include
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/include
Added Files:
conf.h
Log Message:
* New file. This contains the definitions used to fill the cdev and
bdev switches for devices unique to the pc532.
matthias
Thu Mar 20 04:02:37 PST 1997
Update of /cvsroot/src/sys/arch/pc532/include
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/include
Modified Files:
cpu.h
Log Message:
* Add prototypes for ieee_handle_exception, ram_size, restore_fpu_context
and save_fpu_context.
* Remove prototypes for cpu_reset (it is local to machdep.c) and
startrtclock (it does no longer exist).
matthias
Thu Mar 20 04:02:38 PST 1997
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:
* Add prototypes for kdb_trap and db_dasm_ns32k.
matthias
Thu Mar 20 04:02:40 PST 1997
Update of /cvsroot/src/sys/arch/pc532/include
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/include
Modified Files:
icu.h
Log Message:
* Remove IEDGE and IPLOARITY. These constants are no longer in use.
matthias
Thu Mar 20 04:02:43 PST 1997
Update of /cvsroot/src/sys/arch/pc532/include
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/include
Modified Files:
pmap.h
Log Message:
* Add prototypes for pmap_pte, pmap_testbit and pmap_changebit.
* Remove PTDpaddr. This is no longer in use.
matthias
Thu Mar 20 04:03:02 PST 1997
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 unused ncr_minphys prototype.
* Add prototype for ncr_ready.
* Add ncr_wait_not_req function from Ian Dall:
The ncr_wait_not_req business is to avoid a potential race.
When the pseudo DMA finishes, the target may not have
lowered REQ yet. If we just charge ahead, we eventually test
for phase when REQ is high. However, if REQ has not yet gone
low for the last byte transferred, this will be the wrong
phase. This is taken from the dp8490 application notes. The
last ACK is not deasserted until the dma is completed.
Deasserting the last ACK should be delayed until the last
REQ is deasserted. I am not sure if there are ever devices
this slow, but I believe the code is "more correct".
matthias
Thu Mar 20 04:03:04 PST 1997
Update of /cvsroot/src/sys/arch/pc532/dev
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/dev
Modified Files:
scn.c
Log Message:
* Don't reference NSCN.
* Use machine/conf.h not sys/conf.h to get the prototypes for the
scn cdev functions.
* Include <sys/kgdb.h> to get prototypes for kgdb_connect and kgdb_attach.
* Add missing prototypes for some functions.
* Make ddb work before the console was opend. Thank's to Ian Dall
for this change. His comment:
Also, ddb doesn't work if a break is set before the console
is opened. That is because DTR and RTS are not asserted. It
would probably work if the console is wired to ingnore DTR
or RTS. The change below is probably not very correct.
Proabably the state of DTR and RTS should be saved and DTR
and RTS asserted on the start of a polled serial input and
the saved values restored on exiting polled input
* Remove unused function scn_ei.
matthias
Thu Mar 20 04:03:21 PST 1997
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf
Modified Files:
DUMMY
Log Message:
* Remove uk driver, add se driver.
matthias
Thu Mar 20 04:03:24 PST 1997
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf
Modified Files:
Makefile.pc532
Log Message:
* Add "-Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-format"
to CWARNFLAGS.
matthias
Thu Mar 20 04:03:25 PST 1997
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf
Modified Files:
files.pc532
Log Message:
* Add new file arch/pc532/pc532/mainbus.c.
* Remove arch/pc532/pc532/icuinit.c.
* clock and rtc are real devices now.
* Change all uses of needs-count to needs-flag.
matthias
Thu Mar 20 04:03:28 PST 1997
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf
Modified Files:
std.pc532
Log Message:
* clock and rtc are real devices now.
matthias
Thu Mar 20 04:04:09 PST 1997
Update of /cvsroot/src/sys/arch/pc532/fpu
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/fpu
Modified Files:
ieee_invop.c
Log Message:
* Remove the unused variable fsr in ieee_invop.
Home |
Main Index |
Thread Index |
Old Index