summaryrefslogtreecommitdiff
path: root/sys/arch/hppa64
AgeCommit message (Expand)Author
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-04More instances of the same now unused variable as in alpha'sKenneth R Westerback
2006-10-04More tidying up after bad144. Remove references in comments andKenneth R Westerback
2006-10-03Don't load bad144 bad sector information into disklabels for archs thatKenneth R Westerback
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-16Revert new check for DOS partitions running past d_secperunit (e.g.Kenneth R Westerback
2006-08-20When spoofing an MSDOS disklabel, don't create partitions with a finalKenneth R Westerback
2006-08-18Oops. If you don't use a label, remove it.Kenneth R Westerback
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-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-07-27Compile all kernels with -Wstack-usage-larger-than-2047, now that allMiod Vallat
2006-07-09DISKLABEL_ALL was never used in hppa, hppa64, mips64 config files soKenneth R Westerback
2006-07-07Unroll DLT_* logic into simple 'look for native disklabel, then tryKenneth R Westerback
2006-07-05machine is hppa64, not hppa; comment out orphaned wsdisplay at sti;Martin Reindl
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-26Clean up some inconsistancies in definitions around DOS MBR code. NoKenneth R Westerback
2006-06-19Zap Amiga bits of disklabel.h now that Amiga bits of readdisklabel() areKenneth R Westerback
2006-06-11Amiga is no longer amoung us. Some architectures were too sentimentalKenneth R Westerback
2006-06-04Shrink VM_PHYSSEG_MAX to 1 on platforms where physical memory is contiguousMiod Vallat
2006-06-01Right at the end of a debug kernel build, the current Makefile copies bsdChristopher Pascoe
2006-04-09#ifdef lint wraps for va_startTheo de Raadt
2006-04-05Enable an(4) on BE archs now that it works.Kurt Miller
2006-03-24hppa has CardBus and USB as well so add umsm(4).Jonathan Gray
2006-03-19remove unused bdbtofsb(bn) macroMartin Reindl
2006-03-15Nuke dk_establish(), no longer used.Miod Vallat
2006-03-13* Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set toBrad Smith
2006-03-12remove splimp.Brad Smith
2006-03-04Typos grab bag of the month, eyeballed by jmc@Miod Vallat
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-01-22b_cylin -> b_cylinder; no functional change.Miod Vallat
2006-01-10The __CONCAT macro here collides with the one in cdefs.h pulled in viaMartin Reindl
2006-01-10missing cast to vaddr_tMartin Reindl
2006-01-09Disable an(4) on BE archs until it works.Jonathan Gray
2006-01-08Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2Todd C. Miller
2006-01-06Don't redefine SIZE_MAXTodd C. Miller
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_Todd C. Miller
2006-01-06Merge machine/ansi.h and machine/types.h into machine/_types.h andTodd C. Miller
2005-12-31Nuke unused cdev_wscons_init() macro.Miod Vallat
2005-12-30Now that errno.h and sys/errno.h are separate header files there is noTodd C. Miller
2005-12-27Remove unused sw_nblks field of struct swdevt. Then, remove swapconf()Miod Vallat
2005-12-25KERN_RESOURCE_SHORTAGE -> ENOMEMMiod Vallat
2005-12-22'spoofonly' does not mean what I thought it meant. The whole point isKenneth R Westerback
2005-12-14make va_arg() map to nothing; ok millertTheo de Raadt
2005-12-14convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@Todd C. Miller
2005-12-13nuke unused BTOPKERNBASE defineMartin Reindl