summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2000-10-11add asc*Brandon Creighton
2000-10-11asc* (ncr53c9x on 4000/60 and others) and new dma code;Brandon Creighton
2000-10-10correct register masksBrandon Creighton
2000-10-10bring in stuff from recent netbsd -- correct number of buffers now beingBrandon Creighton
2000-10-10- add some cases for ka52/53 (VAX_BTYP_1303), tested by hughBrandon Creighton
2000-10-09code to get asc* (ncr 53c9x) working; most of this from netbsdBrandon Creighton
2000-10-09some definitions; from netbsdBrandon Creighton
2000-10-09save the right info in struct md_coredumpBrandon Creighton
2000-10-09- remove vmapbuf/vunmapbuf dummy macros (we have these now)Brandon Creighton
2000-10-09pcibios kernel device is now doing this jobMichael Shalayeff
2000-10-09do not build debug libs (if enabled in mk.conf)Michael Shalayeff
2000-10-07put usb in, but disable the top devicesTheo de Raadt
2000-10-07- Add console/X mouse transparency, so you don't have to kill moused to run X.Aaron Campbell
2000-10-06make it compile w/o pcibios; aaron@ okMichael Shalayeff
2000-10-05Many fixups and corrections, a bit more needed though.Aaron Campbell
2000-10-04nothing uses this variableBrandon Creighton
2000-10-04push the right # of registers with pushr.Brandon Creighton
2000-10-04better (relative) definition of ${S}Brandon Creighton
2000-10-04do not mess with rpb once it's initializedBrandon Creighton
2000-10-04- don't reassign rpb here, it is done elsewhereBrandon Creighton
2000-10-04add 53c94 to devsw/cnvtabBrandon Creighton
2000-10-04- add a romopen() here (just initializes rom_softc and devdata)Brandon Creighton
2000-10-04eliminate some confusion between rpb and howto -- also make sure thatBrandon Creighton
2000-10-04relocate rpb higher in memory; move it out of the way of the incomingBrandon Creighton
2000-10-03do not build debug libs, ovewriting a possible setting in the mk.confMichael Shalayeff
2000-10-01Complete raidframe support, support was incomplete before. Not knownDale S. Rahn
2000-09-28Update compilation flags, make cross-compilation work.Miod Vallat
2000-09-28Make mouse support friendly with non-25line mode. Thanks mickey@ for reportingAaron Campbell
2000-09-28Make sure a Copybuffer has been allocated successfully before we start doingAaron Campbell
2000-09-26Implement getnulldev that returns the dev_t for "/dev/null".Artur Grabowski
2000-09-25once again bios does not return a correct segment limits for theMichael Shalayeff
2000-09-22- Introduce character classes into the console mouse functionality. Lifted fromAaron Campbell
2000-09-22this follows the dox, saying that %ds should be loaded w/Michael Shalayeff
2000-09-21Bad mickey doesn't know how to spell ``openings''Miod Vallat
2000-09-21initialize sc_link.openings to it's (currently) default value of 4Michael Shalayeff
2000-09-21oops forgot the other case in the pmsintr for add_mouse_randomness() callMichael Shalayeff
2000-09-20check out the bios device name we are probed w/ to not probe on apmMichael Shalayeff
2000-09-20Extend the region in which we allow mapping unmapped PCI devices.Niklas Hallqvist
2000-09-19twe on BTheo de Raadt
2000-09-19Remove annoying debugging print that was introduced with the cmap setting code.Dale S. Rahn
2000-09-19Remove secondary hack that limited mapped size. Not needed with BAT mappings.Dale S. Rahn
2000-09-19Remove hack code that "limited" the mapped memory to 64k. Now thatDale S. Rahn
2000-09-19Changes to support ioctls as required for a framebuffer X server.Dale S. Rahn
2000-09-19Add openfirmware handle so that vgafb can set colormap via openfirmware.Dale S. Rahn
2000-09-19Use the BATs to map devices. This is partially so that largerDale S. Rahn
2000-09-18fix reversed muting; patch from: jason@Brad Smith
2000-09-17Add fxp cardbus attachment here, too. Shorten some attachment descriptions.Aaron Campbell
2000-09-17Add fxp cardbus attachment. Shorten driver attachment descriptions a bit.Aaron Campbell
2000-09-17fxp cardbus attachmentAaron Campbell
2000-09-16It is possible to have more than one usb keyboard configured thru wskbd.Dale S. Rahn