summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1998-07-03who cares if joystick is attachedTheo de Raadt
1998-07-03add stupid pcib driverTheo de Raadt
1998-07-02some config(8) stuffMichael Shalayeff
1998-07-02missed path changesMichael Shalayeff
1998-07-02ansi and fancy gccMichael Shalayeff
1998-07-01First shot for EB164SX/LX support; kernels for those should be muchAngelos D. Keromytis
more stable now, but by no means production-strong. A lot of code from NetBSD.
1998-07-01NetBSD sync.Angelos D. Keromytis
1998-07-01Add pciide_machdep.c; that file is taken from NetBSD (forgot toAngelos D. Keromytis
mention in previous commit).
1998-07-01PCI-IDE interface.Angelos D. Keromytis
1998-07-01Do the right thing with interrupts during autoconfiguration; from NetBSD.Angelos D. Keromytis
1998-07-01let COPTS override -02Theo de Raadt
1998-06-30In pccngetc, check that dev is not NODEV [NetBSD]Todd C. Miller
Disallow KDENABIO icotl if securelevel > 1 [NetBSD] Only define scrnsv_timeout if PCVT_SCREENSAVER set [NetBSD] Fix setting of keyboard LED's. For some keyboard controllers the keyboard would hang when pcvt set the LED because pcvt did not wait for the ACK to come back. [FreeBSD] Consolidate keyboard type checks into a switch statement. [me]
1998-06-30nuke custom build rulesMichael Shalayeff
1998-06-29add ym (yamaha OPL3-SA3) PnP driverTodd C. Miller
1998-06-29Add a __NO_ISA_INTR_CHECK #define, until the maintainers add the code.Jason Downs
1998-06-29isa_intr_check(), alpha style.Jason Downs
1998-06-29Add and use isa_intr_check().Jason Downs
1998-06-28Stability fix for powerpc openfirmware system.Dale S. Rahn
Actually implement interrupt masking as appropriate for the openfirmware drivers. This problem was caused by the use of the X86 style of interrupt handling introduced to the powerpc some time back. A problem may still exist in the non-openfirmware drivers: soft_net functions may get called when going from splhigh -> splclock using splx when the soft functions should not be called. Also look into SINT_CLOCK handling (where is this set). Possibly real work can now be done...
1998-06-28I'm clearly having problems with cut-and-paste today.Angelos D. Keromytis
1998-06-28More defines from NetBSD.Angelos D. Keromytis
1998-06-28Oops, cut and pasted a bit too much.Angelos D. Keromytis
1998-06-28Extend struct cia_config, needed for the EB164LX/SX support (and otherAngelos D. Keromytis
things to come), from NetBSD.
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