Age | Commit message (Expand) | Author |
2006-06-27 | Rewritten clock driver for 80219/80321, actually manages seperate stat | Dale Rahn |
2006-06-26 | Clean up some inconsistancies in definitions around DOS MBR code. No | Kenneth R Westerback |
2006-06-19 | Close a race in the interrupt handler code. | Dale Rahn |
2006-06-17 | Fix error where soft irq mask was not initialized for IPL_HIGH, and cleanup. | Dale Rahn |
2006-06-15 | rewritten, simplifed interrupt controller for 80321, half the lines | Dale Rahn |
2006-06-15 | Ricoh rtc support for armish, driver from netbsd. | Dale Rahn |
2006-06-10 | I2C support for 80321/80219 | Dale Rahn |
2006-06-02 | cleanup, move thecus board_reset from MI arm/xscale into armish dir. | Dale Rahn |
2006-06-01 | After changing J3 to J4 on the thecus board, serial interrupts work just | Dale Rahn |
2006-06-01 | Splraise is strictly to increase spl, do not lower. | Dale Rahn |
2006-06-01 | current_ipl_level is a value, not a mask, do not '|=' into it. | Dale Rahn |
2006-06-01 | Just say NO to noisy dmesg. | Dale Rahn |
2006-06-01 | IO addresses will always be in the right range, this check is wrong. | Dale Rahn |
2006-05-31 | correctly perform bus base/physical addr translation. | Dale Rahn |
2006-05-30 | Remove dead toes. | Miod Vallat |
2006-05-29 | Tags. | Dale Rahn |
2006-05-29 | Add support for i80321 based systems. | Dale Rahn |
2006-05-27 | Nuke defopt remains. Tested on cats and zaurus. | Miod Vallat |
2006-05-26 | <machine/rtc.h> is really only footbridge-specific, so, after pruning it from | Miod Vallat |
2006-05-26 | Remove unused defines. | Miod Vallat |
2006-05-26 | Add RCS id. | Miod Vallat |
2006-05-26 | No md math.h in OpenBSD | Miod Vallat |
2006-05-26 | No need to have a struct uvm_object in each pmap when all you want is a | Miod Vallat |
2006-05-26 | Get rid of katelib.h, it was almost unused and is marked as deprecated anyway. | Miod Vallat |
2006-04-09 | #ifdef lint wraps for va_start | Theo de Raadt |
2006-04-04 | Add input routines to the i2s layer to support future Zaurus audio input. | Christopher Pascoe |
2006-04-04 | Add pxa2x0_dma_from_fifo to support DMA from internal peripheral FIFOs | Christopher Pascoe |
2006-04-04 | Abort any DMA that is in progress before changing the DMA completion handler, | Christopher Pascoe |
2006-04-04 | Configure the I2S controller's GPIOs, not than the USB's. | Christopher Pascoe |
2006-03-19 | remove unused bdbtofsb(bn) macro | Martin Reindl |
2006-03-15 | use sysctl_int_lower() for the aperture variable. This lets root close | Theo de Raadt |
2006-03-15 | Nuke dk_establish(), no longer used. | Miod Vallat |
2006-03-13 | * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to | Brad Smith |
2006-03-12 | remove splimp. | Brad Smith |
2006-03-07 | Fix collision between SI_SOFTSERIAL and OS timers in the interrupt mask. | Uwe Stuehler |
2006-03-07 | Add the proper constant to replace a magic interrupt number. | Uwe Stuehler |
2006-03-07 | Remove COMPAT_1x stuff inherited from NetBSD, which does not apply to us. | Miod Vallat |
2006-03-04 | Typos grab bag of the month, eyeballed by jmc@ | Miod Vallat |
2006-03-04 | Do not deliver SIGBUS twice. | Miod Vallat |
2006-02-14 | Kill unused __HAVE_MINIMAL_EMUL | Miod Vallat |
2006-02-12 | Remove dead sysbeep driver and unused sysbeep() routine. No functional change. | Miod Vallat |
2006-01-17 | Upon halt, invoke resettodr() on arm platforms, unless we have been sitting | Miod Vallat |
2006-01-13 | Make size_t, ssize_t, intptr_t and uintptr_t consistent amongst our | Todd C. Miller |
2006-01-08 | Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2 | Todd C. Miller |
2006-01-06 | Don't redefine SIZE_MAX | Todd C. Miller |
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller |
2006-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller |
2005-12-31 | Search for the devices to attach to mainbus, not hardcoded. ok miod@ | Dale Rahn |
2005-12-31 | whitespace cleanup. | Dale Rahn |
2005-12-31 | Split the d_type field of cdevsw entries into d_type and d_flags for clarity. | Miod Vallat |