summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1996-06-24Next try. ARC tree import. "New" Mips (spim) ARC compliant systems tree.Per Fogelstrom
This tree will eventually suport viritualy all ARC compliant Mips systems, that is all we can lay our hands on for porting/testing. It will supersede the pica tree which will be removed shortly when this tree is functioning.
1996-06-23Take out some stuff I don't useThorsten Lockert
1996-06-23Added support for user modifiable kernel at boot (-c) /majaMats O Jansson
1996-06-23Added support for user modifiable kernel at boot (-c) /majaMats O Jansson
1996-06-23Sync up with NetBSD.briggs
1996-06-23Update to scottr's current SPOT config from NetBSD.briggs
1996-06-23From scottr/NetBSD:briggs
Completely revamp setroot() and friends. Since Chris' version of this code is close to how I reworked it, I pulled in the (essentially MI) NetBSD/alpha and added the appropriate support around it. - No need for the GENERIC kernel config option. - NFS-mounted root and swap are supported. - If we can't figure out where the root filesystem is from what the Booter tells us, ask the user. - Split the mainbus autoconfig code to a separate file. Also, update/add copyrights as appropriate.
1996-06-23Wait a little longer in wait_req_true/false. Some targets take theirbriggs
time.
1996-06-23From scottr/NetBSD:briggs
Update some comments, and the copyright Deal with interrupt flags more carefully, and use the correct offset for PB500-series SCSI I/O. While I'm here, update the copyright.
1996-06-23From scottr/NetBSD:briggs
Fix bounds check for fpu description array.
1996-06-23From scottr/NetBSD:briggs
Completely revamp setroot() and friends. Since Chris' version of this code is close to how I reworked it, I pulled in the (essentially MI) NetBSD/alpha and added the appropriate support around it. - No need for the GENERIC kernel config option. - NFS-mounted root and swap are supported. - If we can't figure out where the root filesystem is from what the Booter tells us, ask the user. - Split the mainbus autoconfig code to a separate file. Also, update/add copyrights as appropriate.
1996-06-23Copyright foo.briggs
1996-06-23From scottr/NetBSD.briggs
Minor style cleanup (avoid goto); no functional change.
1996-06-23From scottr/NetBSD:briggs
Test for serial console in adb_init() early, and abort if we're using it. Initiialize ROM vectors regardless of this so that the PRAM RTC read and write work regardless of whether a serial console is in use. Add missing cpu model info for Powerbook 500, and correct the ROM vectors for the same.
1996-06-23From scottr/NetBSD:briggs
Test for serial console in adb_init() early, and abort if we're using it. Initiialize ROM vectors regardless of this so that the PRAM RTC read and write work regardless of whether a serial console is in use.
1996-06-23NetBSD: Add constant for PB500.briggs
1996-06-23use /sys/conf/GENERIC; + eg0, change #wdc1 to irq 15Theo de Raadt
1996-06-23enable wdc1 for installsTheo de Raadt
1996-06-23sync to 0622Theo de Raadt
1996-06-23add cy driverTheo de Raadt
1996-06-22Assembly version of in_cksum by Dave Richards. >20% faster in the usualThorsten Lockert
cases, up to 62% faster in other cases.
1996-06-22Move struct intrhand to <machine/psl.h> [again] so user-level programs canThorsten Lockert
get at it.
1996-06-21use correct copyrightchuck
1996-06-21add in "en" ATM devicechuck
1996-06-21sbus glue for "en" ATM device (only works on sun4c due to lack of supportchuck
for IOMMU)
1996-06-20don't blow away jtk's rcsidJason Downs
1996-06-20fdformat support:Jason Downs
patches taken from jtk's dosemu for NetBSD 1.1 and updated for the current driver. Some of the code is based an older FreeBSD version of the driver.
1996-06-18merge in rev 1.6; emul_nativeTheo de Raadt
1996-06-18sync to 0616, retaining local diffsTheo de Raadt
1996-06-16pcvt doesn not recognize IBM Thinkpad keyboards; netbsd pr#2468; jhawk@mit.eduTheo de Raadt
1996-06-16leave code out if not XSERVER; netbsd pr#2528; mike.long@analog.comTheo de Raadt
1996-06-16init properly incaseof COMCONSOLE; netbsd pr#2510; enami@ba2.so-net.or.jpTheo de Raadt
1996-06-16MACHINE_NONCONTIG always onTheo de Raadt
1996-06-16use getsn() instead of private getstr()Theo de Raadt
1996-06-16fake includes targetTheo de Raadt
1996-06-16isadma is now a real driver, and the i386 ports needs to use itTheo de Raadt
1996-06-16-c == RB_CONFIG; -C == checksum (disabled)Theo de Raadt
1996-06-16print better ptdi panic diagnosticsTheo de Raadt
1996-06-16use getsn() from libkernTheo de Raadt
1996-06-16netbsd pr#2547, is@beverly.rhein.de; handle bus errors correctlyTheo de Raadt
1996-06-15NetBSD PR #2547: wrong bus error detection from is@beverly.rhein.de.briggs
1996-06-15Comment industries non use of EM_486.etheisen
1996-06-12sync to 0611Theo de Raadt
1996-06-12SIGSEGV alwaysTheo de Raadt
1996-06-12SIGSEGV alwaysTheo de Raadt
1996-06-11includes target for pcvt include fileTheo de Raadt
1996-06-11no need for a keycap database backupTheo de Raadt
1996-06-11Include ATAPI MI driversNiklas Hallqvist
1996-06-11tty_attach()Theo de Raadt
1996-06-11use void * for pa/va instead of caddr_tTheo de Raadt