Source-Changes archive

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

NetBSD master CVS tree commits



mark
Tue Oct 14 04:13:26 PDT 1997
Update of /cvsroot/src/sys/arch/arm32/mainbus
In directory netbsd1:/var/slash-tmp/cvs-serv20195

Removed Files:
        iic.c iic_asm.S iomd.c pms.c qmouse.c kbd.c 
Log Message:
arm32 kernel source restructure
  - These files are not generic or even really mainbus specific.
    They are IOMD specific device.
  - These devices have been re-written as child devices of the IOMD
    device and the new versions will take up residence in the arm32/iomd
    directory with the other IOMD specific code.


mark
Tue Oct 14 04:16:40 PDT 1997
Update of /cvsroot/src/sys/arch/arm32/iomd
In directory netbsd1:/var/slash-tmp/cvs-serv20509

Added Files:
        iic_iomd.c iomd_iic.S kbd_iomd.c pms_iomd.c qms_iomd.c 
Log Message:
arm32 kernel source retructure
  - New versions of the drivers for the devices that really are IOMD
    specific. The old arm32/mainbus drivers have either been rewritten
    and are now child devices of the IOMD or they have been restructured
    and split into generic drivers will IOMD specific attachments.


matthias
Tue Oct 14 04:18:19 PDT 1997
Update of /cvsroot/src/sys/dev/scsipi
In directory netbsd1:/home/matthias/netbsd/sys/dev/scsipi

Modified Files:
        if_se.c 
Log Message:
Apply Ian Dall's patch from kern/4004. Ian's comment:
        The following patch employs a smarter adaptive polling
        scheme. It also improves the comments, in particular giving
        due credit to Phil Budne for his efforts in nunderstanding
        the device. It also relaxes the pattern for auto config so
        more devices match.


mark
Tue Oct 14 04:19:17 PDT 1997
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv21022

Modified Files:
        fault.c 
Log Message:
Cleanup up and correctly indented lots of comments.
Removed all the VALIDATE_TRAPFRAME junk.
Generally spring cleaned the code.




Home | Main Index | Thread Index | Old Index