summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2002-07-20Always HWREF. Don't have it as an option because the slow-slow versionArtur Grabowski
2002-07-20Instead of copying out the signal trampoline on top of the stack, createArtur Grabowski
2002-07-20Add flags 0x00 to fdFederico G. Schwindt
2002-07-19do not use broken tsc on geode and broken latch on ns geodes; testing by markus@Michael Shalayeff
2002-07-19Define an IPL_VM and mark IPL_IMP as "not to be used".Artur Grabowski
2002-07-18- Add support for both of the schizo iommu's(There is an iommu per pbm)Jason Wright
2002-07-18if such an occasion occures that hpmc_dump() returns -- just summon the globa...Michael Shalayeff
2002-07-18s/0/NULL in pointer comparisonJason Wright
2002-07-18make reserved pages for the pv_pool variable on physmem (should pool get prel...Michael Shalayeff
2002-07-18move kernel higher.Michael Shalayeff
2002-07-18Match compatible sab82532Jason Wright
2002-07-18another name, 'parallel'Jason Wright
2002-07-18another prom name, 'audio'Jason Wright
2002-07-17when bailing out from attach, -- pretend to be nice and place a backslashanMichael Shalayeff
2002-07-17be consistant w/ NBPG vs PAGE_SIZEMichael Shalayeff
2002-07-17DTIMEXP is not a fatal error, deal with it.Jason Wright
2002-07-16correct memset arguments; from Moritz Jodeit <moritz@jodeit.org> via PR/2822.Federico G. Schwindt
2002-07-15repair tags building (due to obj dirs in /sys)Michael Shalayeff
2002-07-15Perform accounting for executable pages on powerpc, prepare forDale Rahn
2002-07-12enable radio on bktr and fms, drivers are already thereMichael Shalayeff
2002-07-12check upon the pir length prior to using it, ignore short tables; from henric...Michael Shalayeff
2002-07-12turn on the pciagp option, per theo's requestMichael Shalayeff
2002-07-12pciagp optionMichael Shalayeff
2002-07-12Cleanup: use less _t typedefs, use the structure itself.Dale Rahn
2002-07-12support for the agp gart on various agp chipsets.Michael Shalayeff
2002-07-12Use interrupts for fetching ADC conversions instead of polling.Jason Wright
2002-07-12No need to include files.sun, which only add the "frim event" stuff whichMiod Vallat
2002-07-10proper cdev_decl(crypto) and no private protosMichael Shalayeff
2002-07-10proper cdev_decl(ksyms), fix ksyms's broken functionsMichael Shalayeff
2002-07-10proper cdev_decl(gpr)Michael Shalayeff
2002-07-10'sez' is not an english word; ok deraadt@Jason Peel
2002-07-09try to disable vsync timing if sparc_vsyncblank is setJason Wright
2002-07-09Add udsbr and comment it out until it is testedNathan Binkert
2002-07-09typo in panic message.Artur Grabowski
2002-07-09When building ptes manually for pmap_zero_page4m and pmap_copy_page4mArtur Grabowski
2002-07-09allow getting and setting of the ADC, DAC, and PIO ports on the daadio (this ...Jason Wright
2002-07-09Use BWX on cia as much as possible.Artur Grabowski
2002-07-09move common declarations to if_wivar.h; mickey@ and millert@ ok.Federico G. Schwindt
2002-07-09no offsetMichael Shalayeff
2002-07-08bzero the correct size (I swear this worked at one time...)Jason Wright
2002-07-08Correctly convert to new timeouts (this hasn't compiled for awhile)Jason Wright
2002-07-08in addition to check cd_ndevs, also check that cd_devs[N] != NULLJason Wright
2002-07-07Add isadma to bsd.rd, for proper isapnp operation.Miod Vallat
2002-07-06Remove kernel support for NTP. ok deraadt@ and tholo@Thomas Nordin
2002-07-05Sync the ethernet controllers list with GENERIC.Miod Vallat
2002-07-04ep at isapnp works (dma on isapnp is still non-working).Miod Vallat
2002-07-03Change all variables definitions (int foo) in sys/sys/*.h to variableMiod Vallat
2002-07-03code bloat in ahc causes adv to die. We will now pressure smurph to de-bloat...Theo de Raadt
2002-07-03sis(4) works on alpha, so move it out of the UNTESTED section.Aaron Campbell
2002-07-01Add auxio at sbus.Miod Vallat