summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ncr53c9x.c
AgeCommit message (Expand)Author
2004-10-28add \n in 'invalid state' message; from Martin Reindl; ok miod@.Xavier Santolaria
2004-09-29Ratibibugle now useless evcnt structures.Miod Vallat
2004-06-21First step towards more sane time handling in the kernel -- this changesThorsten Lockert
2004-01-15Provide explicit function argument declarations.Miod Vallat
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2003-07-25cast and %lu for size_t variable printfJason Wright
2003-06-053/4 knockout for peter galbavyTheo de Raadt
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2002-10-25remove dead code; krw@ ok.Federico G. Schwindt
2002-10-09Remove trailing '\n's from panic messages.Kenneth R Westerback
2002-09-04don't dereference ecb on default case, it's uninitialized.Federico G. Schwindt
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-19From NetBSD:Jason Wright
2002-01-23Pool deals fairly well with physical memory shortage, but it doesn't dealArtur Grabowski
2001-12-17Initialize variable before use. ok fgs@Thomas Nordin
2001-09-27Huge merge with NetBSD. For full details look at their revision history (1.2...Jason Wright
2000-07-21Use new timeouts.Artur Grabowski
2000-06-17Add support for AMD 53c974.Federico G. Schwindt
2000-06-12move cfdriver to ncr53c9x.c and device declaration to conf/files.Federico G. Schwindt
1998-05-28Sync with NetBSD:Jason Wright
1998-04-30Fix a few missing changes from the last NetBSD merge.Jason Wright
1998-02-10sync w/netbsdJason Wright
1998-02-03sync with netbsdJason Wright
1997-08-08Mostly sync to NetBSD-current 970804.Jason Downs
1997-02-27M.I. NCR53c9x/ESP driver, derived from sparc/alpha esp.c. From Jason Thorpebriggs