summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
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
non-executeable stack.
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 ↵Michael Shalayeff
henric@attbi.com
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
pmap_t is the exception, it is required by the MI code so pmap_t will be used instead of using 'struct pmap *' in the code. (consistency)
2002-07-12support for the agp gart on various agp chipsets.Michael Shalayeff
only i810 driver was tested though. based on the netbsd's lkm, initially ported by hunter@dg.net.ua and later made into shape by mickey. testing by art@ and millert@ .
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
has absolutely no use on wscons architectures.
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
use explicit PPROT_N_RX and PPROT_N_RWX, don't treat the pte permissions as bitmasks (they aren't).
2002-07-09allow getting and setting of the ADC, DAC, and PIO ports on the daadio (this ↵Jason Wright
has been sitting in my tree for awhile)
2002-07-09Use BWX on cia as much as possible.Artur Grabowski
It doesn't seem to cause problems anymore and it should simplify some things for X.
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
Found the hard way by pvalchev@
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
And fix a comment while there.
2002-07-03Change all variables definitions (int foo) in sys/sys/*.h to variableMiod Vallat
declarations (extern int foo), and compensate in the appropriate locations.
2002-07-03code bloat in ahc causes adv to die. We will now pressure smurph to ↵Theo de Raadt
de-bloat new ahc, so that this can return
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
How can I be expected to work on sparc64 if machdep.led_blink sysctl does not work?
2002-06-30AlphaServer 800 and 1000 support; from NetBSD. Tested by Tor Houghton.Miod Vallat
Added to floppy31 still fits.
2002-06-30Art says I shouldn't be shy, so uncomment lc entries.Miod Vallat
2002-06-30Add lc[01] at isa entries, commented out. Tested and work fine.Miod Vallat
2002-06-30Dummy bus_space_read_raw_region implementation.Miod Vallat
2002-06-28Recognize the Fn-arrow combinations (PgUp, PgDwn, Home, End) keys onMiod Vallat
Apple laptops. ok maja@
2002-06-28Oops. Doing a diff before commit is not enough. You have to read the diff too.Artur Grabowski
2002-06-28The IEEE fp stuff changed the rules for how fpu should be enabled.Artur Grabowski
We kept too much of the old code in trap handling. This should fix floppies and bsd.rd on some machines.
2002-06-28Return of new ahcSteve Murphree
2002-06-27Do not muck with the color palette unless the console depth is 8 bit.Dale Rahn
32 bit depth console and wsfb now work (If firmware is forced to that depth).
2002-06-26ieee1394 for i386 too...Thierry Deval
2002-06-26Bump i386 kvm size to 768M.Artur Grabowski
deraadt@ ok.
2002-06-25and kill a now bogus commentMichael Shalayeff
2002-06-25this monkey has not been a mbr for a couple of years alreadyMichael Shalayeff