summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev
AgeCommit message (Collapse)Author
2001-09-27Two workarounds for the zs serial driver.Dale Rahn
Enable Interrupts (recieve/status) initially. Code currently does not enable them elsewhere. Use a timeout to scedule the soft interrupt, since no MI soft interrupt scheme works yet. This will have issues with high receive rates.
2001-09-27used to corrupt some memory -- no moreMichael Shalayeff
2001-09-26zs driver, from different srcs, including netbsd/macppc and out mac68k/zs, etc.Michael Shalayeff
2001-09-25shh, no point in printing useless kernel messages.Dale Rahn
2001-09-20occured->occurredMike Pechkin
idea from deraadt@ via NetBSD millert@ ok
2001-09-19Fix a typo... and remove return; at the end of a void function.Miod Vallat
2001-09-16Update the bmac (if_bm) to a newer version from NetBSD.Dale Rahn
Now uses mii/mii_bitbang. Driver still has performance issues, It does not transfer as fast data as it should. No worse than before. Need to investigate a dhclient reported error: 'ip length 331 disagrees with bytes recieved 336'. only on if_bm.
2001-09-15reimplement dbdma such that it does memory allocationsMichael Shalayeff
w/ bus_dma(9) and rework drivers accordingly. make drivers use bus_dma as well, except for if_bm (later ;) . additionally, sync wdc_obio w/ netbsd. drahn@ ok, tested by miod@, pval@, brad@, mickey@
2001-09-12No need to be overkill for the french keyboard layout.Miod Vallat
2001-09-11Don't include <vm/vm_kern.h> if you don't need foo_map.Miod Vallat
2001-09-11vm/vm_kern.h is not needed hereand it compiles (;Michael Shalayeff
2001-09-10Remove some unused global variables.Dale Rahn
2001-09-10Device addresses should be mapped. It should be converted to bus_ accesses.Dale Rahn
This maps the region with mapiodev().
2001-09-10Devices should not poke random memory, even hacked code which should beDale Rahn
calling another driver to turn on it's enables properly. For now wi_obio will mapiodev the keywest enable region.
2001-09-05use dmamem/dmamap for allocating dmaable memory, since mallocMichael Shalayeff
can produce physically non-contiguous memory space, and thus trash the innocent pages. also make use of pci_mapreg_map and other `usefull' stuff (; import a reliability kludge from netbsd, the one to mark all buffers GMAC_OWN after rint is done. drahn@ ok
2001-09-01correct files for the powerpc/mac/ -> macppc/dev which did not getDale Rahn
renamed correctly.
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from powerpc/mac to macppc/dev