Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-12-05 | Implement a few more escape sequences that BSD/OS has defined for pccons; | Thorsten Lockert | |
fixes NetBSD PR 2947. Note that some of the new sequences are accepted but ignored | |||
1996-12-04 | DESTDIR fixing | Theo de Raadt | |
1996-12-02 | increase default data limit to size needed for make build | kstailey | |
1996-11-30 | Com driver moved, still somewhat ISA-dependent though, but it will | Niklas Hallqvist | |
improve. Pica and PCMCIA-dependent stuff factored out. | |||
1996-11-30 | bus changes | Jason Downs | |
1996-11-30 | Cleaned up. lpt is MI now. | Niklas Hallqvist | |
1996-11-28 | Adaption to new bus.h from NetBSD. Various driver has been updated to | Niklas Hallqvist | |
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes. | |||
1996-11-28 | Adaption to new bus.h from NetBSD. Various driver has been updated to | Niklas Hallqvist | |
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes. | |||
1996-11-28 | Adaption to new bus.h from NetBSD. Various driver has been updated to | Niklas Hallqvist | |
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes. | |||
1996-11-28 | Various configuration changes | Niklas Hallqvist | |
1996-11-28 | Fix a vararg proto | Niklas Hallqvist | |
1996-11-28 | Add special case code for the rPC44. The DMA buffers on this machine | imp | |
are not cache coherent, so for the moment use uncached addresses for all buffer access. In the future, more specific cache flushing should be done. rPC44 now boots into multi user off SCSI disk or the network, builds its own kernel and seems to be making its way toward finishing a make build. Correct -Wall complaint when BTDEBUG defined while I'm here. | |||
1996-11-27 | Make compilable in our env. Involved disabling ELF support, | Niklas Hallqvist | |
reordering includes (due to -Wstrict-prototypes) and other -Wall goo | |||
1996-11-27 | include libkern.h prior to stand.h to not to collide m{in,ax} definitions. | Michael Shalayeff | |
1996-11-25 | Sync with reality, + Serial console on COM2 | Niklas Hallqvist | |
1996-11-25 | Fix comment typo | Niklas Hallqvist | |
1996-11-25 | Oops | Niklas Hallqvist | |
1996-11-25 | htons et al. works on explicit 16- and 32-bit quantities and not the | Niklas Hallqvist | |
machine dependent "short" and "long" integer. Correct and enhance manpage. Change all short and longs to u_int16_t and u_int32_t, respectively. OpenBSD RCSIds | |||
1996-11-24 | extern decl of cfdata from device.h conflicted with static one in-here | Niklas Hallqvist | |
1996-11-24 | Fix typo | Niklas Hallqvist | |
1996-11-24 | removed ref to bitmask_snprintf() | kstailey | |
1996-11-24 | sync w/NetBSD modulo two-arg boot(); adds dump | kstailey | |
1996-11-24 | remove bogus diagnostic | kstailey | |
1996-11-23 | remrq -> remrunqueue | kstailey | |
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey | |
1996-11-23 | include "std.sun3" -> include "arch/sun3/conf/std.sun3" | kstailey | |
1996-11-23 | sync with NetBSD -- copyright changes only | kstailey | |
1996-11-23 | sync with NetBSD -- copyright changes only | kstailey | |
1996-11-23 | sync with NetBSD | kstailey | |
1996-11-22 | fix booting with serial console - i replaced the bios code from OpenBSD with | Thomas 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-16 | EM_M68K -> EM_68K | kstailey | |
1996-11-15 | added DO_AOUT for kvm_mkdb; added ELF defines too | kstailey | |
1996-11-14 | removed bcopy & bcmp dependencies | kstailey | |
1996-11-14 | Add memcpy entrypoint to bcopy et al. With this, in-tree gcc now | Niklas Hallqvist | |
compiles a kernel which can be booted. In-tree as still loses though. | |||
1996-11-13 | kernel is bsd | Michael Shalayeff | |
1996-11-12 | Arrival of new bus.h from NetBSD | Niklas Hallqvist | |
1996-11-12 | s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road | Niklas Hallqvist | |
possibly taken in small steps | |||
1996-11-12 | Sync to reality | Niklas Hallqvist | |
1996-11-12 | Add PCCONS_FORCE_WORD mode to limit the moves to 16bit in the VGA mem | Niklas Hallqvist | |
area. This is needed for stupid VLB VGA cards that accept larger accesses but ignores everything but the 16 low bits. | |||
1996-11-12 | Use table to map the BIOS bootdev to our name instead of picking out | Niklas Hallqvist | |
certain characters out of the BIOS string | |||
1996-11-12 | cdev_init_random -> cdev_random_init | kstailey | |
1996-11-12 | config file for my Sun3/60M | kstailey | |
1996-11-11 | Updates for SCSI scanner and SCSI unknown devices. | kstailey | |
Removed MI *dev_decl() stuff that is now in sys/conf.h | |||
1996-11-11 | Updates for SCSI scanner and SCSI unknown devices. | kstailey | |
Removed MI *dev_decl() stuff that is now in sys/conf.h | |||
1996-11-11 | Updates for SCSI scanner and SCSI unknown devices. | kstailey | |
Removed MI *dev_decl() stuff that is now in sys/conf.h | |||
1996-11-11 | Updates for SCSI scanner and SCSI unknown devices. | kstailey | |
Removed MI *dev_decl() stuff that is now in sys/conf.h | |||
1996-11-11 | Updates for SCSI scanner and SCSI unknown devices. | kstailey | |
Removed MI *dev_decl() stuff that is now in sys/conf.h | |||
1996-11-11 | Updates for SCSI scanner and SCSI unknown devices. | kstailey | |
Removed MI *dev_decl() stuff that is now in sys/conf.h | |||
1996-11-11 | Updates for SCSI scanner and SCSI unknown devices. | kstailey | |
Removed MI *dev_decl() stuff that is now in sys/conf.h | |||
1996-11-11 | Updates for SCSI scanner and SCSI unknown devices. | kstailey | |
Removed MI *dev_decl() stuff that is now in sys/conf.h |