Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-16 | Consistent COPTS | Marc Espie | |
2000-07-16 | non-UVM doesn't even boot | Marc Espie | |
2000-07-14 | on a SparcStation Voyager, the 2nd zs device does not exist. | Theo de Raadt | |
2000-07-14 | Enable interrupts after configuration phase. | Miod Vallat | |
2000-07-14 | Use generic m68k code when possible ; do not enable interrupts at | Miod Vallat | |
startup. From NetBSD | |||
2000-07-14 | Remove unneeded definitions | Miod Vallat | |
2000-07-14 | Remove unneeded definition | Miod Vallat | |
2000-07-14 | Move splXXXX() stuff from <machine/param.h> to <machine/psl.h>, and | Miod Vallat | |
define more inline functions for dealing with this. From NetBSD | |||
2000-07-14 | Let config(8) know we can use 16 partitions per label now | Miod Vallat | |
2000-07-14 | ppc_intr_enable change that was previously missed in checkins. | Dale S. Rahn | |
2000-07-12 | typo | Theo de Raadt | |
2000-07-12 | Rework some code in the powerpc pmap module. | Dale S. Rahn | |
Previously it was possible to remove multiple entries on a single pass thru the pv deletion code in pmap_page_protect. Also when it did this, it was not properly tracking of decrementing pm->pm_stats.resident_count. By storing an additional piece of information in the pv structure, the pmap pointer it is possible to call pmap_remove on the entries rather than duplicating the pte removal code (again). This fixes a problem seen where the system panics or hangs in pmap_remove_pv due to the item not being on the list. Now it is not possible for mix entries. Because the pv entry only contained the pteidx, it was possible to remove an incorrect entry due to ambiguity. multiple pmaps having mappings at the same va of the same pa. Multipe pmap containing similar entries will occur frequenty with shared libaries. Because of the hash entries that have the same result of (sr & ptab_mask) will alias in the pv list.. Since the pv_idx is now recomputable, should it be removed? | |||
2000-07-11 | since .cvsignore is there, .keep_me is not needed | Theo de Raadt | |
2000-07-11 | RAMDISKC is ok | Theo de Raadt | |
2000-07-11 | cardbus install floppy kernel | Theo de Raadt | |
2000-07-11 | NKDD? no -- NKBD, bad mjacob | Theo de Raadt | |
2000-07-10 | regen | Michael Shalayeff | |
2000-07-10 | a few more boards, different sources | Michael Shalayeff | |
2000-07-08 | oops, revert to correct version | Marco S Hyman | |
2000-07-08 | #audio -> #audio* | Marco S Hyman | |
2000-07-08 | Fix CVS id fields. | Dale S. Rahn | |
2000-07-08 | More useful panic message. Improves debugging slightly. | Dale S. Rahn | |
2000-07-08 | Process memory ranges found in the openfirmware device tree by amount | Dale S. Rahn | |
retrieved, do not walk the (uninitialized?) stack until a value is found. | |||
2000-07-07 | Use b_cylinder instead of a homebrew define. | Artur Grabowski | |
2000-07-07 | esp files commented out for now, since the MI esp driver was added. | Dale S. Rahn | |
the mac esp driver was not yet ported, when that is done, this will be readded appropriately. | |||
2000-07-07 | Updates from a newer version of the NetBSD driver. | Dale S. Rahn | |
Use the interrupt line as configured by pci, now that the bridge will walk the openfirmware device tree and properly initialize that field. | |||
2000-07-07 | Support config type 2 as required for proper uni-north pci config cycles. | Dale S. Rahn | |
use the same code for read and write for easier maintance. code to walk the openfirmware device tree when a bridge is configured to copy the interrupt line information into the pci register so that the device driver can use it. Apple Openfirmware doesn't do this automatically. | |||
2000-07-07 | Since it is possible for the interrupt controller to be configured late | Dale S. Rahn | |
in the config cycle, and pci devices as well as mac onboard devices do not use interrupts to probe. It is possible to record that the interrupt is to be configured, but not configure it with the interrupt controller until the interrupt controller configures itself. This is lazy binding of interrupts. If there is a conflicting interrupt or other problem it will be noticed when the interrupt controller configures and collects the data rather than when the device configures. Currently on the openpic interrupt controller supports these pre-configured interrupts. | |||
2000-07-07 | Additional bus defines, required to build ahc driver. ahc not quite working | Dale S. Rahn | |
due to busdma issues on powerpc. | |||
2000-07-07 | Fix some spl handling. | Artur Grabowski | |
Return 1 from zshard more often to reduce (not fix) the stray interrupt problem. | |||
2000-07-07 | Convert spl* on sparc to be raising-only. | Artur Grabowski | |
2000-07-06 | Add ucom to char. device list and change XX_UNITMASK's to match OpenBSD; | Federico G. Schwindt | |
from dugsong@ | |||
2000-07-06 | dummy me, forgot \n in panic->printf transition | Michael Shalayeff | |
2000-07-06 | don't panic for nothing | Michael Shalayeff | |
2000-07-06 | Add ICU 82801AA_LPC (as on the OR840 motherboard). | Hakan Olsson | |
2000-07-06 | Change splsoftclock() call to spllowersoftclock() to conform with other | Hakan Olsson | |
code and keep old behaviour. (art@ ok) | |||
2000-07-06 | Change splsoftclock() to raise the spl, instead of lowering it. | Hakan Olsson | |
Add spllowersoftclock() for the former behaviour. Update comment. (art@ ok) | |||
2000-07-06 | Add spllowersoftclock(), same as splsoftclock(). (art@ ok) | Hakan Olsson | |
2000-07-06 | #ifndef MSGBUFSIZE, ok niklas@ | Eric Jackson | |
2000-07-06 | Fix pmap_activate and activation of the | Artur Grabowski | |
correct pmap. | |||
2000-07-06 | Make the handling of going into ddb from the console more like the | Artur Grabowski | |
other architectures. | |||
2000-07-06 | Don't include <vm/vm.h> twice. (art@ ok) | Hakan Olsson | |
2000-07-06 | Enable CardBus per Theo's request, so we can iron out the wrinkles faster. Also | Aaron Campbell | |
enable the PCIBIOS* options so they can be tested as well. Currently, support only for 3c575- and 3c656-based 3Com CardBus NICs, but we're working to add more drivers. | |||
2000-07-06 | Use isp_handle_index functions. Reorder when things get | mjacob | |
done (and return CMD_EAGAIN on request queue overflow so we can retry). | |||
2000-07-06 | printf %s | Todd T. Fries | |
2000-07-05 | fix comment | Michael Shalayeff | |
2000-07-05 | missing semicolon | Michael Shalayeff | |
2000-07-05 | convert these config's to use asc as well | Eric Jackson | |
2000-07-05 | change these to use asc as well | Eric Jackson | |
2000-07-05 | change the esp scsi driver name to asc as not to conflict with | Eric Jackson | |
the ncr53c9x driver. ok niklas@ |