summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2004-12-31typoTheo de Raadt
2004-12-31kludge around this build problem for now.Dale Rahn
2004-12-31shrink (low memory machine) and comment correctly.Dale Rahn
2004-12-31port is zaurusDale Rahn
2004-12-31These are now zaurus headers, not cats ifdef protect appropriately.Dale Rahn
2004-12-31cleanups pointed out by miod@Dale Rahn
2004-12-31Enable Realtek RTL8180 driver (rtw) to get more testing feedback.Jonathan Gray
2004-12-31Port of OpenBSD to the Zaurus, currently running on C860, soon C3000.Dale Rahn
2004-12-30xscale bits, taken from NetBSD with modifications as appropriate for OpenBSD.Dale Rahn
2004-12-30pcmcia (CF) adapter. Needs to be split into seperate layers soDale Rahn
2004-12-30PXA serial port is just enough different to make it difficult to shareDale Rahn
2004-12-30Add pxa interrupt controller support.Dale Rahn
2004-12-30better #includeDale Rahn
2004-12-30pxa270 is xscaleDale Rahn
2004-12-30Properly include fcom.h defines.Dale Rahn
2004-12-30#include cleanup.Dale Rahn
2004-12-30Work around the previous xscale/sa1xx muck, should now work for cats and xscaleDale Rahn
2004-12-30Support for pxa270, at least a running start.Dale Rahn
2004-12-30Include types and defines for items used in these inlined functions.Dale Rahn
2004-12-30Add pxa270 idDale Rahn
2004-12-30Fix (and de-inline) bus_space_(read|write)_raw* functions, they didDale Rahn
2004-12-30Silence resettodr() unless option DEBUG.Miod Vallat
2004-12-30If we are running on a 68040 or a 68060 processor, overwrite the copypage()Miod Vallat
2004-12-30Do the address space checks only if option DEBUG - nobody has seen themMiod Vallat
2004-12-30Kill the EIOMAPSIZE and instead, dynamically size the external I/O map,Miod Vallat
2004-12-30Rework pmap_bootstrap() computations of I/O maps. Makes the MD part ofMiod Vallat
2004-12-30adw(4) works on amd64, enable; ok deraadt marcoPeter Valchev
2004-12-30add acphy and bmtphy for some aue devicesDavid Gwynne
2004-12-30Enable udav now it works on alpha. ok dlg@Jonathan Gray
2004-12-30add ehci and enable atu in GENERIC. get rid of the flags on usb since theyDavid Gwynne
2004-12-29fix a few more locators with ? that snuck in; mickey okTheo de Raadt
2004-12-29Add commented entries for David Young's Realtek 8180 driver (rtw).Jonathan Gray
2004-12-28add sqphyBrad Smith
2004-12-28Since we don't enable interrupts until autoconf is over, we don't needMiod Vallat
2004-12-28fix new line in dmesg print on 8k cpusMichael Shalayeff
2004-12-27unusedMartin Reindl
2004-12-27Finally put copyrights on files I wrote _long_ ago. prodded by miod@Dale Rahn
2004-12-26_C_LABEL(foo) -> foo when in comments.Miod Vallat
2004-12-26TypoMiod Vallat
2004-12-26TyposMiod Vallat
2004-12-26Better include-once-only preprocessor symbol name.Miod Vallat
2004-12-26If writedisklabel() is invoked on a DPME-labeled disk, read back the DPMEMiod Vallat
2004-12-26_HP300_INTR_H_PRIVATE is long dead.Miod Vallat
2004-12-26do not waste time having ises onTheo de Raadt
2004-12-26enable ami. ok beck@Marco Peereboom
2004-12-25Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-12-25much space has been regained because of ramdisk fitting exercises inTheo de Raadt
2004-12-25strncmp() the correct size when looking for ki2c companion.Miod Vallat
2004-12-24{e,}intr{cnt,names} bye-bye.Miod Vallat
2004-12-24Rewrite intlock/intunlock not to pass around interrupt frame directlyPeter Valchev