Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-03-12 | Additional pic related change, not currently used by powerpc port. | Dale S. Rahn | |
1999-03-11 | ne* fixups | Theo de Raadt | |
1999-03-11 | wb(4) fits on RAMDISK | Theo de Raadt | |
1999-03-11 | add wb | Jason Wright | |
1999-03-11 | fix more comma splices that involve misuse of conjunctive adverbs | Paul Janzen | |
1999-03-09 | add more 'cc' usage, actually overestimating gcc's smartness; also fix ↵ | Michael Shalayeff | |
currently unused bus macros. kids tested mother approved | |||
1999-03-09 | Add support for disabling the processor serial number on the P3. | Jason Downs | |
1999-03-08 | Add support for CPUID level 2. This is used to determine the L2 cache size | Jason Downs | |
on Intel processors; print out the correct CPU name and cache size at boot. Also clean up the feature flags, including PPro errata. | |||
1999-03-08 | Tweak horizontal frequency higher so that fringe case (basic SVGA + old | Marc Espie | |
picassoII) work. | |||
1999-03-07 | disable isp, enable adw/mx/vr | Theo de Raadt | |
1999-03-05 | Add forgotten file, espie@ has checked it compiles | Niklas Hallqvist | |
1999-03-05 | CS4232 hack goes away | Theo de Raadt | |
1999-03-05 | room for few more devices | Theo de Raadt | |
1999-03-05 | no isp yet | Theo de Raadt | |
1999-03-04 | note com/lpt chipset used | Michael Shalayeff | |
1999-03-04 | isapnp wss support | Theo de Raadt | |
1999-03-04 | pn* now fits... | Theo de Raadt | |
1999-03-03 | rework check_eh() so that it is bridge aware | Jason Wright | |
1999-03-03 | unsigned vs. signed nit | Jason Wright | |
1999-03-03 | pull in some viking stuff from NetBSD; delay use of CPUFLG_CACHEPAGETABLES | Jason Wright | |
if VIKING_PCR_TC isn't set. | |||
1999-03-02 | Typo | Marc Espie | |
1999-03-01 | add checks for if_bridge (in addition to if_bpf) | Jason Wright | |
1999-03-01 | led driver support for 4/[1236]00 machines | Jason Wright | |
1999-03-01 | Add extra pixel to 'l', so that it no longer looks like a '|' | Marc Espie | |
1999-02-28 | conditionalize use of sbus_testdma() | Jason Wright | |
1999-02-28 | new box | kstailey | |
1999-02-28 | do not APMDEBUG ramdisk floppy, it is very noisy | Theo de Raadt | |
1999-02-28 | permit swap on wd0b and sd0b, for swapon | Theo de Raadt | |
1999-02-28 | DEBUG should not affect apm.c | Theo de Raadt | |
1999-02-28 | compensate for check on unicast packets rx'd in promisc mode being moved | Jason Wright | |
to ether_input(). | |||
1999-02-26 | deal with uvm. Mostly name changes. | Artur Grabowski | |
1999-02-26 | change pmap_{de,}activate to take a struct proc *. | Artur Grabowski | |
XXX - This should be done to other archs, but since nothing (except uvm) uses it right now, the interface will be changed there when support for uvm is added. | |||
1999-02-26 | cnt.foo -> uvmexp.bar | Artur Grabowski | |
vm_fault -> uvm_fault | |||
1999-02-26 | some allocation changes, name changes, etc for uvm | Artur Grabowski | |
1999-02-26 | add kcopy (uvm) | Artur Grabowski | |
cnt.foo -> uvmexp.bar kmem allocation changes for uvm | |||
1999-02-26 | kmem allocation changes for uvm | Artur Grabowski | |
1999-02-26 | some uvm constants | Artur Grabowski | |
1999-02-26 | cnt.foo -> uvmexp.bar in uvm | Artur Grabowski | |
1999-02-26 | cnt.foo -> uvmexp.bar in uvm | Artur Grabowski | |
1999-02-26 | typedefs for {v,p}addr_t and {v,p}size_t needed by uvm. | Artur Grabowski | |
We should consider switching to those some day. | |||
1999-02-26 | some defines needed by uvm | Artur Grabowski | |
1999-02-25 | try to avoid using bus_* stuff for MD code, handle interrupts, gscbus changes | Michael Shalayeff | |
1999-02-25 | fix /boot arguments mapping. | Michael Shalayeff | |
now fully trust bootargv value passed from the /boot towards where in the physical memory they are located. adjust available memory accordingly. there is a mail coming into misc@ about this patch. | |||
1999-02-25 | chipset-independant irq establishing/handling code; dummy dma stuff | Michael Shalayeff | |
1999-02-25 | establish irq after MI attach call, some cleanup | Michael Shalayeff | |
1999-02-25 | save 'esym' passed from /boot | Michael Shalayeff | |
1999-02-25 | print hptm (hpt mask) and vtop (virt to phys has table) registers | Michael Shalayeff | |
1999-02-25 | add irq and dma glues (the green one) | Michael Shalayeff | |
1999-02-25 | use config_found_sm to allow irq passing in confargs | Michael Shalayeff | |
1999-02-25 | vmapbuf/vunmapbuf | Michael Shalayeff | |