Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-27 | no more old VM | Artur Grabowski | |
2001-06-27 | fix mac pool_get panics on forks - ok art@ | Bob Beck | |
2001-06-27 | No more old VM on amiga. | Artur Grabowski | |
2001-06-26 | 126 -> NBT_BAD | Miod Vallat | |
2001-06-26 | Add pciide support to ramdisk. | Dale Rahn | |
2001-06-26 | trivial ether_input_mbuf() conversions. | Federico G. Schwindt | |
2001-06-26 | Initial import of mvmeppc. | Steve Murphree | |
2001-06-26 | s/USER_PCICONFIG/USER_PCICONF | Jason Wright | |
2001-06-26 | A 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-26 | Add 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-26 | add USER_PCICONF in GENERIC | Matthieu Herrb | |
2001-06-26 | More chipset info needed by X. | Artur Grabowski | |
2001-06-26 | support wd & atapiscsi on regular pciide; i found what Dale missed, so i ↵ | Theo de Raadt | |
_deserve_ the commit | |||
2001-06-26 | Provide chipset configuration to sysctls. | Artur Grabowski | |
2001-06-26 | Provide some chipset information to usreland through sysctl. | Artur Grabowski | |
The chipset support is not here yet, but the skeleton works. | |||
2001-06-26 | USER_PCICONF | Artur Grabowski | |
2001-06-26 | Add support for the new iBook. from netbsd. ok @drahn. -moj | Mats O Jansson | |
2001-06-26 | USB is still somewhat flakey on alpha. disable by default. | Nathan Binkert | |
2001-06-26 | Cleanup of interrupt configuration, move prototypes to header file, | Dale Rahn | |
not in each file. | |||
2001-06-26 | remove white space | Brad Smith | |
2001-06-26 | stub bus_space_{alloc,free} | Michael Shalayeff | |
2001-06-26 | bye bye | Brad Smith | |
-- Ok'd by deraadt@ & ericj@ | |||
2001-06-26 | i2o and pckbc | Michael Shalayeff | |
2001-06-26 | i2o or iop at pci fails | Michael Shalayeff | |
2001-06-26 | accomodate for i2o addition | Michael Shalayeff | |
2001-06-25 | closer to building with -Wno-uninitialized | Dale Rahn | |
2001-06-25 | add MACOBIOVERBOSE as per discussion w/ dale | Michael Shalayeff | |
2001-06-25 | Include I2O files | Niklas Hallqvist | |
2001-06-25 | fix some constraints and spillage | Michael Shalayeff | |
2001-06-25 | Be more careful in pciide_compat_intr_disestablish. | Artur Grabowski | |
While I'm here, clean up spaces. | |||
2001-06-25 | Don't return from a void function. | Artur Grabowski | |
2001-06-25 | Fix earlier commit of pciide disestablish | Constantine Sapuntzakis | |
2001-06-25 | Add disestablish for pciide on Alpha | Constantine Sapuntzakis | |
2001-06-25 | add an and wi attachments | Michael Shalayeff | |
2001-06-25 | PCIIDE compat intr disestablish routines for i386 | Constantine Sapuntzakis | |
2001-06-25 | add an@pci | Michael Shalayeff | |
2001-06-25 | pf is in conf/GENERIC | Artur Grabowski | |
2001-06-25 | obio -> macobio, and cleanups | Theo de Raadt | |
2001-06-25 | Add support for airport cards on powerpc. | Dale Rahn | |
Only tested on Ti, but may/should work on other systems. | |||
2001-06-25 | Integrate 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-25 | implement bus_space_set_multi_*, based on netbsd code; drahn@ ok | Michael Shalayeff | |
2001-06-25 | Improved debug-ability printfs. now under ifdef PCI_DEBUG | Dale Rahn | |
2001-06-25 | move pf hooks to sys/conf/GENERIC | Kjell Wooding | |
2001-06-25 | add 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-25 | remove dependency on pmax tree. cleanup a little while here | Eric Jackson | |
2001-06-25 | cold is in systm now | Michael Shalayeff | |
2001-06-25 | config interfaces defines. | Dale Rahn | |
2001-06-24 | bye bye, with prejudice | Theo de Raadt | |
2001-06-24 | add i2o stubs | Michael Shalayeff | |
2001-06-24 | -Warn cleanups for powerpc, still not done. | Dale Rahn | |