summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2001-06-27no more old VMArtur Grabowski
2001-06-27fix mac pool_get panics on forks - ok art@Bob Beck
2001-06-27No more old VM on amiga.Artur Grabowski
2001-06-26126 -> NBT_BADMiod Vallat
2001-06-26Add pciide support to ramdisk.Dale Rahn
2001-06-26trivial ether_input_mbuf() conversions.Federico G. Schwindt
2001-06-26Initial import of mvmeppc.Steve Murphree
2001-06-26s/USER_PCICONFIG/USER_PCICONFJason Wright
2001-06-26A few changes to mvme68k:Miod Vallat
+ switch to UVM + fix the system trace problem + big cleanup of locore.s (macro for BUG calls, use more common m68k code whenever possible, and the macros in <m68k/asm.h>) + better indentation on some parts (old KNF) + call doshutdownhooks() at shutdown + use <net/netisr_dispatch.h> + upgrade pmap.c to something very close to our current hp300 pmap.c, minus support for PMAP_NEW and for HP MMU + various tidbits I forget to mention here work and tests by smurph@ and me.
2001-06-26Add pciide support for powerpc.Dale Rahn
Yes Theo, you found my bug, but the tree broke because you referenced devices that were not enabled, yet.
2001-06-26add USER_PCICONF in GENERICMatthieu Herrb
2001-06-26More chipset info needed by X.Artur Grabowski
2001-06-26support wd & atapiscsi on regular pciide; i found what Dale missed, so i ↵Theo de Raadt
_deserve_ the commit
2001-06-26Provide chipset configuration to sysctls.Artur Grabowski
2001-06-26Provide some chipset information to usreland through sysctl.Artur Grabowski
The chipset support is not here yet, but the skeleton works.
2001-06-26USER_PCICONFArtur Grabowski
2001-06-26Add support for the new iBook. from netbsd. ok @drahn. -mojMats O Jansson
2001-06-26USB is still somewhat flakey on alpha. disable by default.Nathan Binkert
2001-06-26Cleanup of interrupt configuration, move prototypes to header file,Dale Rahn
not in each file.
2001-06-26remove white spaceBrad Smith
2001-06-26stub bus_space_{alloc,free}Michael Shalayeff
2001-06-26bye byeBrad Smith
-- Ok'd by deraadt@ & ericj@
2001-06-26i2o and pckbcMichael Shalayeff
2001-06-26i2o or iop at pci failsMichael 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-25Include I2O filesNiklas Hallqvist
2001-06-25fix some constraints and spillageMichael Shalayeff
2001-06-25Be more careful in pciide_compat_intr_disestablish.Artur Grabowski
While I'm here, clean up spaces.
2001-06-25Don't return from a void function.Artur Grabowski
2001-06-25Fix earlier commit of pciide disestablishConstantine Sapuntzakis
2001-06-25Add disestablish for pciide on AlphaConstantine Sapuntzakis
2001-06-25add an and wi attachmentsMichael Shalayeff
2001-06-25PCIIDE compat intr disestablish routines for i386Constantine Sapuntzakis
2001-06-25add an@pciMichael Shalayeff
2001-06-25pf is in conf/GENERICArtur Grabowski
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-25move pf hooks to sys/conf/GENERICKjell Wooding
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-25remove dependency on pmax tree. cleanup a little while hereEric Jackson
2001-06-25cold is in systm nowMichael Shalayeff
2001-06-25config interfaces defines.Dale Rahn
2001-06-24bye bye, with prejudiceTheo de Raadt
2001-06-24add i2o stubsMichael Shalayeff
2001-06-24-Warn cleanups for powerpc, still not done.Dale Rahn