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