Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-23 | wd | Artur Grabowski | |
2001-08-23 | Remove DEBUG, it's too chatty. | Artur Grabowski | |
2001-08-23 | pciide works. | Artur Grabowski | |
2001-08-23 | fix args in stream -> raw conversion. | Artur Grabowski | |
I just love the knights who say NiH! | |||
2001-08-23 | We can now move timeout_init into main(). | Artur Grabowski | |
2001-08-23 | Remove even more old timeout tentacles. | Artur Grabowski | |
2001-08-23 | fix a comment | Artur Grabowski | |
2001-08-23 | Uncomment hme, it works. | Artur Grabowski | |
Add commented out IDE entries, doesn't work yet. | |||
2001-08-23 | Provide temporary compatibility with old machine ID binaries for some time. | Miod Vallat | |
2001-08-23 | Convert the last old-timeout, tested by beck@ | Miod Vallat | |
2001-08-23 | enable de. ok miod@ | Matthieu Herrb | |
2001-08-23 | glue for atapi and ata | Artur Grabowski | |
2001-08-23 | Move the limited memory mapping code later in configuration, after | Dale Rahn | |
physmem size is known. Now this runs on systems > 256M again. This is still a BAD idea. New pmap module is coming soon. | |||
2001-08-22 | add hme at pci (commented out) | Jason Wright | |
add qsphy/nsphy/ukphy (necessary for hme@sbus attachment anyway) | |||
2001-08-22 | add hme at pci attachment (yes, this doesn't really belong here). | Jason Wright | |
2001-08-22 | Some "raw" wrappers around "stream" methods. | Artur Grabowski | |
Also, define __HAVE_NEW_BUS_DMAMAP_SYNC, we will have to start converting code to using the five-argument variant on bus_dmamap_sync. | |||
2001-08-22 | Fix interrupt establishing. | Artur Grabowski | |
2001-08-22 | Modify fpsp and 060sp makefiles, so that they honor obj/ directories | Miod Vallat | |
and get cleaned as part of the kernel clean rule. Agreed by millert@ and jj@ | |||
2001-08-22 | I hate cvs. | Artur Grabowski | |
(this file is from NetBSD | |||
2001-08-22 | auxio from NetBSD | Artur Grabowski | |
2001-08-22 | pci_machep from NetBSD | Artur Grabowski | |
2001-08-22 | clock at ebus, auxio at ebus, PCIVERBOSE | Artur Grabowski | |
2001-08-22 | first steps toward pci | Artur Grabowski | |
2001-08-22 | glue for ebus found on ultra 5 and later. From NetBSD. | Artur Grabowski | |
2001-08-22 | Too much cut 'n paste. sbus is not an ifnet. | Artur Grabowski | |
2001-08-22 | psycho -> the pci host bridge on Ultra 5s. | Artur Grabowski | |
From NetBSD. | |||
2001-08-22 | Make it work correctly with our make. (including install). | Artur Grabowski | |
2001-08-22 | rearrange includes | Artur Grabowski | |
2001-08-22 | nostdinc | Artur Grabowski | |
2001-08-22 | netinet/if_ether.h, not net/if_ether.h. | Artur Grabowski | |
Isn't it fun to not notice bugs because of pollution by the cross-compilation environment? | |||
2001-08-22 | NOMAN | Artur Grabowski | |
2001-08-22 | another dependency on make bugs. | Artur Grabowski | |
2001-08-22 | Make it work with our make. | Artur Grabowski | |
2001-08-22 | make it work with our make infrastructure. | Artur Grabowski | |
2001-08-22 | Make this work a bit better. | Artur Grabowski | |
2001-08-22 | setup the 'machine' commands for ddb | Jason Wright | |
2001-08-22 | default kernel is 'bsd' around here | Jason Wright | |
2001-08-21 | Was lacking a cast. | Miod Vallat | |
2001-08-21 | zs and all it's associated stuff (all from NetBSD).. Works on my ultra1, | Jason Wright | |
but still needs tweaks (wedging this into OpenBSD is worse than square peg in round hole). | |||
2001-08-21 | No need to explicitely link with libgcc.a | Miod Vallat | |
2001-08-21 | Dumb Makefile to recurse in stand/ for mvmeppc land. | Miod Vallat | |
2001-08-21 | add hme at sbus | Jason Wright | |
2001-08-21 | put bus independent part of hme in here so we don't conflict with the sparc | Jason Wright | |
driver (this is wrong and will need to be fixed eventually) | |||
2001-08-21 | 2nd rule of comitting fix | Michael Shalayeff | |
2001-08-21 | pretty and add ss* and st* (I knew I was forgetting something) | Jason Wright | |
2001-08-21 | esp/scsibus/sd/cd/uk goop | Jason Wright | |
2001-08-21 | Art says it's ok for pmap_enter to effect no mapping change, | Hugh Graham | |
so just return success if this happens. | |||
2001-08-21 | Get libkern to compile. | Miod Vallat | |
2001-08-21 | Add copyright which should have been there when the file was created. | Dale Rahn | |
2001-08-21 | use round_page() not an incorrect version of it using trunc_page(). | Dale Rahn | |