summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2002-09-05this used to be a com(4) bugMichael Shalayeff
2002-09-05Fix STRIPFLAGS for elf version of strip. Use same flagsMarco S Hyman
2002-09-04Correctly decode the IDE channel/drive number when matching devicesJason Wright
2002-09-03Old (rev 1) OpenPROM will always report as the "fb" node, the firstMiod Vallat
2002-09-03i magically fixed stty and mount, add some more of othersMichael Shalayeff
2002-09-03forgot to set up the sc_frequency (;Michael Shalayeff
2002-09-03add aic@isapnp, commented out, except for _cdMichael Shalayeff
2002-09-03aic at isapnp, from anders@Arnholm.nu w/ fixes from meMichael Shalayeff
2002-09-02Make the cgfourteen work in 32bit when possible, also display the size ofMiod Vallat
2002-08-31Driver for the Vigra VS10 and VS12 SBus framebuffers, and possibly more fromMiod Vallat
2002-08-30Add pnozz and wsdisplay at pnozz for Tadpole users. Spotted by millert@Miod Vallat
2002-08-29soft line breaks do not work always, just nl and tab instead, prettier tooMichael Shalayeff
2002-08-28vm_offset_t/vm_size_t are on their way to tartars nowMichael Shalayeff
2002-08-28do not forget to export the weak alias, proper line continuationMichael Shalayeff
2002-08-28update of radiotrack driver, including isapnp support; from jumbo@Michael Shalayeff
2002-08-28ancient file name in .file; from pbastos@rdc.puc-rio.brMichael Shalayeff
2002-08-27do not just bail out of the copy loop, but go to theMichael Shalayeff
2002-08-24aperture driver for alpha. It works here the same as on i386Matthieu Herrb
2002-08-22match more serverworks "double bridges", based on discussions with nate andTheo de Raadt
2002-08-22Remove code, use common ether_crc32_le() routine.Dale Rahn
2002-08-22Configure the media in the initialization routine so that media/mediaoptDale Rahn
2002-08-21Recognize both VSIMM slots, and allow one cgfourteen to attach to eachMiod Vallat
2002-08-21Correctly map the video memory, for proper operation.Miod Vallat
2002-08-21Get the boot device correctly if scsi id != 0 on 1[67]x boards.Miod Vallat
2002-08-20Two fixes from NetBSD (this allows my u60 to boot multiuser):Jason Wright
2002-08-20Because of reversed use of the annul bit and delay slots copyin andArtur Grabowski
2002-08-20Add a pseudo openfirmware console device for early debugging purposesDale Rahn
2002-08-19KNF (4 char continuations)Jason Wright
2002-08-19Take advantage of rasops.updatecursor to keep the prom cursor up to dateJason Wright
2002-08-19From NetBSD:Jason Wright
2002-08-16remove debugging codeJason Wright
2002-08-16remove debugging codeJason Wright
2002-08-16Scale back rows and columns if the font would not otherwise fit on theTodd C. Miller
2002-08-15fix END() labelTheo de Raadt
2002-08-15One line fix to make boot link from miod whose main NFS serverTodd C. Miller
2002-08-13reset iir in the frame on _onfault handling, for mr.ddbMichael Shalayeff
2002-08-13hypasupadupacarefulness in spstrcpyMichael Shalayeff
2002-08-13remove a bogus extern, move another into another scopeMichael Shalayeff
2002-08-13Remove some unused prototypes, KNF.Dale Rahn
2002-08-12Remove a large chunk of `#ifdef notyet' codeJason Wright
2002-08-12Neuter the machdep.vsyncblank sysctl, as this setting is now controlledMiod Vallat
2002-08-12Convert sparc console code from rcons and pseudo-devices to rasops and wscons.Miod Vallat
2002-08-12Provide type information for a few symbols that userland needs.Artur Grabowski
2002-08-12During prompts on sun4 class machines, disable local echo to preventMiod Vallat
2002-08-12Bump version to 2.2. Suggested by miod@Artur Grabowski
2002-08-11ELF support in sparc bootblocks.Artur Grabowski
2002-08-11ELF support.Artur Grabowski
2002-08-11NATIVE_EXEC_ELF for sparc and ELF reloaction types.Artur Grabowski
2002-08-11ELF support for DDB.Artur Grabowski
2002-08-11Change to ELF-style linking.Artur Grabowski