aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppbus
Commit message (Expand)AuthorAgeFilesLines
* MFC: rev.1.16, crash on read() of lpctlX fixBrian Feldman2000-03-151-0/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2920-20/+20
* MFC: Possible fix for PR 12041, remove unused variable and a possibleNick Hibma1999-06-261-4/+1
* MFC: Add a number of interrelated CAM feature enhancements andKenneth D. Merry1999-05-071-2/+2
* include ppbus/lpt.h rather than ppbus/nlpt.hDavid E. O'Brien1999-04-241-2/+2
* Bring lpt.{c,h} from -CURRENT. These files are esentually the same as theDavid E. O'Brien1999-04-242-2/+2
* MFC:Poul-Henning Kamp1999-03-221-52/+23
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-02-182-0/+1020
* Fix ppc interrupt handling at boot.Nicolas Souchu1999-02-141-2/+2
* Bring the nlpt and plip drivers in sync with -current:Dag-Erling Smørgrav1999-02-082-66/+72
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-01-211-24/+0
* Terminate negociation if Ext. link negociation succeeds. This avoidsNicolas Souchu1999-01-141-1/+8
* Replace includes of <sys/kernel.h> with includes ofJohn Polstra1999-01-141-2/+2
* Fix missing \n in boot printfs. Add more mode detection if bootverbose.Nicolas Souchu1999-01-111-24/+30
* Fix broken low level ppb_rxxx() return type: char becomes u_char.Nicolas Souchu1999-01-102-11/+9
* Major ppbus commit with:Nicolas Souchu1999-01-1014-212/+1422
* Fix Linux compatible mode. ppb_rxxx() calls are chars, inb() is int.Nicolas Souchu1999-01-091-8/+7
* Fix the disappearing da0 problem.Nicolas Souchu1999-01-091-1/+5
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-076-18/+12
* Eliminate a zillion "left-hand operand of comma expression has no effect"Archie Cobbs1998-12-041-22/+26
* Release the ppbus when probe fails.Nicolas Souchu1998-11-091-2/+5
* Define DEBUG only if not already defined, avoiding confusions withNicolas Souchu1998-11-071-1/+3
* lpbb is the official Philips parallel I2C interface. lpbb.c contains onlyNicolas Souchu1998-10-312-7/+340
* Don't complain about SIOCGIFMEDIA; it's harmless and not somethingMike Smith1998-10-241-1/+8
* Add missing newline in probe message.Dag-Erling Smørgrav1998-10-071-2/+2
* abort imm init if can't disconnect from driveNicolas Souchu1998-10-021-1/+2
* - port of vpo code to CAMNicolas Souchu1998-09-207-211/+357
* unused function removed (byte_1284_inbyte)Nicolas Souchu1998-09-131-34/+1
* Lowlevel i/o routines for ZIP+ support. Mostly written with microseqNicolas Souchu1998-09-131-0/+771
* ppbus enhanced to support ZIP+ : 1284 code added, microseq improved +Nicolas Souchu1998-09-1310-129/+286
* Only claim PPS_HARDPPSONASSERT if we're compiled with PPS_SYNCPoul-Henning Kamp1998-08-241-1/+5
* Fixed printf format errors.Bruce Evans1998-08-171-2/+2
* Removed unused includes.Bruce Evans1998-08-121-14/+1
* Major ppbus updates from the author.Mike Smith1998-08-0313-788/+2447
* Removed unused includes.Bruce Evans1998-06-211-2/+1
* Introduce std_pps_ioctl() to automagically DTRT.Poul-Henning Kamp1998-06-131-32/+2
* Update to draft-mogul-pps-api-02.txt as submitted to IETFPoul-Henning Kamp1998-06-121-6/+15
* Fixed an ioctl which grew overnight.Bruce Evans1998-06-081-2/+2
* This is a prototype implementation of the draft-mogul-pps-api-##.txtPoul-Henning Kamp1998-06-072-50/+62
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-072-4/+4
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-8/+8
* Delete apparently unused DEVFS control device creation code - codeEivind Eklund1998-02-161-4/+1
* A bunch of nits from bde.Poul-Henning Kamp1998-02-151-68/+60
* Man, twice in as many days. Gotta learn to check that uname.Poul-Henning Kamp1998-02-131-10/+10
* Add a skelleton pulse-per-second timing driver. This will become morePoul-Henning Kamp1998-02-131-0/+222
* Staticize.Eivind Eklund1998-02-091-2/+2
* Make the debug options new-style.Eivind Eklund1998-01-311-1/+4
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+3
* Actually implement the internals of the 'ppi' device.Mike Smith1998-01-022-17/+94
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'Poul-Henning Kamp1997-12-021-2/+2