summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev/dcm.c
AgeCommit message (Expand)Author
2006-01-01Let cons_init() and cons_init_bell() initialize the whole consdev structure,Miod Vallat
2005-12-31Rework (once again) the console code, in order to match the PROM's logic better.Miod Vallat
2005-12-30Kill conforced, and have console devices use CN_FORCED priority instead.Miod Vallat
2005-12-30When a driver claims console, let it set conscode to itself, instead ofMiod Vallat
2005-02-27Invoke hp300_cninit() twice, with a global variable letting theMiod Vallat
2005-02-12Use cons_decl() instead of rolling our own prototypes.Miod Vallat
2005-01-15Use DIO_SIZE() macro instead of rolling our own implementation of it.Miod Vallat
2005-01-14Switch OpenBSD/hp300 to wscons, still using on-board ROM fonts for now.Miod Vallat
2005-01-08Only use one set of DIO size and address defines, from <dev/dioreg.h>Miod Vallat
2004-09-29Switch hp300 to evcount.Miod Vallat
2004-09-19constify speedtabs and make ttspeedtab() take a const struct speedtab *Michael Shalayeff
2003-12-22typos from Jared Yanovich;Jason McIntyre
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd 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
1997-09-14callout support sync, from Theo.Jason Downs
1997-07-14cua devices for all!Jason Downs
1997-07-06Sync with changes from NetBSD, up to 970705.Jason Downs
1997-04-16Merge portions of NetBSD up to 970415.Jason Downs
1997-02-03Merge new config(8) support from NetBSD, by Jason Thorpe.Jason Downs
1997-01-12Mostly sync to NetBSD-current of 011196. Compiles, links, boots to singleJason Downs
1996-06-23sync to 0622Theo de Raadt
1996-04-25sync w/ Net 960424Michael Shalayeff
1996-01-05from netbsd:Theo de Raadt
1995-12-14update from netbsd (verbatim)Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt