summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1998-02-24Ooops, forgot these two here.Tobias Weingartner
1998-02-24Changes/updates to /boot stuff. More to come.Tobias Weingartner
Fixes many divide by zero and pointer bugs.
1998-02-24First commit of /boot changes/fixes. More to come.Tobias Weingartner
Add BIOS PCI probe stuff.
1998-02-24MNLINK boot.conf(8)Theo de Raadt
1998-02-24compensate for new gasTheo de Raadt
1998-02-24rename some DOS MBR partition typesTheo de Raadt
1998-02-24Support PCI_PRODUCT_CONTAQ_SIO for 164SX. Based on patch by ragge@ludd.luth.se.Todd C. Miller
1998-02-23New probe routine, add support for ST16650 (works).Jason Downs
Tested with some 16450 and 16550 UARTs.
1998-02-23I broke this... fixed it againPer Fogelstrom
1998-02-23Some NetBSD merge changes I have had lying around for quite a whileNiklas Hallqvist
1998-02-22This has been in my tree for a *very* long time. cua devices like onNiklas Hallqvist
the com devices and sparc zs ones. This replaces the old broken dialin/out mechanism.
1998-02-22GCC 2.8 WallNiklas Hallqvist
1998-02-22Forgot this oneNiklas Hallqvist
1998-02-22Reality updateNiklas Hallqvist
1998-02-22GCC 2.8 -WallNiklas Hallqvist
1998-02-22Merge in NetBSD changes (HUPCL handling and providing current speedNiklas Hallqvist
for SCSI drivers to check)
1998-02-22provide a global to hold the current speed of the internalNiklas Hallqvist
serial port for use by SCSI drivers to limit their DMA length when the port is in high speed. This can limit loss of input. From NetBSD (mhitch)
1998-02-22fix db_console chunk of code properlyTheo de Raadt
1998-02-22fix db_console chunk of code properlyTheo de Raadt
1998-02-22style nitsNiklas Hallqvist
1998-02-21Oops! some garbage characters...Per Fogelstrom
1998-02-21the recent Sam's configMichael Shalayeff
1998-02-19partition name changeTheo de Raadt
1998-02-19add netbsd partition, rename 386BSD one to FreeBSD..Theo de Raadt
1998-02-19missing piece of APERTURE -- return EPERM in open if allowaperture is 0.Todd C. Miller
1998-02-18fix typo; wouldn't compile unless APERTURE was definedMarco S Hyman
1998-02-18compile -- tsk tskTodd C. Miller
1998-02-18installboot onto partition cTheo de Raadt
1998-02-18unused variables without APERTURE defined...Matthieu Herrb
1998-02-18indentTheo de Raadt
1998-02-18#ifndef APERTURE; machdep.allowaperture=0Theo de Raadt
1998-02-17add an in-kernel /dev/xf86 aperture driver. the 'machdep.allowaperture'Matthieu Herrb
sysctl controls whether it is permitted to access it. This sysctl can only be manipulated when securelevel=0, hence in sysctl.conf
1998-02-17fix the thing gas freaks out about; weingart will fix better if requiredTheo de Raadt
1998-02-14NetBSD sync: knf & __asm -> asm()gene
Pointed do not merge *_match() semantics as we haven't changed those.
1998-02-14Sync from NetBSD:gene
Add several new partition types. Process unknown partition types of A/UX type as SCRATCH rather than UNKNOWN. Hack around the long-standing 8-partition problem by searching the entire map and filling out the disklabel struct properly.
1998-02-13Sync to NetBSD:gene
+ Some datatype nits and deprecation of register + Implement a much better debug structure that doesn't spam you with OpenBSD/mac68k doesn't trust itself... Complete merge minus the rtc_offset stuff.
1998-02-13Prototypes and defines for the Quadra-line psc chip.gene
Not yet used but will be in the code that is to come (mc).
1998-02-12Look for installboot in /usr/mdec unless user specified otherwise.Magnus Holmberg
1998-02-11From NetBSD: sun4m anti crash code in IOMMU_FLUSH{PAGE,ALL}Marco S Hyman
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