Age | Commit message (Expand) | Author |
2002-01-11 | Get all of the bit definitions from ad1848reg, apcdmareg, and cs4231reg | Jason Wright |
2002-01-11 | enable/disable IEN in cs4231 pin control register | Jason Wright |
2002-01-11 | Oops, that's -disable- interrupt enable in cs4231_close()... | Jason Wright |
2002-01-11 | Remove last nights interrupt handling hack and do it right: | Jason Wright |
2002-01-11 | for the "Magma LC 2+1 Sp", we have to check the 'clock' property (it's | Jason Wright |
2002-01-11 | Only check for playback interrupts if we're actually expecting them. | Jason Wright |
2002-01-10 | Bring back pmap_motorola for mac68k. | Miod Vallat |
2002-01-10 | Replace asm statements with stuff from asm*.h, or even simple equivalent | Miod Vallat |
2002-01-10 | Switch m68k arches that do not exist in 68060 models back to pmap_motorola. | Miod Vallat |
2002-01-10 | Reintroduce the pmap_motorola framework. | Miod Vallat |
2002-01-10 | larger SSIZE and smaller NKMEMPAGES_MIN_DEFAULT | Michael Shalayeff |
2002-01-10 | cache_align is not used | Michael Shalayeff |
2002-01-10 | Check result from malloc(9) when using M_NOWAIT. hugh@ ok | Thomas Nordin |
2002-01-10 | Check result from malloc(9) when using M_NOWAIT. jason@ ok | Thomas Nordin |
2002-01-09 | Call gdt_init() earlier and only once. Work done with millert@ | Thomas Nordin |
2002-01-09 | better iobase for rtii, from Maxim Tsyplakov <tm@oganer.net> | Michael Shalayeff |
2002-01-09 | Put explicit register qualifiers into the inlines, so that they work correctly | Miod Vallat |
2002-01-08 | Fix 16 vs. 32-bit mismatch. Solves the most common MBR hang. | Kjell Wooding |
2002-01-08 | correct altivec support enable for gas 2.11. (still in comment) | Dale Rahn |
2002-01-07 | Paranoia on my part, do not let the condition exist where kvm space could | Dale Rahn |
2002-01-07 | On cache flushing, if start is not cacheline aligned, add to the lenght | Dale Rahn |
2002-01-07 | Do not enter ddb twice in a row on console break. | Miod Vallat |
2002-01-07 | - increment uvmexp.intrs on interrupts (oops) | Miod Vallat |
2002-01-06 | add ums and wsmux | Jason Wright |
2002-01-06 | That was no fix, that broke things. If the pte entry is currently found | Dale Rahn |
2002-01-06 | pte_spill() is executed on a special stack in real mode (vm not enabled). | Dale Rahn |
2002-01-04 | Use [eid]cache-size to determine cache sizes and fall back to (?cache-nlines ... | Jason Wright |
2002-01-04 | correct comment: USB scanners aren't generic devices | Jason Wright |
2002-01-04 | oops, move cdev_decls to conf.h | Jason Wright |
2002-01-04 | add the full suite of USB devices: usb, uhid, ugen, ulpt, urio, ucom, uscanner | Jason Wright |
2002-01-04 | Bring in a closer shape to other arches Makefile, also reorder the depend | Miod Vallat |
2002-01-04 | Use LEAF_ENTRY not ENTRY. | Miod Vallat |
2002-01-04 | expose sbus_bus_addr() so cgsix actually compiles (oops) | Jason Wright |
2002-01-04 | Standardize on EFBIG for bus_dma returning failure if caller is too griddy. | Miod Vallat |
2002-01-03 | call ukbd_cnattach() if the console keyboard is usb | Jason Wright |
2002-01-03 | stdout and stdin are integers not pointers (use 0 not NULL) | Jason Wright |
2002-01-03 | define a new wsemul_sun attribute and add it to the sparc64 framebuffers | Jason Wright |
2002-01-03 | Use STRIPFLAGS=-g -X -x rather than =-d on all ELF arches. | Miod Vallat |
2002-01-03 | cdev_decl(wsdisplay) is already done in <sys/conf.h> | Miod Vallat |
2002-01-03 | Proper va_end calling (no double calls) | Jason Wright |
2002-01-03 | add get/set colormap functions (mostly stolen from macppc) | Jason Wright |
2002-01-03 | add WSEMUL_SUN so we get the sun emulation stuff | Jason Wright |
2002-01-03 | If the dma decides to perform I/O on memory that is not mapped, panic | Dale Rahn |
2002-01-02 | commented out maxi radio | Michael Shalayeff |
2002-01-02 | at least ; required after label or case; openbsd@davidkrause.com | Theo de Raadt |
2002-01-02 | missing radiotrack entries, fix the others (all still commented out | Michael Shalayeff |
2002-01-02 | On the road to serial console support. stage one, if of console is serial | Dale Rahn |
2002-01-01 | Don't whine about not having carrier... ifconfig on the interface will say so. | Jason Wright |
2001-12-31 | man says bus_space_map() returns non-zero, not negative on failure | Michael Shalayeff |
2001-12-31 | Fix a glitch in _dmamap_load_buffer introduced in the last commit. | Miod Vallat |