Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-03-17 | proper formatting for dmesg | Theo de Raadt | |
1999-03-17 | isp | Theo de Raadt | |
1999-03-17 | complete update of ISP driver- Finally enabled for sparc | mjacob | |
1999-03-17 | Add in a real working isp_sbus.c | mjacob | |
1999-03-16 | Reflect reality | Thorsten Lockert | |
1999-03-16 | K6-3 | Theo de Raadt | |
1999-03-15 | on cypress, disable write caching for now | Theo de Raadt | |
1999-03-13 | If a program crashes due to a "program" exeception, dump additional | Dale S. Rahn | |
information as to why, illegal instruction, floating point, ... | |||
1999-03-12 | reference doc | Jason Wright | |
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 | |