summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/bs
Commit message (Expand)AuthorAgeFilesLines
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-043-33/+35
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-082-5/+3
* Switched from i386/isa/scsi_dvcfg.h to cam/scsi/scsi_dvcfg.hnyan2000-11-051-1/+1
* - Remove unneeded machine/ipl.h #include.jhb2000-10-251-6/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-2/+2
* Fixed warnings.nyan2000-10-154-6/+10
* Caught up with the changes in interruption stuff.kato2000-10-071-1/+2
* Fixed the softintr macro which directly accessed ipending.kato2000-09-081-6/+6
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-10/+3
* Fixed freeing wrong address.kato2000-08-241-1/+1
* Mass update of isa drivers using compatability shims to usepeter2000-05-281-0/+3
* Back out the previous change to the queue(3) interface.jake2000-05-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-4/+4
* Oops, <sys/buf.h> still needed here for pc98 (and consequently sys/bio.h).phk2000-05-051-0/+2
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-1/+1
* Increment number of retries before giving up. This may fix thekato2000-03-201-1/+3
* Change splbio() to splcam(). bs is cam driver.nyan1999-12-032-4/+6
* Fixed to compile bs driver with gcc 2.95.2.nyan1999-11-161-4/+7
* Add $FreeBSD$.phk1999-10-061-7/+6
* Removal of sys/device.hn_hibma1999-10-051-1/+1
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-1/+1
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-061-0/+1
* CAM support.kato1998-12-289-287/+359
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-042-2/+3
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-1/+3
* Support compiling with `gcc -ansi'.kato1998-04-182-2/+6
* Make EPSON_BOUNCEDMA a new-style option.kato1998-03-172-0/+2
* Make pc98 options new-style.kato1998-02-211-0/+1
* Staticize.kato1998-02-101-1/+1
* Synchronize with NetBSD/pc98 based on NetBSD/i386 version 1.3G patchkato1998-01-1612-206/+253
* Update for changes in the callout interface.kato1997-09-223-1/+11
* Moved include files which are independent of bs driver.kato1997-08-284-252/+5
* Made PEND_INTS default.fsmp1997-08-211-0/+10
* Include <sys/conf.h>kato1997-06-031-0/+1
* Include file update: <machine/spl.h> --> <machine/ipl.h>.kato1997-05-311-0/+1
* Improved CPU identification and initialization routines. Thiskato1997-03-222-6/+5
* Change `#ifdef FreeBSD' to `#ifdef __FreeBSD__'.kato1997-03-131-3/+3
* Synchronize with NetBSD/pc98 patch level 81.kato1997-02-286-46/+62
* Undo RCS keyword change to keep the original `$NetBSD$'.kato1997-01-0514-14/+14
* Delete $NetBSD$, and add $Id$.kato1996-12-0914-14/+14
* Obtained from: NetBSD/pc98 based on NetBSD 1.2kato1996-12-071-0/+54
* Replace sbic driver (WD33C93 SCSI card driver) with new bs driver.asami1996-12-0415-0/+5928
OpenPOWER on IntegriCloud