summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
1999-03-03unsigned vs. signed nitJason Wright
1999-03-03pull in some viking stuff from NetBSD; delay use of CPUFLG_CACHEPAGETABLESJason Wright
1999-03-02TypoMarc Espie
1999-03-01add checks for if_bridge (in addition to if_bpf)Jason Wright
1999-03-01led driver support for 4/[1236]00 machinesJason Wright
1999-03-01Add extra pixel to 'l', so that it no longer looks like a '|'Marc Espie
1999-02-28conditionalize use of sbus_testdma()Jason Wright
1999-02-28new boxkstailey
1999-02-28do not APMDEBUG ramdisk floppy, it is very noisyTheo de Raadt
1999-02-28permit swap on wd0b and sd0b, for swaponTheo de Raadt
1999-02-28DEBUG should not affect apm.cTheo de Raadt
1999-02-28compensate for check on unicast packets rx'd in promisc mode being movedJason Wright
1999-02-26deal with uvm. Mostly name changes.Artur Grabowski
1999-02-26change pmap_{de,}activate to take a struct proc *.Artur Grabowski
1999-02-26cnt.foo -> uvmexp.barArtur Grabowski
1999-02-26some allocation changes, name changes, etc for uvmArtur Grabowski
1999-02-26add kcopy (uvm)Artur Grabowski
1999-02-26kmem allocation changes for uvmArtur Grabowski
1999-02-26some uvm constantsArtur Grabowski
1999-02-26cnt.foo -> uvmexp.bar in uvmArtur Grabowski
1999-02-26cnt.foo -> uvmexp.bar in uvmArtur Grabowski
1999-02-26typedefs for {v,p}addr_t and {v,p}size_t needed by uvm.Artur Grabowski
1999-02-26some defines needed by uvmArtur Grabowski
1999-02-25try to avoid using bus_* stuff for MD code, handle interrupts, gscbus changesMichael Shalayeff
1999-02-25fix /boot arguments mapping.Michael Shalayeff
1999-02-25chipset-independant irq establishing/handling code; dummy dma stuffMichael Shalayeff
1999-02-25establish irq after MI attach call, some cleanupMichael Shalayeff
1999-02-25save 'esym' passed from /bootMichael Shalayeff
1999-02-25print hptm (hpt mask) and vtop (virt to phys has table) registersMichael Shalayeff
1999-02-25add irq and dma glues (the green one)Michael Shalayeff
1999-02-25use config_found_sm to allow irq passing in confargsMichael Shalayeff
1999-02-25vmapbuf/vunmapbufMichael Shalayeff
1999-02-25flesh pcb outMichael Shalayeff
1999-02-25better bus_space_barrier(); proper dma stuff; some more bus tagsMichael Shalayeff
1999-02-25support irq on mainbusMichael Shalayeff
1999-02-25better __splhigh(); define INT_NONE for 'no ints allowed'Michael Shalayeff
1999-02-25remove unused software bitsMichael Shalayeff
1999-02-25comment iomod_command usageMichael Shalayeff
1999-02-25fix c&p in fice() (s/fdce/fice/); cleanupMichael Shalayeff
1999-02-25sync and cleanupMichael Shalayeff
1999-02-25updateMichael Shalayeff
1999-02-25add dino device/attachment; myri is actually on pciMichael Shalayeff
1999-02-25pci host adapter is called 'Dino'Michael Shalayeff
1999-02-25updateMichael Shalayeff
1999-02-25specify text start through the -Ttext, fix ld.script accordinglyMichael Shalayeff
1999-02-25add both audio device typesMichael Shalayeff
1999-02-25rearrange devices, fix irqs, more commentsMichael Shalayeff
1999-02-24pIII handling; testing by jdb@layer8.netTheo de Raadt
1999-02-24more stuff, also irq attribute for mainbusMichael Shalayeff
1999-02-24better promisc & allmulti handlingJason Wright