summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev/ascvar.h
AgeCommit message (Collapse)Author
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
now call the poll backend. With this change we implement greater poll(2) functionality instead of emulating it via the select backend. Adapted from NetBSD and including some changes from FreeBSD. Tested by many, deraadt@ OK
2002-03-14First round of __P removal in sysTodd C. Miller
2001-11-01Change d_mmap in struct cdevsw from:Artur Grabowski
int (*d_mmap) __P((dev_t, int, int)); to: paddr_t (*d_mmap) __P((dev_t, off_t, int)); This allows us to mmap devices past 4GB offsets.
2001-08-23Convert the last old-timeout, tested by beck@Miod Vallat
1997-03-08Sync with NetBSD of about 4 March.briggs
1996-05-26Missed a few files in the previous updates.briggs