summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1998-04-25spellingDavid Leonard
1998-04-25set d_bbsize and d_sbsize in spoofed label to values correct for ffsTodd C. Miller
1998-04-25print keyboard type; mho@stacken.kth.seTheo de Raadt
1998-04-22prototypes; rykerTheo de Raadt
1998-04-20no need for debug options by default, now that the bug is deadTheo de Raadt
1998-04-20fix the problem w/ /boot being fragmented in a non-contigMichael Shalayeff
blocks. fixed by flushing the previous blocks completely before starting new record for a new block(s) location.
1998-04-18%0x support went awayTheo de Raadt
1998-04-18i386 bootblocks that work for 2.3. A tale too long to tellTheo de Raadt
1998-04-17put arch type into hw.model, sun4 installboot now works; jasonTheo de Raadt
1998-04-17s/inline/__inline/ for X11's sake (-ansi)Niklas Hallqvist
1998-04-13the problem is in /boot, not in biosbootTheo de Raadt
1998-04-11Well, the changes make do not workTheo de Raadt
1998-04-09From netbsd: detect clock correctly, fix order of zbus probeNiklas Hallqvist
1998-04-07enable _insque and _remque; donTheo de Raadt
1998-04-06type fixPer Fogelstrom
1998-04-06fix some typesPer Fogelstrom
1998-04-06-lock.hPer Fogelstrom
1998-04-06somewhat more correct trapsignal callPer Fogelstrom
1998-04-06new alignement (abi)Per Fogelstrom
1998-04-06New mbr and msdos partPer Fogelstrom
1998-04-06New config stuff + Makefile fix to make gcc 2.8.1 work. Thanks to Dale Rahn!Per Fogelstrom
1998-04-05Remove old config files, not maintained in quite a whileNiklas Hallqvist
1998-04-05s/if_le/if_le_zbus/Niklas Hallqvist
1998-04-05Support for the XR16850; currently just treat it like an ST16650V2 withJason Downs
bigger FIFOs.
1998-04-04undo unapproved changeTheo de Raadt
1998-04-04Include arch/alpha/support.c required by netiso/netccitt/netnsdon
1998-04-04Yay! This fixes a bug that has been there since day one of the amiga port.Niklas Hallqvist
We have never protected the kvm area that maps Zorro I/O registers in the Z2 memory space from being allocated by the kmem_* routines. Lately kvm usage has increased and we have needed more kvm allocated than earlier thus this area have got allocated with random results. Most often resulting in MMU fault panics, but also in hangs. This bug has stalled the amiga port release builds for several weeks, but now I *hope* the amiga will have a chance to be built and tested in time for 2.3.
1998-04-03new changes from weingart: -DDEBUG not needed anymoreTheo de Raadt
1998-04-03trapsignal cleanupTheo de Raadt
1998-04-02uudecode and install bootblocks -mojMats O Jansson
1998-04-02remove the last uses of spt and tpcTheo de Raadt
1998-04-02use movl/subl instead of #sym-sym; pleases new gasTheo de Raadt
1998-04-01Add a write function and make the raw mode real raw in the PS/2 driverMatthieu Herrb
to support extended PS/2 protocol under XFree86. From NetBSD port-i386/5130 by Lennart Augustsson <augustss@cs.chalmers.se>, adapted to OpenBSD by myself.
1998-04-01PS/2 mouse is read/writeMatthieu Herrb
1998-03-31real cute to have those fingerprints cleaned upMichael Shalayeff
1998-03-30Get includes from the right place for .g compilationsNiklas Hallqvist
1998-03-30Size the KPT area depending on physmem; from is@netbsd.org. KNF tooNiklas Hallqvist
1998-03-30temporary fixes to the bootblocksTheo de Raadt
1998-03-29Updated to compile with recent AmigaOS Geek Gadgets toolchain,Marc Espie
plus clean-up.
1998-03-28complete TVGA 9660 supportTheo de Raadt
1998-03-28add ep* at isapnp; move le0 to where GENERIC expects itTheo de Raadt
1998-03-28grok trident 9660Theo de Raadt
1998-03-28support ed* at pci?Theo de Raadt
1998-03-27Messed up configuration, can live without it.Angelos D. Keromytis
1998-03-27fictious disklabels for hpib disks we have in the table.Todd C. Miller
1998-03-27fictitious disklabels for scsi disksTodd C. Miller
1998-03-26typo in last commitNiklas Hallqvist
1998-03-26Amiga works more stably with the old MAX_KMAP* entries, besides theyNiklas Hallqvist
are dynamic today anyhow. I want to look into this a bit more after release because this a bit XXX
1998-03-26Use new defs from MI endian.h for swapping, remove registerNiklas Hallqvist
1998-03-26Some KNFNiklas Hallqvist