summaryrefslogtreecommitdiff
path: root/sys/arch/prep/isa
AgeCommit message (Expand)Author
2003-11-24Set mcclock to BCD mode as before. Tested on 7248-133 43P.tsutsui
2003-11-01- Adapt mkclock_isa.c to MI mk48txx(4) changes.tsutsui
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-15__KERNEL_RCSID()lukem
2003-05-05Move definition of ISA_DMA_BOUNCE_THRESHOLD to dev/isa/isareg.h.fvdl
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-03-04Correct misspellings of "failed".wiz
2002-02-26Add the same probe fig leaf as in the mk48txx attachment to preventkleink
2002-02-25Add an attachment for the MK48T18 RTC/NVRAM found on some Motorola boards.kleink
2002-02-25Make the logic for wildcarding the I/O address actually achieve its purpose.kleink
2002-02-02Reduce the massive code duplication regarding joy(4). Split it intojdolecek
2002-01-21Fix panic at extent_free() in boot-time.nonaka
2002-01-07Overhaul of the ISA autoconfiguration code to support directthorpej
2001-11-21prep has no special dependencies on pccons; remove.soren
2001-10-03Add a new optional method, dev_ioctl, to the audio hardware driver interface.augustss
2001-08-26Make all powerpc ports use a common Makefile.powerpc (except walnut)matt
2001-07-22bcopy -> memcpy, bzero -> memsetwiz
2001-07-22bcopy -> memmovewiz
2001-06-20print elcr reg, if defined DEBUGnonaka
2001-06-15Compile again.nonaka
2001-06-15Use new common bus.h framework.nonaka
2001-06-13withough -> withoutwiz
2001-05-02Add `l_poll' to `struct linesw' and provide an xxxpoll() entry pointscw
2001-01-18No-op commit to force update to a non-"-kk" revision.tv
2001-01-05Add isapnp attachment for prep.tsutsui
2000-12-06Add ThinkPad 820 audio driver (attaches but does not yet work).matt
2000-11-27Rework bus_space to conform the PReP I/O & MEM limits. Add a few debuggingmatt
2000-11-22Make assym.h be generated againmatt
2000-11-15Move the ISA DMA cookie into isadma_machdep.c.thorpej
2000-11-02Adapt to new line discipline scheme.eeh
2000-06-29remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
2000-06-04Implement the more flexiable `evcnt' interface as discussed (briefly) oncgd
2000-05-02add cn_bell to struct consdevs pccons.nonaka
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-02-29Initial import prep port.nonaka