summaryrefslogtreecommitdiff
path: root/sys/arch/evbppc
AgeCommit message (Expand)Author
2004-01-05Mapping of console device goes into the reserved tlb's.hannken
2004-01-05Implement fb_mmap(). From David P. Reese Jr. with PR #23985.hannken
2003-12-30Replace the traditional buffer memory management -- based on fixed per bufferpk
2003-12-30Fix PowerPC ports build with KGDB.manu
2003-12-14Split the Intel i31244 SATA controller ("Artisea") driver out of piixidethorpej
2003-12-13Collapse the atabus declaration into "atabus* at ata? channel ?".thorpej
2003-12-13Split out the Silicon Image SATALink support into its own driver,thorpej
2003-12-10Change reference at bottom from sys/dev/majors to sys/conf/majors to matchjmc
2003-11-19Include arch/powerpc/ibm4xx/intr.c only if a particular board actuallyscw
2003-11-19Add support for an MBR disklabel if EVBPPC_HAS_MBR is defined.scw
2003-10-24add major for 'ses' for archs which have the other scsi devicesjdolecek
2003-10-20Reorganize the way powerpc port install machine specific headers.matt
2003-10-18Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'lukem
2003-10-10reassing majors for crypto and pf to use the newly defined MI majorjdolecek
2003-10-10update the comment - the space for machine-dependant majorsjdolecek
2003-10-10White space nit.simonb
2003-10-10Need to rename dsrtc to ds1743rtc here too.simonb
2003-10-08Add new per-chip pciide drivers.bouyer
2003-10-08Add atabus.bouyer
2003-10-06Use xrtc driver on generic I2C framework instead of original xrtcshige
2003-10-06Rename dsrtc to avoid clashing with the MI i2c ds1307 driver.scw
2003-10-06Whitespace nits.simonb
2003-10-05Add some framework for MI assignment of device majors - add sys/dev/majorsjdolecek
2003-09-25Add COMPAT_16matt
2003-09-24Rename ibm4xxGPx_autoconf.c to all lowercase filename.shige
2003-09-23Add new evbppc port.shige
2003-09-14Revert addition of rnd here; it's already present due to the inclusionhe
2003-09-06add rnd(4) device to installation media.itojun
2003-08-22create /dev/cryptoitojun
2003-08-18Increase the size for the symbol table so we don't overflow anymore.eeh
2003-08-18Do not rely on an address from one particular firmware version.eeh
2003-08-18Use the only documented method to get the board data from the firmware.eeh
2003-08-17Add lpt (for explora) as char 20.hannken
2003-08-16Add bus_dmamap_sync as dma regions are no longer uncached.hannken
2003-08-12Remove SPILLSTK leftovers.matt
2003-08-12Nuke ci_curpm and curpm. Nuke pcb_pmreal. Those were use for spill stacksmatt
2003-08-11catch up with changes elsewhere.chs
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-03The firmware actually passes the info block pointer in the link register.eeh
2003-08-03Use %r<n> for register names.eeh
2003-07-31Add #define _NOREGNAMES (to suppress asm.h from #define r1 1 ...)matt
2003-07-29Fix an off-by-one error in pci_iot.scw
2003-07-27reserve cdev major # for PF. ok'ed by technical-execitojun
2003-07-25Adapt to the new ibm4xx bus(9) world order.scw
2003-07-25Add back an accidentally deleted 'return'.scw
2003-07-25Switch ibm4xx ports to common powerpc bus_space/bus_dma code.scw
2003-07-16Correct a comment.simonb
2003-07-16Only need to call consinit() once...simonb
2003-07-16Enable FFS_EI.simonb
2003-07-15__KERNEL_RCSID()lukem