summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-11-23include "std.sun3" -> include "arch/sun3/conf/std.sun3"kstailey
1996-11-23sync with NetBSD -- copyright changes onlykstailey
1996-11-23sync with NetBSD -- copyright changes onlykstailey
1996-11-23sync with NetBSDkstailey
1996-11-22fix booting with serial console - i replaced the bios code from OpenBSD withThomas Graichen
FreeBSD's polling code so that it works with all serial terminals - if you now remove the comment in front of #CPPFLAGS+=-DSERIAL -D... - the bootprompt should appear on the serial console note: i had to rename "geometry" in one printf of sys.c to "geom." to get the bootblocks small enough for serial console booting
1996-11-16EM_M68K -> EM_68Kkstailey
1996-11-15added DO_AOUT for kvm_mkdb; added ELF defines tookstailey
1996-11-14removed bcopy & bcmp dependencieskstailey
1996-11-14Add memcpy entrypoint to bcopy et al. With this, in-tree gcc nowNiklas Hallqvist
compiles a kernel which can be booted. In-tree as still loses though.
1996-11-13kernel is bsdMichael Shalayeff
1996-11-12Arrival of new bus.h from NetBSDNiklas Hallqvist
1996-11-12s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadNiklas Hallqvist
possibly taken in small steps
1996-11-12Sync to realityNiklas Hallqvist
1996-11-12Add PCCONS_FORCE_WORD mode to limit the moves to 16bit in the VGA memNiklas Hallqvist
area. This is needed for stupid VLB VGA cards that accept larger accesses but ignores everything but the 16 low bits.
1996-11-12Use table to map the BIOS bootdev to our name instead of picking outNiklas Hallqvist
certain characters out of the BIOS string
1996-11-12cdev_init_random -> cdev_random_initkstailey
1996-11-12config file for my Sun3/60Mkstailey
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-10Move fd back.Jason Downs
1996-11-10NetBSD changes from scottr:briggs
VT220-related emulation additions: - Add reset attribute sequences for bold, underline, and reverse - Add insert/delete line sequences - Recognize but ignore G0/G1 character set sequences Performance: - Speed up clear_line() when clearing the entire line Also, some stylistic changes for checking/setting scroll region bounds and in putc_getpars(). These changes make the ITE work properly with the 1.2 termcap file.
1996-11-10commentJason Downs
1996-11-10Repair setroot() to at least have a chance of working after Theo's changes.Jason Downs
1996-11-10Another change Theo missed, plus some stylistic changesJason Downs
1996-11-09Proper break handlingThorsten Lockert
1996-11-08apply netbsd pr#2598 from der mouse:chuck
everything before the beginning of the "a" partition on a disk is read-only except when accessed via RAW_PART. (a problem if "a" isn't at the front of the disk).
1996-11-08Added protection against multiple inclusions.kstailey
Added CTL_MACHDEP definitions. "The Way Out Is The Way In" -- Laraaji
1996-11-07Conditinally unused variable (-Wall fix)Niklas Hallqvist
1996-11-07dk_mountrootTheo de Raadt
1996-11-06fix for acdTheo de Raadt
1996-11-06fd moves, acd gets addedTheo de Raadt
1996-11-06use dk_mountrootTheo de Raadt
1996-11-06add blktochr()Theo de Raadt
1996-11-06fix mountroot typeTheo de Raadt
1996-11-06add blktochr()Theo de Raadt
1996-11-06use dk_mountrootTheo de Raadt
1996-11-06add blktochr()Theo de Raadt
1996-11-06repair mountroot typeTheo de Raadt
1996-11-06use dk_mountrootTheo de Raadt
1996-11-06add blktochrTheo de Raadt
1996-11-06repair mountroot typeTheo de Raadt