summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Collapse)Author
2005-03-01only call eaio_l2() if kernel has support for pcxl2 compiled in; from ↵Michael Shalayeff
weissmanndude
2005-02-27Split sti softc in two structures, one device-related for regular deviceMiod Vallat
attachment and interface, one screen-attached for the real work. The attachment code is now required to decide whether sti_end_attach() is run immediately, or as a startuphook. This allows hp300 to initialize sti early, and use it as a console; hppa is functionally unchanged, as it uses the PROM console until the root device is mounted.
2005-02-24do not even ask for btlb on 8k cpus as pdc pretends there is some but then ↵Michael Shalayeff
it does not work; found w/ Moritz Kiese <mbk@mytum.de> on c180; add a debug print and fix pcxu entry
2005-02-24add wax@uturn; found on c180Michael Shalayeff
2005-02-22regenMichael Shalayeff
2005-02-22sync to pckbd.c change: send enable after resetMichael Shalayeff
2005-02-18fix zlib's homepage; ok henning@, jmc@Robert Nagy
2005-01-23use register names instead of numbersMichael Shalayeff
2005-01-23Two sti(4) changes necessary for hp300:Miod Vallat
- specify which microcode bank (pa or m68k) to use at attachment time. - compensate for broken 8.02 m68k code which reports wrong frame buffer offset. ok mickey@
2005-01-23generate .size for asm objects too (and kill *end labels)Michael Shalayeff
2005-01-23better print for ill insns -- just print a hex instead of questionable marksMichael Shalayeff
2005-01-20missing arch in .Dt;Jason McIntyre
2005-01-17remove stale todo-commentMichael Shalayeff
2005-01-17proper fault address selection (list all possible pc-based traps)Michael Shalayeff
2005-01-17proper non-access fault handlers and probe emulations; testing by pval@ ↵Michael Shalayeff
miod@ deraadt@
2005-01-14ubt(4): USB Bluetooth driver, commented out in all kernel configAlexander Yurchenko
files for now. Adopted from FreeBSD for our netbt stack. Help in testing by many, ok markus@
2005-01-09typoMichael Shalayeff
2005-01-06use wsmux more; miod okTheo de Raadt
2005-01-06A really working SET_PC_REGS(); ok mickey@Miod Vallat
2005-01-06undo moronic french breakageMichael Shalayeff
2005-01-06SET_PC_REGS, tested by miod@Marc Espie
2004-12-28fix new line in dmesg print on 8k cpusMichael Shalayeff
2004-12-25Use list and queue macros where applicable to make the code easier to read;Miod Vallat
no functional change.
2004-12-24{e,}intr{cnt,names} bye-bye.Miod Vallat
2004-12-22proper DDB_DEBUGMichael Shalayeff
2004-12-08commented out {e,o}hci@cardbusMichael Shalayeff
2004-12-06Use uvm_grow() to account for stack growth, rather than home-grown codeMiod Vallat
or nothing. Inspired by a similar recent change in NetBSD.
2004-11-28MAXSLP is not really an MD-configurable define so move it to param.h; miod@ ↵Michael Shalayeff
testing
2004-11-27use a pm_lock define instead of the long fluffMichael Shalayeff
2004-11-26Kill __HAVE_EVCOUNT, now that all architectures provide them.Miod Vallat
2004-11-22better types; from hppa64 (;Michael Shalayeff
2004-11-19More aggressive strip flags for non debug kernels; this is a noop on someMiod Vallat
architectures, but saves a few dozen KB on alpha and ppc. ok deraadt@
2004-11-17print real/avail/bufcache sizes as unsignedMichael Shalayeff
2004-11-12commented out atwMichael Shalayeff
2004-11-12#atuTheo de Raadt
2004-11-09Do not map empty mbufs (m_len == 0) in bus_dmamap_load_mbuf() as these mappingsClaudio Jeker
may disturb the dma as seen in ipw(4). Emtpy mbufs are at the beginning of the mbuf chain and are as example a "side-effect" of a previous m_adj() call. OK miod@ mickey@ jason@ markus@
2004-11-08Show in the dmesg as mongoose, to matche the manpage and kernel configurationMiod Vallat
file.
2004-11-08TypoMiod Vallat
2004-10-30Oops, forgot to cvs add this file in previous commit (mongoos@gsc attachment).Miod Vallat
2004-10-29cleanup and put app eps in one place like other driversMichael Shalayeff
2004-10-29Split mongoose and add a gscbus attachment, for the eisa slots in B series.Miod Vallat
This is still a work in progress. feedback and ok mickey@
2004-10-28Add wax at phantomas now that it works; provides access to the second serialMiod Vallat
port on A- and B-class machines. ok mickey@
2004-10-28need to map the regs though lasi used to save us beforeMichael Shalayeff
2004-10-28wrong paste from lasiMichael Shalayeff
2004-10-26simplify cache print a bitMichael Shalayeff
2004-10-26there is nothing about cache associativity in thereMichael Shalayeff
2004-10-26better higher limitsMichael Shalayeff
2004-10-26disable sid hashing on pcxu and aboveMichael Shalayeff
2004-10-25same fix as for com_gsc wrt unmapped console portsMichael Shalayeff
2004-10-14astro and elroy will be elsewhereMichael Shalayeff