summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/aha.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* non-working isapnp aha supportderaadt1998-12-271-6/+30
|
* Identify card 0x44 as a 1542C, not 1542CF: Robert Earl <rearl@teleport.com>.downsj1998-08-131-2/+2
|
* AHADEBUG cleanlinessflipk1997-09-151-3/+4
|
* KNF and other style nitsniklas1997-07-301-25/+35
|
* ahaprint() & btprint() -> scsiprint()kstailey1997-01-161-14/+2
|
* added const to second parameter of cfprint_t routineskstailey1996-11-231-3/+3
|
* contextual usage onlyderaadt1996-10-161-2/+7
|
* turn off *DIAG; something is miserably wrong with it and various peoplederaadt1996-06-191-2/+2
| | | | have wasted weeks because of the crashes.
* splbio over scsi_done; isdma_copyfrombuf() inside this block is not a realderaadt1996-06-011-2/+2
| | | | performance issue VOLATILE_XS() means it is probably very small.
* do not access sc_link before setderaadt1996-06-011-4/+4
|
* fixes by hannken and deraadtderaadt1996-05-311-5/+13
|
* a cvs testderaadt1996-05-311-1/+2
|
* "aha + bt" kernels work now.deraadt1996-05-271-1/+11
|
* sync 0521deraadt1996-05-261-2/+3
|
* AHA_MBO_FREE/AHA_MBI_FREE botchderaadt1996-05-101-3/+3
|
* sync with 0504 -- prototypes and bus.hderaadt1996-05-071-4/+3
|
* bizzare change in netbsd landderaadt1996-05-021-4/+4
|
* Update aha.c to use bounce buffers, fix typos in isadma.c, update bounce buffershannken1996-04-221-86/+116
|
* partial sync with netbsd 960418, more to comederaadt1996-04-211-947/+715
|
* Fix back wrong patches.mickey1996-03-201-2/+2
|
* Merging w/ NetBSD 021796.mickey1996-03-191-2/+2
| | | | | speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so).
* From NetBSD: merge of 960217niklas1996-03-081-1/+2
|
* Pass device name to interrupt establish routines so it can be recorded intholo1996-02-201-1/+1
| | | | | | | | | the device interrupt chain structures (isa, pci) Move interrupt chain structure definition to <machine/psl.h> so vmstat can get at it (i386) Remove hack to count interrupts the old way (i386)
* Removed extra brace.hannken1996-01-231-2/+0
|
* Corrected typo when removing CCB's from the hash list.hannken1996-01-211-1/+3
|
* Remove CCB from hash list when it gets unmapped, not the first time looked up.hannken1996-01-121-15/+23
|
* from netbsd:deraadt1995-12-271-2/+2
| | | | | The IST_* and IPL_* constants are not bus-specific; don't treat them as such. Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers.
* from netbsd; print illegal setting messages nicerderaadt1995-12-141-2/+4
|
* properly catch cases where buffers are on the kstack, from hannken@eis.cs.tu-bs.dederaadt1995-11-301-2/+1
|
* correct way to call tsleep is almost always "while (condition) tsleep(...)"deraadt1995-11-301-6/+8
|
* i386 isa bounce buffers by hannken@eis.cs.tu-bs.dederaadt1995-11-281-114/+165
| | | | ultra14f does not bounce properly yet.
* initial import of NetBSD treederaadt1995-10-181-0/+1524