summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2002-04-17new RAMDISK config, much smallerTheo de Raadt
2002-04-16Same .text vs .data issue as for mvme68k.Miod Vallat
2002-04-16The interrupt vectors are data, not code; this makes non-DDB kernelsMiod Vallat
2002-04-16Use the common m68k pmap_bootstrap code here.Miod Vallat
2002-04-16Missing prototype.Miod Vallat
2002-04-16- allow users of pmap_bootstrap to not have virtual address 0 read only,Miod Vallat
2002-04-16Merge pmap_pinit() inside pmap_create() and pmap_release() insideMiod Vallat
2002-04-16use polled access for now (prevents a hang on the Momenco Leopard-V)Jason Wright
2002-04-16- Don't bother checking to see if the prom has already mapped thisJason Wright
2002-04-16Move the stage2 boot block load address higher, so that it can loadMiod Vallat
2002-04-16Using a dull device to probe the FPU is ridiculous, replace it with an earlyMiod Vallat
2002-04-15Since XFree doesn't try to remap things behind our backs anymore, simplifyJason Wright
2002-04-15wx is totally gone nowTheo de Raadt
2002-04-14gx, not wx, you fool. spotted by miodTheo de Raadt
2002-04-13Try MUCH harder to always print a "root on" lineTheo de Raadt
2002-04-11Make sure this always prints the 'root on' line. Also, treat ramdisksJason Wright
2002-04-10Handle all pending adb interrupts when searching for devices.Dale Rahn
2002-04-10Be sure to print 'root on' line for RAMDISK kernelsJason Wright
2002-04-10remove ahc from here againTheo de Raadt
2002-04-08Credit DARPA/USAF appropriately.Jason Wright
2002-04-08wi* at pci* works with PLX pci adapters.Dale Rahn
2002-04-08pieces for gdb; deraadt@ okFederico G. Schwindt
2002-04-08add ESS Allegro-1 and Maestro-3 driverMike Frantzen
2002-04-05mark that there is no siginfo code here. Damn it, geezTheo de Raadt
2002-04-05fxp does not work on powerpc.Dale Rahn
2002-04-05add wsmux to the macppc ramdisk, to allow all keyboards to attach.Dale Rahn
2002-04-05remove un-needed stuff. I leave NFSCLIENT for hughTheo de Raadt
2002-04-05Use the OF set-colors operation instead of the color! operation, thisDale Rahn
2002-04-04permit maxusers down to 2Theo de Raadt
2002-04-04permit compiling without NFSTheo de Raadt
2002-04-04Some PCI machines do not implement the uperf registers. Those that doJason Wright
2002-04-04s/0/NULL for pointersJason Wright
2002-04-04Fetch the "idprom" property from the root and if that fails get itJason Wright
2002-04-03Replace the implementation of microtime with one written in C that doesn't go...Jason Wright
2002-04-03in PCITAG_SETNODE s/t/x to match usage; from netbsdJason Wright
2002-04-02time and time+4 might not be the same in the %hi (copycat jason)Michael Shalayeff
2002-04-02move to gxTheo de Raadt
2002-04-02bit defns for %tick (basically the ticker bits and the npt bit)Jason Wright
2002-04-02uncomment lxtphy(4) and enable eephy(4) in the RAMDISK kernel;lebel
2002-04-02new PowerBook G4 has a Marvell 88E1000 Gigabit PHY, model 6,lebel
2002-04-02gx works on alpha and i386 add a commented line for the driverNathan Binkert
2002-04-01Remove all traces of VGAFB_ALLOW_NATIVE.Jason Wright
2002-04-01Re-add dcNathan Binkert
2002-04-01modern tlb bitsMichael Shalayeff
2002-04-01better support for machine checks tocs and power failsMichael Shalayeff
2002-04-01be careful to preserve page attrs on removing the mappingMichael Shalayeff
2002-04-01kenter map the buffersMichael Shalayeff
2002-04-01s/3.0/3.1/ so that the CD will boot properly.Dale Rahn
2002-03-31Fix a spl botch for sun4/sun4c, which should fix reported stability issuesMiod Vallat
2002-03-31add a new mode to wsdisplay, WSDISPLAYIO_MODE_DUMBFB. This mode isJason Wright