summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/conf
AgeCommit message (Collapse)Author
2001-09-21bump size to 8192 and remove a sparc-ismJason Wright
2001-09-20No longer necessary. GENERIC is a good test kernel now.Artur Grabowski
2001-09-19ugly ugly hack for compiling sha1.c with -O0Jason Wright
2001-09-18bring sparc64 OUT of the stone age... MAXPARTITIONS 16Jason Wright
2001-09-17ramdisk kernel for sparc64 (compiles... will need tweaking)Jason Wright
2001-09-08Import netbsd's fpu handling (modified to be separate from sparc); this isJason Wright
for paranoia's sake (don't want to break sparc32 while hacking on it). Real work by art.
2001-09-06COMPAT_NETBSD and glue for com at ebusArtur Grabowski
2001-08-23pciide works.Artur Grabowski
2001-08-23Uncomment hme, it works.Artur Grabowski
Add commented out IDE entries, doesn't work yet.
2001-08-23glue for atapi and ataArtur Grabowski
2001-08-22add hme at pci (commented out)Jason Wright
add qsphy/nsphy/ukphy (necessary for hme@sbus attachment anyway)
2001-08-22add hme at pci attachment (yes, this doesn't really belong here).Jason Wright
2001-08-22clock at ebus, auxio at ebus, PCIVERBOSEArtur Grabowski
2001-08-22first steps toward pciArtur Grabowski
2001-08-21zs 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-21add hme at sbusJason Wright
2001-08-21put bus independent part of hme in here so we don't conflict with the sparcJason Wright
driver (this is wrong and will need to be fixed eventually)
2001-08-21pretty and add ss* and st* (I knew I was forgetting something)Jason Wright
2001-08-21esp/scsibus/sd/cd/uk goopJason Wright
2001-08-20prettyJason Wright
2001-08-20add qec+be (testing consisted of compiling... I've merely proven it ↵Jason Wright
syntactically correct). GENERIC now depends on mii goop (be internal phy)
2001-08-20qec+qe (driver is untested... it compiles, therefore it works =)Jason Wright
2001-08-20$OpenBSD$Jason Wright
2001-08-19scsi, no devices yet.Artur Grabowski
2001-08-19fix dependArtur Grabowski
2001-08-19No need for procfs_machdepArtur Grabowski
2001-08-19A first shot at a GENERIC.Artur Grabowski
Contains the clocks, pcons and Lance.
2001-08-19DDBArtur Grabowski
2001-08-19remove ddb stuff, in4_cksum.c inet dependency, and include sbus stuffJason Wright
2001-08-19More sensible linker flags.Artur Grabowski
2001-08-19DEBUG causes too much trouble right now.Artur Grabowski
zs is too complicated. disable for now.
2001-08-18A very minimal skeleton. Based on code in NetBSD and sparc.Artur Grabowski