Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-11 | debug only; mickey ok | Theo de Raadt | |
2003-07-11 | fix some displays; | Jason McIntyre | |
2003-07-10 | unifdef -UNEW_FPSTATE in attempt to make it more clear | Jason Wright | |
2003-07-10 | small bit of cleaning | Jason Wright | |
2003-07-10 | - working emulation for POPC instruction | Jason Wright | |
- good start are fully decoding LDQF(A)/STQF(A) | |||
2003-07-10 | more instructions in type 3, op=2 | Jason Wright | |
2003-07-09 | part of infrastructure to deal with emulated stqf/ldqf: | Jason Wright | |
T_ILLINST handler fetches instruction and decodes it. If it's stqf, ldqf, stqfa, or ldqfa call emulation instead of SIGILL directly. Note: this still SIGILL's in the end, the emulation isn't done yet. | |||
2003-07-09 | another instruction correction: STQDC -> STQFA | Jason Wright | |
2003-07-09 | corrections/filling of type 3 v9 instructions | Jason Wright | |
2003-07-09 | add trap entries for LDQF/STQF alignment faults, but handle them as | Jason Wright | |
SIGILL for now. Also split out T_INST_EXCEPT and T_TEXTFAULT from T_ILLINST pending handling of LDQF/STQF illegal instruction faults. | |||
2003-07-09 | add a bunch more traps from the v9 spec | Jason Wright | |
2003-07-09 | s/Tryap/Trap | Jason Wright | |
2003-07-08 | The best read code of mice and men, ... (reviewed by /dev/null) | Dale Rahn | |
2003-07-08 | Improved timebase register handling. use all 64 bits, instead of the | Dale Rahn | |
lower 32 bits. | |||
2003-07-08 | add ep@pcmcia and phys, commented out an and com | Michael Shalayeff | |
2003-07-08 | BUS_SPACE_BARRIER_{READ,WRITE} are needed for some drivers -- fake | Michael Shalayeff | |
2003-07-07 | disable accidentially enabled 'debug' flag; ok drahn | Peter Valchev | |
2003-07-07 | Fix for PR 3177. | Tobias Weingartner | |
Diff from Otto Moerbeek <otto at drijf.net>, testing by same. Looked over, and other (outline testing) by me. | |||
2003-07-07 | function for cpuid instruction. pulled from longrun into generic code. | Ted Unangst | |
ok deraadt mickey | |||
2003-07-05 | do not make bad machine@ links | Theo de Raadt | |
2003-07-02 | [kick] fix merge error. | Dale Rahn | |
2003-07-02 | Use defines for the interrupt type, not magic numbers. | Dale Rahn | |
2003-07-02 | Add a stub where code could be added to make use of the new key on recent | Dale Rahn | |
laptop keyboards (mirror display on F7). Documents the key, no functionality. | |||
2003-07-02 | If the fpu or vector registers are not currently associated with any | Dale Rahn | |
process, the fpuproc or vecproc are set to NULL, prevent these functions from potentially attempting to access thru a NULL pointer. | |||
2003-07-02 | fix tslot issues (need level-triggered interrupts); from miod | Todd T. Fries | |
2003-07-02 | Reduce the amount of asm code in powerpc/macppc by replacing it with | Dale Rahn | |
inlined functions, helps improve readability and fix a couple of bugs. ok miod@ | |||
2003-07-02 | make ppc_intr_(enable|disable)() inlined functions. | Dale Rahn | |
2003-07-02 | bump mktemp randomness from 6->10 X's | Anil Madhavapeddy | |
2003-06-28 | back out that which does not compile | Theo de Raadt | |
2003-06-28 | grr... committed previous from the wrong tree... fixed version, which also | Jason Wright | |
adds alaw:8 support. | |||
2003-06-28 | add emulations for slinear:8 and ulinear:8; ok miod | Jason Wright | |
2003-06-28 | Sync sparc fb API with the sparc64 changes (fbwscons_init takes flags, and | Miod Vallat | |
the sunfb structure keeps pointer to the prom cursor coordinates). | |||
2003-06-28 | Be more careful when processing interrupts - the TS102 queues them, and we | Miod Vallat | |
might get fed an interrupt for a particular condition at a time we are not expecting this condition anymore... | |||
2003-06-28 | Be prepared to the fact that the user may unplug a card before it was | Miod Vallat | |
fully initialized. | |||
2003-06-28 | Add a macro to encode (x,y) coordinates. | Miod Vallat | |
Use ZX_EXTENT_DIR_* constants for fill commands, rather than hard-coded values. Provide a RI_FULLCLEAR version of eraserows(). | |||
2003-06-28 | Add RI_FULLCLEAR to the rasops flags. Accelerated drivers (cgsix, creator, | Miod Vallat | |
pnozz) benefit from this, and this does not hurt the other drivers. | |||
2003-06-28 | Clear screen after smitching to the wsfont, on low-resolution cgsix. | Miod Vallat | |
This is only necessary on the RDI Britelite laptops. Reported by Paul Weissmann. | |||
2003-06-28 | A better reset sequence; also, probe slots immediately rather than waiting | Miod Vallat | |
for the worker thread to be set up. | |||
2003-06-27 | Cleanup biosboot to remove uneeded 32-bit opcodes, initializations of | Tobias Weingartner | |
32-bit segment registers, and other things not really necessary. Cleanup some comments while there as well. Tweak blocktable to max size these changes allow us. This should help in shrinking the code some, making future changes easier. nate@ ok. | |||
2003-06-27 | kqueue support for various usb devices including: usb, uhid, ugen, | Nathan Binkert | |
and uscanner From NetBSD | |||
2003-06-27 | Fix hang in EDD detection routine. | Tobias Weingartner | |
2003-06-26 | Compile the vax kernel with -Wmissing-prototypes -Wstrict-prototypes now. | Miod Vallat | |
2003-06-25 | We want address incrementation disabled, so correctly ask for it... | Miod Vallat | |
2003-06-25 | Oops, put back iot/memt affectations in io_alloc/mem_alloc; spotted by todd@ | Miod Vallat | |
2003-06-25 | Recent bus_space changes make ne at pcmcia work out of the box, | Miod Vallat | |
tested by pb@ | |||
2003-06-25 | Extend the sparc bus_space_tag_t to store access endianness in it, and | Miod Vallat | |
adapt all bus_space functions to do proper endianness conversion whenever necessary, except for the raw ones. This allows us to remove the forced endianness conversions in if_wi. with help from and ok mickey@ | |||
2003-06-25 | Let the stp driver use different bus_space_tag_t for its own device access, | Miod Vallat | |
and for access to the pcmcia windows from the pcmcia drivers. | |||
2003-06-25 | fix _set_ functions as found while debugging an@stp | Michael Shalayeff | |
2003-06-24 | ... and it must compile, too. Doh. | Miod Vallat | |
2003-06-24 | io_alloc must provide working bus_space tag and handles... | Miod Vallat | |