Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2001-06-24 | Add prototypes for softnet, ofrootfound. | Dale Rahn | |
Code cleanup for pmap headers. | |||
2001-06-24 | add akbd_cnattach() prototype. | Dale Rahn | |
2001-06-24 | Allow 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-24 | Changes in ddb, mostly from NetBSD, to support ddb continue. | Dale Rahn | |
Other cleanups in debugger. | |||
2001-06-24 | Add pf. | Artur Grabowski | |
2001-06-24 | wrong place for cold | Michael Shalayeff | |
2001-06-24 | move cold to .h | Federico G. Schwindt | |
2001-06-24 | Add gmac_setladrf functionality from netbsd, this was missed in a previous | Dale Rahn | |
merge. IP6 now works configures. | |||
2001-06-24 | Initial import of pf, an all-new ipf-compatable packet filter. | Kjell Wooding | |
Insane amounts of work done my dhartmei. Great work! | |||
2001-06-24 | Define splvm() for arches who don't already provide it, with the same | Miod Vallat | |
definition as splimp(). art@ ok | |||
2001-06-24 | Header file to specify to loadfile what types of exe files to support. | Dale Rahn | |
2001-06-24 | Smattering of symbol type cleanup. | Dale Rahn | |
2001-06-24 | Prototype functions used in macros in this header file. | Dale Rahn | |
2001-06-24 | Add prototype for ofwconprobe(). | Dale Rahn | |
2001-06-24 | comment 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-24 | include header files for proper defines. | Dale Rahn | |
2001-06-24 | fpu function prototypes; | Dale Rahn | |
2001-06-24 | register i; is not a valid variable declaration. | Dale Rahn | |