| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-05-13 | free(9) sizes. |  mpi | 1 | -2/+4 |
| 2017-09-08 | If you use sys/param.h, you don't need sys/types.h |  deraadt | 1 | -2/+1 |
| 2015-09-27 | free(x, 0) cleanup: |  semarie | 1 | -3/+2 |
| 2015-08-15 | Fix isa_chipset_t ic_intr_{alloc,check} prototype: these take an |  miod | 1 | -3/+3 |
| 2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 1 | -3/+3 |
| 2013-03-08 | Stop defining __NO_ISA_INTR_CHECK and add a real isa_intr_check() function. |  miod | 1 | -3/+4 |
| 2010-11-20 | typo |  miod | 1 | -2/+2 |
| 2010-03-27 | Similar fix to amd64 and i386 for isa bus_dma. |  oga | 1 | -10/+14 |
| 2009-08-22 | Constify the what/name parameter of pci_intr_establish(). |  mk | 1 | -2/+2 |
| 2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 3 | -24/+3 |
| 2007-10-06 | Some archs used memset() rather than bzero(). So duplicate diff |  krw | 1 | -4/+3 |
| 2007-08-01 | unused, and Miod says this file was superseded by sys/dev/ic/i8253reg.h, so |  martin | 1 | -97/+0 |
| 2006-05-12 | Keep track of which DMA window was actually used to map the |  brad | 1 | -1/+3 |
| 2006-02-12 | Remove dead isabeep driver and unused isabeep() function. |  miod | 1 | -51/+1 |
| 2006-01-02 | remove last traces of __BROKEN_INDIRECT_CONFIG. |  brad | 1 | -9/+1 |
| 2003-06-02 | Remove the advertising clause in the UCB license which Berkeley |  millert | 1 | -6/+2 |
| 2002-12-10 | Add RCS ids. |  miod | 2 | -0/+2 |
| 2002-06-25 | No \n at the end of a panic() message... I thought all occurences had been |  miod | 2 | -5/+5 |
| 2002-03-14 | Final __P removal plus some cosmetic fixups |  millert | 1 | -3/+3 |
| 2002-03-14 | First round of __P removal in sys |  millert | 5 | -33/+33 |
| 2002-01-24 | RAMDISKB compiles again... |  miod | 1 | -4/+2 |
| 2002-01-23 | enable spkr, isabeep devices |  ericj | 1 | -5/+8 |
| 2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. |  miod | 2 | -4/+2 |
| 2001-11-05 | Switch everything to the new bus_dmamap_sync API. |  art | 2 | -8/+6 |
| 2001-11-05 | Code for isadma bouncing. |  art | 2 | -1/+606 |
| 2001-10-26 | First cut at a port of isadma and floppy driver. ok art@ |  nate | 3 | -74/+52 |
| 2001-08-08 | vga_{isa,pci}.h -> vga.h since the former no longer exists. |  millert | 1 | -2/+2 |
| 2001-02-03 | dead file |  art | 1 | -12/+0 |
| 2001-02-03 | Remove dead files. |  art | 5 | -1593/+0 |
| 2000-11-16 | configure vga, mouse and keyboard's once again. Currently only on eb164. |  ericj | 2 | -19/+62 |
| 2000-11-13 | Address the i8042 keyboard controller registers as offsets from IO_KBD; from |  aaron | 1 | -12/+1 |
| 2000-11-08 | Merge in big portions of the improvements NetBSD did to their alpha port. |  art | 1 | -4/+3 |
| 1999-01-11 | panic prints a newline for you, don't do it in the panic string |  millert | 1 | -2/+2 |
| 1999-01-08 | s/pcppi/pckbc/ due to conflict with "real" pcppi and as a step towards |  niklas | 4 | -41/+41 |
| 1998-06-29 | isa_intr_check(), alpha style. |  downsj | 1 | -1/+4 |
| 1998-02-05 | need db_var.h |  deraadt | 1 | -1/+4 |
| 1998-02-05 | rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entry |  deraadt | 1 | -4/+4 |
| 1998-01-06 | Dummy PnP support, so alpha will compile |  niklas | 2 | -0/+211 |
| 1997-11-10 | $OpenBSD$ |  niklas | 3 | -0/+3 |
| 1997-11-06 | Add some missing things for the MI vga driver. Move wscons to an MI place as |  niklas | 3 | -7/+7 |
| 1997-11-06 | We need an MI vga driver. The alpha one was most MI. Not entirely yet though. |  niklas | 2 | -208/+0 |
| 1997-11-04 | Support ISA VGA for real on DEC AXPPCI 33 |  niklas | 1 | -4/+7 |
| 1997-08-22 | wscons -> vga_xxx -> vga mmap() support. first cut |  deraadt | 1 | -0/+29 |
| 1997-07-31 | typo |  niklas | 1 | -1/+1 |
| 1997-07-09 | alpha/common/ insults my filec |  deraadt | 1 | -1/+1 |
| 1997-07-08 | Prolong the delay, per pccons.c from the i386 port |  niklas | 1 | -1/+5 |
| 1997-07-06 | Enter DDB via CTL+ALT+ESC + style nits |  niklas | 1 | -4/+15 |
| 1997-01-24 | Sync with NetBSD 961207 |  niklas | 9 | -259/+769 |
| 1996-12-08 | Merge to NetBSD 961107, i.e. mostly new bus.h |  niklas | 3 | -88/+89 |
| 1996-11-12 | s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road |  niklas | 2 | -4/+4 |