summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2004-10-20disable the intel wireless stuff by defaultTheo de Raadt
2004-10-20support for Intel 2100/2200BG/2915ABG wireless devices written byTheo de Raadt
damien.bergamini@free.fr. This gets imported even though there is no firmware in the tree. This is a ridiculous situation: everything is free, everything works, except Intel will not let us put a little dinky firmware flat file into OpenBSD. So OpenBSD is ready for Intel whenever they are. Are you a consumer? Do you want to see this changed -- contact jketreno@linux.intel.com and tell him how you feel about this. He is likely someone who cannot do anything about it, though. If anyone can work up or down the chain around his department and get me contact information for various people, I will compile and later publish such a list. Go do it people -- this is how things will change. Get me email addresses and phone numbers.
2004-10-20Fix some 64 bit address problems.Per Fogelstrom
Some function names made more unique. Other changes for the upcoming Origin 200 support.
2004-10-18Do not pass -print-map to the linker anymore, as we don't care about thisMiod Vallat
output.
2004-10-18Move exec.h out from sgi to share it with other mips64 ports; withAlexander Yurchenko
a tip from miod@. ok pefo@ miod@
2004-10-17Move declaration of default _vtbl members (wdc_default_*) toAlexander Yurchenko
wdcvar.h.
2004-10-16Provide a dummp __swap64md() on MD_SWAP architectures; needed by nm(1) now.Miod Vallat
2004-10-14astro and elroy will be elsewhereMichael Shalayeff
2004-10-14a bit larger delays during boot() to let msgs appearMichael Shalayeff
2004-10-13readd commented out isadma entryBrad Smith
2004-10-12remove text after #endif (errors out with gcc3)Christian Weisgerber
2004-10-12increase DFLSSIZ to smth more common in between other archsMichael Shalayeff
2004-10-11strip out quite a few of the ISA devicesBrad Smith
with input from and ok miod@
2004-10-09size works now on cross-size .o filesMichael Shalayeff
2004-10-08Enable crypto(4), hifn(4) and create /dev/cryptoRyan Thomas McBride
ok miod@
2004-10-08Move dev/cons.c to MI conf/files.Alexander Yurchenko
ok miod@
2004-10-08Fix DDB/DEBUG ifdefs dance.Alexander Yurchenko
Help and ok from miod, ok pefo@
2004-10-08Pasto in comment.Alexander Yurchenko
ok pefo@ miod@
2004-10-08Compile netisr code only for network-capable kernels.Alexander Yurchenko
ok pefo@ miod@
2004-10-08pseudo-device crypto is unnecessary for installs.Ryan Thomas McBride
kill kill kill kill miod@
2004-10-08trapdebug_enter() really takes 2 args, not 1.Alexander Yurchenko
ok pefo@ miod@
2004-10-08disksubr.c should depend on disk.Alexander Yurchenko
ok pefo@ miod@
2004-10-08Use ${MKDEP} instead of mkdep.Alexander Yurchenko
ok miod@
2004-10-07accomodate for hppa64 as wellMichael Shalayeff
2004-10-06Pass -finhibit-size-directive to the compiler, so that binutils 2.15Miod Vallat
do not create an .eh_frame section in object files.
2004-10-05kill unneeded includesMichael Shalayeff
2004-10-05Support for 6300ESB (timecounter, not SpeedStep of course).Alexander Yurchenko
2004-10-05Includes nit.Alexander Yurchenko
2004-10-05- check if pm space is enabledAlexander Yurchenko
- switch to pci_matchbyid() - minor nits
2004-10-05the file is just a copy from 4.4bsd and thus ucb copyright is enoughMichael Shalayeff
2004-10-05kill dead isa/eisa and add spmath for tags generationMichael Shalayeff
2004-10-05Get prototypes through cons_decl(), so that they are always right.Miod Vallat
2004-10-05some more typesPer Fogelstrom
2004-10-05grab the perflevel during init so it's synced with reality.Ted Unangst
other drivers to come. ok deraadt@
2004-10-05Port of NetBSD's udav driver for Davicom USB DM960 based Ethernet.Jonathan Gray
Thanks to Mark Uemura for donating several of these adapters. Tested by and ok deraadt@
2004-10-03nvram driver for i386 through /dev/nvramjoshua stein
currently read-only ok grange@, marius@
2004-10-03Merge locore_c_routines.c into machdep.c, and clear <machine/locore.h> asMiod Vallat
done on mvme88k. <machine/locore.h> is about to die very soon...
2004-10-03Kill <sys/types.h>Alexander Yurchenko
2004-10-02Associate ipl levels to clock and statclock coconuts.Miod Vallat
2004-10-02Too much dust on these files, it's time for them to leave the building.Miod Vallat
2004-10-01Sync with openpic.c evcount fixes; ok drahn@Miod Vallat
2004-10-01guarded_access() is really only used by the MVME188 interrupt engine, soMiod Vallat
do not provide it on luna88k. Makes trap() slightly faster on non-MVME188 kernels.
2004-10-01More mvme88k code cleaning:Miod Vallat
- merge locore_c_routines.c into machdep.c - split machdep.c into really machdep.c content, and board-specific routines (memory sizing, early initialization, etc). No functionnal change.
2004-10-01Get rid of CHECK_PAGE_ALIGN debug macros.Miod Vallat
2004-10-01add a blink_led API (shaves ~1k from GENERIC) rather than have the sameJason Wright
logic in 3 files. Devices register a function to be called to turn the led on and off based on load average. (Note: rerun config and make depend)
2004-10-01more register defnsJason Wright
2004-10-01Block splsoftclock in splsoftnet, and splsoftclock and splsoftnet in splsoftttyDale Rahn
Prevents a race which can corrupt pools, found dhartmei, fix by art and me.
2004-10-01Oops, trimmed includes too much for RAMDISK.Miod Vallat
2004-10-01Add lc(4), reported as working by mcbride@Dale Rahn
2004-10-01Missing pieces of the bus_space abi, found when attempting to compile aDale Rahn
new driver.