summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev
AgeCommit message (Expand)Author
2003-04-06Some easy strcpy elimination.Kenneth R Westerback
2003-04-06The disklabel fields d_packname and d_typename are not null terminated stringsKenneth R Westerback
2003-04-03HP 9000/xxx not HP9000/xxx; from Paul WeissmannTodd C. Miller
2003-04-03HPUX, HP/UX -> HP-UXJason McIntyre
2003-03-21RegenMiod Vallat
2003-03-21its obwous``renassiance'' apeers too be a spelink mistaek.Miod Vallat
2003-02-02I've been guaranteed that guaranteed is better than guarenteed.Miod Vallat
2002-12-25Turn xxUNIT, xxPARt, xxLABELDEV macro names into uppercase.Miod Vallat
2002-12-25Get prototypes from *dev_decl() macros rather than running our own.Miod Vallat
2002-12-25Do not force DEBUG to be defined here. hp300 is already slow enough.Miod Vallat
2002-12-10interupt->interruptMiod Vallat
2002-12-09From Andrushock, s/sucess/success/gTodd C. Miller
2002-12-06unkown; torh@bogus.netTheo de Raadt
2002-11-29inconsistant spelling; torh@bogus.netTheo de Raadt
2002-10-29Since memory deallocation can't fail, remove the error return fromArtur Grabowski
2002-07-10'sez' is not an english word; ok deraadt@Jason Peel
2002-06-09convert sleep() calls to tsleep().Miod Vallat
2002-06-09fix the use of "cuz" in the tree; these are all in commentsJason Peel
2002-05-30protect biodone with splbio.Artur Grabowski
2002-05-23remove the defines for iodone -> biodone and iowait -> biowait.Artur Grabowski
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-15Don't cast nonexistent return value from splx to (void). ok art@Thomas Nordin
2001-12-19UBC was a disaster. It worked very good when it worked, but on someArtur Grabowski
2001-11-28Sync in more uvm changes from NetBSD.Artur Grabowski
2001-11-25Typos.Miod Vallat
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-04hp300spu.h information not needed anymore.Miod Vallat
2001-11-01Change d_mmap in struct cdevsw from:Artur Grabowski
2001-09-23document some registers; copied from comreg.hTodd C. Miller
2001-09-23For serial console, drop into ddb on <break> if ddb.console is nonzeroTodd C. Miller
2001-09-20occured->occurredMike Pechkin
2001-09-11Don't include <vm/vm_kern.h> if you don't need foo_map.Miod Vallat
2001-08-26Nuke annoying defopt, by popular demand. Plus you get two typos fixedMiod Vallat
2001-08-12this does not seem to require none of the vm headers even and compiles okMichael Shalayeff
2001-08-11redundant includes.Artur Grabowski
2001-06-27recieve -> receiveNathan Binkert
2001-06-27no more old VMArtur Grabowski
2001-06-25cold is in systm nowMichael Shalayeff
2001-05-31Initialize b_dep if we malloc our own struct buf.Artur Grabowski
2001-05-31Initialize bp->b_dep if we malloc our own struct buf.Artur Grabowski
2001-05-11Kill remaining vm_offset_t and vm_size_t; NetBSD used as a guideTodd C. Miller
2001-05-11unifyTheo de Raadt
2001-05-10Don't play with MCR_IEN, it breaks serial console input on the 425e.Todd C. Miller
2001-05-10Add missing #include <sys/resourcevar.h> so these can compile.Todd C. Miller
2001-05-10In apciparam() in the ospeed == 0 case, actually set the cfcr to the newTodd C. Miller
2001-05-10Skip "serial 1" on non-425e models. It's mapped to DCA at 9 on everyTodd C. Miller
2001-05-10Some locking protocol fixes and better enforcement of wiring limits.Artur Grabowski
2001-05-10When acpi is used as the console, set cn_tab appropriately so that aTodd C. Miller
2001-05-10Move the timeout_set() call up a bitTodd C. Miller