summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/labpc.c
Commit message (Expand)AuthorAgeFilesLines
* Check return value of malloc correctly and use M_ZERO.dwmalone2000-12-031-7/+6
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Mass update of isa drivers using compatability shims to usepeter2000-05-281-2/+9
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-1/+1
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-45/+45
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-1/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-2/+2
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+3
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-15/+1
* Simplify cdevsw registration.phk1999-05-311-18/+1
* This commit should be a extensive NO-OP:phk1999-05-301-4/+21
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-071-15/+1
* Fix typo - sizeof(struct crtl *) -> sizeof(struct ctrl *).eivind1998-12-131-1/+1
* Ifdefed a conditionally used include.bde1998-12-061-2/+4
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-1/+3
* Fixed printf format errors. Only one left in LINT on i386's.bde1998-08-241-4/+4
* There is no such thing any more as "struct bdevsw".julian1998-07-041-3/+18
* This commit fixes various 64bit portability problems required fordfr1998-06-071-1/+1
* Support compiling with `gcc -ansi'.bde1998-04-151-4/+4
* Make the debug options new-style.eivind1998-01-311-0/+1
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-0/+1
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-021-5/+5
* restore a line I accidentally deleted with my callout changes.gibbs1997-09-221-0/+1
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-211-3/+8
* Removed unused #includes.bde1997-07-201-4/+0
* Stop using old compatibility names from buf.hphk1996-10-131-3/+3
* Remove devconf, it never grew up to be of any use.phk1996-09-061-44/+0
* A nasty #define, so that we don't use buf->b_actf anymore.phk1996-05-031-0/+1
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-281-6/+5
* Staticize and cleanup.phk1995-12-101-18/+10
* Julian forgot to make the *devsw structures static.phk1995-12-081-1/+1
* Pass 3 of the great devsw changesjulian1995-12-081-28/+32
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-1/+1
* OK, that's it..julian1995-11-291-14/+23
* the second set of changes in a move towards getting devices to bejulian1995-11-281-0/+34
* Fiddle with <machine/isa_device.h>phk1995-11-141-0/+2
* Make everything except the unsupported network sources compile cleanlybde1995-08-161-2/+2
* Return the correct number of I/O ports as part of the probe so that thedufault1995-07-311-1/+1
* Remove trailing whitespace.rgrimes1995-05-301-8/+8
* Reduce latency by checking FIFO for samples in startdufault1995-05-021-40/+84
* Renamed "aio.h" as <sys/dataacq.h>.dufault1995-04-281-1/+2
* Add National Instruments "LabPC" driverdufault1995-04-281-0/+1051
OpenPOWER on IntegriCloud