summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
AgeCommit message (Collapse)Author
2001-06-26Cleanup of interrupt configuration, move prototypes to header file,Dale Rahn
not in each file.
2001-06-26stub bus_space_{alloc,free}Michael Shalayeff
2001-06-26accomodate for i2o additionMichael Shalayeff
2001-06-25closer to building with -Wno-uninitializedDale Rahn
2001-06-25add MACOBIOVERBOSE as per discussion w/ daleMichael Shalayeff
2001-06-25add an and wi attachmentsMichael Shalayeff
2001-06-25add an@pciMichael Shalayeff
2001-06-25obio -> macobio, and cleanupsTheo de Raadt
2001-06-25Add support for airport cards on powerpc.Dale Rahn
Only tested on Ti, but may/should work on other systems.
2001-06-25Integrate a working airport driver interface. Mostly based on pci driver.Dale Rahn
Hacked up code from netbsd should be rewritten to talk to the proper devices to enable/disable the device.
2001-06-25implement bus_space_set_multi_*, based on netbsd code; drahn@ okMichael Shalayeff
2001-06-25Improved debug-ability printfs. now under ifdef PCI_DEBUGDale Rahn
2001-06-25add pf device on all architectures.Kjell Wooding
fix my previously bogus MAKEDEVs. If you used pf on a non-i386. the major device number has changed, and you'll need to recreate /dev/pf ok theo
2001-06-25cold is in systm nowMichael Shalayeff
2001-06-25config interfaces defines.Dale Rahn
2001-06-24-Warn cleanups for powerpc, still not done.Dale Rahn
2001-06-24Add prototypes for softnet, ofrootfound.Dale Rahn
Code cleanup for pmap headers.
2001-06-24add akbd_cnattach() prototype.Dale Rahn
2001-06-24Allow mmap to map the vga memory/register at the physical address,Dale Rahn
if the program has read the physical address out of the pci config space.
2001-06-24Changes in ddb, mostly from NetBSD, to support ddb continue.Dale Rahn
Other cleanups in debugger.
2001-06-24Add gmac_setladrf functionality from netbsd, this was missed in a previousDale Rahn
merge. IP6 now works configures.
2001-06-24Define splvm() for arches who don't already provide it, with the sameMiod Vallat
definition as splimp(). art@ ok
2001-06-24Header file to specify to loadfile what types of exe files to support.Dale Rahn
2001-06-24Smattering of symbol type cleanup.Dale Rahn
2001-06-24Prototype functions used in macros in this header file.Dale Rahn
2001-06-24Add prototype for ofwconprobe().Dale Rahn
2001-06-24comment out unused header file, add header files for proper prototypes,Dale Rahn
extern trap symbols with decent prototypes, use proper ddb_init() function.
2001-06-24include header files for proper defines.Dale Rahn
2001-06-24fpu function prototypes;Dale Rahn
2001-06-24register i; is not a valid variable declaration.Dale Rahn
2001-06-24include header for prototype, declare correctly, cast for local variable use.Dale Rahn
2001-06-24header file for prototypes, local variable for const input parameter.Dale Rahn
2001-06-24prototype cleanup, use local variable for const input arg.Dale Rahn
2001-06-24include header for prototypes, prototype functions, assignment inDale Rahn
conditional cleanup, -W warning cleanups.
2001-06-24Add systm.h for prototypes.Dale Rahn
2001-06-24include prototype for calc_delayconst()Dale Rahn
2001-06-24Unused variable, poof.Dale Rahn
2001-06-24properly prototype diskconf()Dale Rahn
2001-06-24include systm.h for proper prototypes.Dale Rahn
2001-06-24More inlined function cleanup for -W strictness.Dale Rahn
2001-06-24More inline function clean for -W flags strictness.Dale Rahn
2001-06-24More inline function cleanup for stricter -W flags.Dale Rahn
2001-06-24inlined function definition clean, in preparation of more strict -W warningDale Rahn
flags.
2001-06-23remove some debugging prints.Dale Rahn
2001-06-23no more kernfsTheo de Raadt
2001-06-23PCI bus configuration userland access from FreeBSD.Matthieu Herrb
Will be used by XFree86 on powerpc (works on i386 too, but its not currently used).
2001-06-23Header file changes to support symbol loading just added.Dale Rahn
2001-06-23Perform symbol lookup on ddb trace command.Dale Rahn
Slightly more useful this way, some say.
2001-06-23Support ddb initialization on powerpc.Dale Rahn
2001-06-23Support for powerpc to load symbols, uses new libsa loadfile.Dale Rahn