summaryrefslogtreecommitdiff
path: root/sys/dev/eisa/uha_eisa.c
AgeCommit message (Expand)Author
2022-04-06constify struct cfattachChristian Weisgerber
2021-03-07ansiJonathan Gray
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2014-09-14remove uneeded proc.h includesJonathan Gray
2010-08-07No "\n" needed at the end of panic() strings.Kenneth R Westerback
2010-06-26Don't #include <sys/user.h> into files that don't need the stuffPhilip Guenthe
2009-08-29remove more unneeded Debugger() calls from dev/Jasper Lievisse Adriaanse
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2009-01-21Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).Alexander Yurchenko
2007-11-05More scsi_done() at SPLBIO. Wrap another interrupt function call whileKenneth R Westerback
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2005-11-23assume vtophys(vaddr_t) just what all the other archs expect; no functional c...Michael Shalayeff
2002-03-14First round of __P removal in sysTodd C. Miller
2001-02-03new timeoutsMichael Shalayeff
1997-04-13no Debugger() w/ no DDB definedMichael Shalayeff
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toNiklas Hallqvist