| Age | Commit message (Expand) | Author |
| 2003-01-01 | Use aprint_normal() for cfprint routines. | thorpej |
| 2002-10-02 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-09-24 | Remove the TCWSCONS config now that zstty can do flow control on IOASIC | ad |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-05-13 | Eliminate common. | matt |
| 2002-03-17 | Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for | atatat |
| 2001-09-06 | Don't require tp->t_dev to be filled in in cold_sccparam(). | thorpej |
| 2001-09-06 | Garbage-collect all the (outdated and totally useless) pmax stuff | thorpej |
| 2001-09-04 | Implement bus_space_mmap(). | thorpej |
| 2001-08-26 | Yanking a pmax-specific header should not have broken Alpha | simonb |
| 2001-08-23 | Add MX (PMAG-A), CX (PMAG-B), TX (PMAG-RO/PMAG[B]-J) TC framebuffer | nisimura |
| 2001-07-27 | Rework the interrupt code, shaving some cycles off in the process. | thorpej |
| 2001-07-19 | Add support for mbufs to the Alpha SGMAP DMA maps. | thorpej |
| 2001-07-12 | bcopy -> memcpy | thorpej |
| 2001-07-12 | bzero -> memset | thorpej |
| 2001-05-02 | Add `l_poll' to `struct linesw' and provide an xxxpoll() entry point | scw |
| 2001-03-31 | Remove unnecessary test of tp->t_linesw against NULL; they are results | enami |
| 2001-03-04 | Hook in px & pxg devices. | ad |
| 2001-02-22 | Add code segment for PMAGD, which is under development this moment. | nisimura |
| 2000-12-23 | Fix typo in last commit. | tron |
| 2000-12-22 | In tc_fb_cnattach(): match from a table, and add #ifdef'ed out glue for the | ad |
| 2000-11-10 | /t_line/t_linesw (typo) | itojun |
| 2000-11-02 | Adapt to new line discipline scheme. | eeh |
| 2000-07-18 | Clear the ISDN TXPTR/RXPTR/OVRN interrupt bits here. Based on | thorpej |
| 2000-07-11 | - Use PMAD-BA name for device match logic. It's not a real TURBOchannel | nisimura |
| 2000-07-05 | Repopulate 4 files, zs_ioasic.c and zs_ioasicvar.h from arch/alpha/tc, | nisimura |
| 2000-07-04 | Unnecessary to include <dev/tc/tcreg.h>. | nisimura |
| 2000-07-04 | Repopulate TCDS dual channel SCSI adapter to MI dev/tc, squashing | nisimura |
| 2000-06-29 | remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-06-26 | Change the kernel mmap interface so that the offset to map is an | simonb |
| 2000-06-05 | Switch to the new `evcnt' mechanism for counting interrupts. Maintain | thorpej |
| 2000-06-05 | Have MI ncr53c9x_attach() the 2nd and 3rd arguments for scsipi_adater | nisimura |
| 2000-06-04 | Implement the more flexiable `evcnt' interface as discussed (briefly) on | cgd |
| 2000-06-03 | - Clean up clock interrupt code a bit, and provide a CPU_IS_PRIMARY() | thorpej |
| 2000-06-02 | Make clarified SCSI transfer direction flag. sc_ispullup == pullup | nisimura |
| 2000-05-29 | make egcs happy: ioasic.c:327: warning: suggest parentheses | matt |
| 2000-05-28 | IOASIC_INTR_ISDN is used for interrupts on every sample. We use DMA so | gmcgarry |
| 2000-04-18 | Fix typo in last commit. | tron |
| 2000-04-17 | implement bus_space_vaddr() | drochner |
| 2000-03-26 | - Remove unused bt459reg.h. | nisimura |
| 2000-03-26 | Remove local implementation switching to accelerated MI sfb.c. | nisimura |
| 2000-03-24 | A minimal fix to make this compilable. | nisimura |
| 2000-03-23 | Use a software interrupt for tty input processing, not a callout. | thorpej |
| 2000-03-15 | Eliminate unused sc_cookie field of struct ioasic_softc. | nisimura |
| 2000-03-14 | Fix DEC3000/300 TC slot numbering. There is an address space hole | nisimura |
| 2000-03-13 | Fix doubled 'the's in comments. | soren |
| 2000-03-06 | - Implement cnbell() -- ring the console bell. The cn_bell entrypoint | thorpej |
| 2000-02-26 | - Add a bus space method for getting the translation for a window. | thorpej |