summaryrefslogtreecommitdiff
path: root/sys/dev/ofw/ofcons.c
AgeCommit message (Expand)Author
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2001-11-13add RCSIDslukem
2001-08-25Make this compile with -Wmissing-prototypes by adding appropriatematt
2001-05-02Add `l_poll' to `struct linesw' and provide an xxxpoll() entry pointscw
2000-11-02Adapt to the new line discipline scheme.eeh
2000-04-14Fix some callout fallout. Hi Jason!scw
2000-03-23New callout mechanism with two major improvements over the oldthorpej
1998-03-21Replace TS_WOPEN with t_wopen, per mail on tech-kern.mycroft
1998-02-24Several things:mycroft
1998-01-26of_decode_int() the stdin and stdout properties.cgd
1998-01-12Update for config changes.thorpej
1997-04-28DTRT if OF_read() returns 0 when no data is available.mycroft
1997-04-16Update for no __BROKEN_INDIRECT_CONFIG.thorpej
1996-10-13backout kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-09-30PowerPC portws