summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1998-06-28Some more defines from NetBSD.Angelos D. Keromytis
1998-06-28Accept Modem and modem as match strings for PCMCIA modem cards.Angelos D. Keromytis
1998-06-28Some more system definitions, from NetBSDAngelos D. Keromytis
1998-06-27have pmsprobe() attempt interrupt establishment; fail probe if interrupt in useTheo de Raadt
1998-06-27make isa_intr_establish not panic, but return NULL for failureTheo de Raadt
1998-06-27functions go under #ifdef _KERNEL for X; thanks matthieu for the pointer!Todd T. Fries
1998-06-27gen boot.lif automagicallyMichael Shalayeff
1998-06-27hmm, how could i miss this one?Michael Shalayeff
1998-06-25Kill PCVT_NETBSD and PCVT_FREEBSD. We no longer have to modify pcvtTodd C. Miller
when we increase the OpenBSD version and our pcvt is now meaningfully diffable against the NetBSD one.
1998-06-23remove brain damaged rcs tagsMichael Shalayeff
1998-06-23import the original hp sources for the spmath library w/Michael Shalayeff
the a bsd-like hp licensing on 'em. w/ many thanks to: Mike Hibler <mike@fast.cs.utah.edu> James Loveluck <loveluck@ri.silicomp.fr> Patrick Roudaud <patrick@enserg.fr>
1998-06-23initial import of osf-hacked HP oneMichael Shalayeff
1998-06-23std frameworkMichael Shalayeff
1998-06-23lbikern as wellMichael Shalayeff
1998-06-23some includesMichael Shalayeff
1998-06-23ok, it boots, include and libkern to comeMichael Shalayeff
1998-06-23wt0 moved to 0x308; avoids conflicts; burgess@cynjut.neonramp.comTheo de Raadt
1998-06-17there is no such thing as APM_NOIDLE any moreMichael Shalayeff
1998-06-16Xref pcvt(4) not pcvt(8); Oleg Safiullin <form@vs.itam.nsc.ru>Todd C. Miller
1998-06-11nice DEBUGFLAGS handlingMichael Shalayeff
1998-06-11put missed changes that support booting from floppy (;Michael Shalayeff
i applodgize for any inconvinience this memory hole caused to people. ps. i would like to know the snapshots schedule to issue extra testing cycles to ensure i did not forget anything.
1998-06-09there is no such thing as dprintf''Michael Shalayeff
1998-06-08use named constatntsMichael Shalayeff
1998-06-08typosMichael Shalayeff
1998-06-08consdev to comeMichael Shalayeff
1998-06-06more system types we knowMichael Shalayeff
1998-06-05Comment out text after #endifjanjaap
1998-06-04cpuid return values for sysctlJason Downs
1998-06-04Make cpuid return values available via sysctl so that userland doesn't haveJason Downs
to rifle through kmem for them. Also add a few more cpu names.
1998-06-04Cleanup, partial KNF, only use TSC on non-Intel processors.Jason Downs
1998-06-04LED blinker for the back panel leds on the 2100/3100.Jason Wright
1998-06-02untested isapnp joystick driverTheo de Raadt
1998-06-02newer fixes from plunky@skate.demon.co.ukTheo de Raadt
1998-05-30no math needed for cd9660 any moreMichael Shalayeff
1998-05-30kill the hack!Michael Shalayeff
1998-05-30compile ctime.cMichael Shalayeff
1998-05-29Sync with NetBSD:Jason Wright
In kvm_uncache(), turn off the PTE cache bit even after calling pv_changepte(). Reason: the managed() macro does not take into account the gap in the managed pages range that may have been introduced by the page table allocation in bootstrap(). Don't bzero() the IO page table; it is fully initialized in iommu_attach().
1998-05-29Major changes here and there, tweaks elsewhere.Dale S. Rahn
Support for Openfirmware drivers was reintroduced so that more systems were supported. This should work with the real driver configurations as well. Bootloader files were deleted/replaced with the newer versions in the subdirectory. Some effort has been made to be closer to support booting (at least the bootloader) on the Mac. Config files that end with OFW are the openfirmware versions of the kernels without have native drivers. Native driver support has not been changed, presumably it still works. I couldn't test that.
1998-05-29protect from multiple define collisions w/ pccons.hMichael Shalayeff
pccons.h must be included first (for historical reasons ;)
1998-05-28cleanup the Makefiles a bit.Michael Shalayeff
make machine link in a smart way, remove unused bits.
1998-05-28grow kernel malloc area by 2MMichael Shalayeff
1998-05-27conditional LD definitionMichael Shalayeff
1998-05-27Fix warning in non-68040 case; jason@couch.comTodd C. Miller
1998-05-25put support for test /boot environment back; some CLEANFILES and spacesMichael Shalayeff
1998-05-25more CLEANFILES; oopsMichael Shalayeff
1998-05-25more CLEANFILESMichael Shalayeff
1998-05-25Remove gobs of unneeded code.Jason Downs
1998-05-25Major cleanup of configuration code; don't assume all the world is Intel, andJason Downs
don't duplicate the work of locore.
1998-05-25Fix Cyrix model names and add MediaGX/GXm; add feature bit display.Jason Downs
1998-05-25Add support for feature bit listing; fix #defines.Jason Downs