summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Expand)Author
2006-12-14Make pci subsystem aware of domains. Each host bridge gets assigned a uniqueMark Kettenis
2006-12-11change sig_atomic_t to int (was long). spotted by Alexander_Bluhm@genua.deTheo de Raadt
2006-11-29Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (exceptMiod Vallat
2006-11-29Kernel stack can be swapped. This means that stuff that's on the stackMiod Vallat
2006-11-29Add a new member to struct wsemuldisplaydev_attach_args, for a frame bufferMiod Vallat
2006-11-28rename scsibus_attach_args to scsi_attach_args. this can help avoidDavid Gwynne
2006-11-25remove dpt(4) because it sucks.David Gwynne
2006-10-28We don't currently write a disklabel into an OpenBSD ('A6') DOS MBRKenneth R Westerback
2006-10-21Don't try to spoof 0 length DOS MBR/EBR partitions. By skippingKenneth R Westerback
2006-10-21Some KNF cleanup.Kenneth R Westerback
2006-10-21We have a pointer (pp), so use it in the DOSPTYP_UNUSED case ratherKenneth R Westerback
2006-10-20Try again with local variable to avoid alignment issues.Kenneth R Westerback
2006-10-18back out disksubr changes ... since they violate strict alignment onTheo de Raadt
2006-10-17The dosparts member of cpu_disklabel was not used for any persistantKenneth R Westerback
2006-10-10Don't spoof a Free/NetBSD MBR partition as the 'a' partition in aKenneth R Westerback
2006-10-04unused variableTheo de Raadt
2006-10-04More tidying up after bad144. Remove references in comments andKenneth R Westerback
2006-10-04Zap bad144 bad sector info in disklabels. Sparsely used if at all forKenneth R Westerback
2006-09-28add wb(4) in with the other network drivers and remove the UNTESTED section.Brad Smith
2006-09-28- add a wireless section and move the existing PCI wireless drivers there.Brad Smith
2006-09-27Add Maxim/Dallas DS2490 USB 1-Wire adapter driver.Alexander Yurchenko
2006-09-27Add files.onewire to all our USB archs, it will be used soon.Alexander Yurchenko
2006-09-27add acx(4).Brad Smith
2006-09-26switch alpha to gcc3; joint work with drahn@ and brad@Martin Reindl
2006-09-24add pgt(4).Brad Smith
2006-09-16Revert new check for DOS partitions running past d_secperunit (e.g.Kenneth R Westerback
2006-08-20move sf(4) out from untested sectionMartin Reindl
2006-08-20When spoofing an MSDOS disklabel, don't create partitions with a finalKenneth R Westerback
2006-08-18add ucycom@uhidev and ucom@ucycom on the usb machines (docs are forthcoming)Jason Wright
2006-08-17fix tyop.Michael Knudsen
2006-08-17enable msk(4) in a few more places.Brad Smith
2006-08-17tsk tsk, krw did not test compile thisTheo de Raadt
2006-08-17Check d_secpercyl in all readdisklable() functions, and have all ofKenneth R Westerback
2006-08-14Enable uslcom(4) and uark(4) on all the USB capable archs.Jonathan Gray
2006-08-13Make sure we generate sfb.h and cfb.h, even though support is not there yet.Miod Vallat
2006-08-13Fix EV6 processor minor type: 0 is reserved and thus all entries wereMichael Knudsen
2006-08-12Make all DEV_BSIZE definitions consistant by using (1 << DEV_BSHIFT)Kenneth R Westerback
2006-08-11Use d_secperunit rather than 0x1fffffff as the default value forKenneth R Westerback
2006-08-11add rum(4) on arches where ural(4) is enabled.Damien Bergamini
2006-08-07rcons removal fallout, spotted by kettenis@Miod Vallat
2006-07-27Compile all kernels with -Wstack-usage-larger-than-2047, now that allMiod Vallat
2006-07-27+ opl* at cmpci?Brad Smith
2006-07-16On LX164 systems (and maybe others), isa video boards are reported byMiod Vallat
2006-07-12include uvm_extern.h for atop()Martin Reindl
2006-07-12do not include uvm_extern.h twiceMartin Reindl
2006-07-11Remove DISKLABEL_ALL, DISKLABEL_ALPHA, leave DISKLABEL_I386 inKenneth R Westerback
2006-07-09Remove DLT_* logic from Alpha as well, being careful to keep theKenneth R Westerback
2006-07-03Eliminate most of the #if/#endif maze in alpha, hppa, hppa64, and mips64Kenneth R Westerback
2006-07-01Eliminate redundant get_le() in favour of letoh32(). Add letoh32()Kenneth R Westerback
2006-06-22mpi works here too.David Gwynne