Source-Changes archive

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

CVS commit: src/sys/arch/prep



Module Name:    src
Committed By:   garbled
Date:           Mon Apr 28 19:01:45 UTC 2008

Modified Files:
        src/sys/arch/prep/conf: GENERIC
        src/sys/arch/prep/pnpbus: if_we_pnpbus.c pnpbus.c pnpbusvar.h
            wdc_pnpbus.c
        src/sys/arch/prep/prep: mainbus.c
Added Files:
        src/sys/arch/prep/pnpbus: fdc_pnpbus.c

Log Message:
Add floppy support to prep (the croud goes wild)

Add an additional argument to pnpbus_intr_establish to allow overriding of
the pnp interrupt type, because some devices lie.
Change how the pnpbus match routine works, to avoid attaching it when we
are probing for cpu's.
Fix a few stray printf's in the autoconf output.


To generate a diff of this commit:
cvs rdiff -r1.141 -r1.142 src/sys/arch/prep/conf/GENERIC
cvs rdiff -r0 -r1.1 src/sys/arch/prep/pnpbus/fdc_pnpbus.c
cvs rdiff -r1.2 -r1.3 src/sys/arch/prep/pnpbus/if_we_pnpbus.c
cvs rdiff -r1.7 -r1.8 src/sys/arch/prep/pnpbus/pnpbus.c \
    src/sys/arch/prep/pnpbus/wdc_pnpbus.c
cvs rdiff -r1.4 -r1.5 src/sys/arch/prep/pnpbus/pnpbusvar.h
cvs rdiff -r1.27 -r1.28 src/sys/arch/prep/prep/mainbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index