summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1998-02-09Include <ddb/db_var.h> if DDB is defined.dima
1998-02-08Update to match realityThorsten Lockert
1998-02-08nicerTheo de Raadt
1998-02-08Forward declare struct procNiklas Hallqvist
1998-02-05need db_var.hTheo de Raadt
1998-02-05sync with netbsd: 4/300 dma fixJason Wright
1998-02-05oops, need include fileTheo de Raadt
1998-02-05rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entryTheo de Raadt
with a sysctl. There will be architectures and drivers that lack function, and I trust the maintainers of those will forget to add the code..
1998-02-03Sync with NetBSD 970827. Forgot this one last time. -mojMats O Jansson
1998-02-02support non-ISA caseTheo de Raadt
1998-02-02enable a few more driversTheo de Raadt
1998-01-29add support for disks and tapes on a second scsi controller (asc1)Thomas Graichen
-> originally from m. hitch -> tested by Andris Strazdins <andzs@latnet.lv>
1998-01-29Wrong namePer Fogelstrom
1998-01-29New try with conf, take twoPer Fogelstrom
1998-01-29New try with confPer Fogelstrom
1998-01-29Some more mips filesPer Fogelstrom
1998-01-29Some more arc/sgi fixesPer Fogelstrom
1998-01-29Make profiling work, mostly from NetBSDNiklas Hallqvist
1998-01-28Undo the 4/300 dmaselect hack and fix it correctlyJason Wright
1998-01-28Moving around files for new mips arch layoutPer Fogelstrom
1998-01-28First set of Mips mi files.Per Fogelstrom
1998-01-28ok - now the full and correct patch for this problem - thanks again toThomas Graichen
Nino Margetic <nino@well.ox.ac.uk> and Per Kristian Gjermshus <pergj@ifi.uio.no>
1998-01-28Includes for generic MipsPer Fogelstrom
1998-01-22Switch off CPU-PCI write posting for the Saturn chipset; it is knownTheo de Raadt
to cause problems with PCI busmasters; fvdl
1998-01-22crank maxusersTheo de Raadt
1998-01-22Split up the buffercache between low (<16MB) and high memory, so thatNiklas Hallqvist
at least 2MB always will remain free in low memory for drivers to allocate DMA buffers in
1998-01-21doc keys; ian@darwinsys.comTheo de Raadt
1998-01-20Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses itNiklas Hallqvist
so far, the other archs gets placeholders for now. I wrote a compatibility layer for OpenBSD's old isadma code so we can still use our old driver sources. They will however get changed to native bus_dma use, on a case by case basis. Oh yes, I almost forgot, I kept our notion of isadma being a device so DMA-less ISA-busses still work
1998-01-19this hack should fix the date/time problem i (and i think othersThomas Graichen
too :-) see since 1998 on their pmaxes - will check it this evening but it looks so trivial that it must work all this should be reworked to get rid of this stupid way of setting the time ...
1998-01-19fix typo which prevented the xserver on some pmax from workingThomas Graichen
(cannot configure keyboard/mouse) - found by Per Kristian Gjermshus <pergj@ifi.uio.no>
1998-01-19fix ifdef; marc@snafu.orgTheo de Raadt
1998-01-19Cleanup output for probed VME devices.etheisen
1998-01-17Merge from NetBSD, thorpej@netbsd.org says:Niklas Hallqvist
Two things pointed out by Chris Demetriou <cgd@cs.cmu.edu>: - The boundary argument to bus_space_alloc() should be a bus_size_t, not a bus_addr_t. - The buffer arguments in the "multiple write" methods should have const qualifiers. And one from me: - Make bus_space_barrier() eat up the arguments passed to it so that the compiler doesn't needlessly whine.
1998-01-17Merge from NetBSD, thorpej@netbsd.org says:Niklas Hallqvist
The boundary argument to bus_space_alloc() should be a bus_size_t, not a bus_addr_t. Pointed out by Chris Demetriou <cgd@cs.cmu.edu>.
1998-01-15Stupid merge error. Thanks to Michael Shuldman <michaels@eunet.no>.Niklas Hallqvist
1998-01-14For some reason the 4/300 doesn't like ncr53c9x_dmaselect.Jason Wright
Added code to check to see if parent device == obio, if so, disable dmaselect More research to be done here for a real fix (if possible)
1998-01-13Workaround for fpu_cleanup panic. We just ignore it. I'm going toJason Wright
look further into really fixing this problem.
1998-01-12No need for f00f workaround on I686_CPU onlyTobias Weingartner
kernel. Thanks to various people for noticing this.
1998-01-11disklabel spoofing for FAT32.Niels Provos
1998-01-11scanset probing like pccons does; vons@usa.netTheo de Raadt
1998-01-10catch all pci host bridgesTheo de Raadt
1998-01-09oops, reenable machdep.bios sysctlsNiklas Hallqvist
1998-01-09oops wrong version checked inNiklas Hallqvist
1998-01-09indentNiklas Hallqvist
1998-01-09Make booting new kernels with old bootblocks moer robustNiklas Hallqvist
1998-01-09reality checkNiklas Hallqvist
1998-01-08Rename to if_le_zbus.c. Done behind cvs' back.Niklas Hallqvist
1998-01-07now this is really prettyTheo de Raadt
1998-01-07compileNiklas Hallqvist
1998-01-07Dummy PnP support until I get to fix it properlyNiklas Hallqvist