cgd
|
8a640328ed
|
clean up several ISA device interfaces: autoconfiguration, header
inclusion, and interrupt configuration. more work still needs to be done,
but it's getting better...
|
1995-04-17 12:06:30 +00:00 |
mycroft
|
35cdd801e6
|
Convert port, IRQ, and DRQ numbers to ints.
|
1994-11-18 21:57:40 +00:00 |
cgd
|
022ee8f7fe
|
new RCS ID format.
|
1994-10-27 04:14:23 +00:00 |
mycroft
|
a69dd750a2
|
b_un.b_addr -> b_data
|
1994-06-16 01:07:30 +00:00 |
mycroft
|
d5a269b4dd
|
Put controller target in scsi_switch.
|
1994-03-25 07:38:51 +00:00 |
mycroft
|
15d0f84500
|
Fix bug in last change.
|
1994-03-12 04:10:03 +00:00 |
mycroft
|
d884f7c425
|
Update to match config(8).
|
1994-03-12 03:34:02 +00:00 |
mycroft
|
367c93feb4
|
Updates to match config(8).
|
1994-03-10 20:52:09 +00:00 |
mycroft
|
a618881dd7
|
#include cpu.h in all files which use spl*().
|
1994-03-08 12:21:10 +00:00 |
mycroft
|
0c082bcaf8
|
DELAY() --> delay(). This is not a macro.
|
1994-03-06 17:18:43 +00:00 |
mycroft
|
92d7ef960c
|
Use KERNBASE, not 0xfe000000.
|
1994-01-03 23:53:29 +00:00 |
davidb
|
ddefd2e1b8
|
Fixed bug where with two or more SCSI controllers of the same type, you
could not have devices at the same ID on each bus.
This patch not directly applicable to magnum branch, which is using Julian's
new SCSI code.
|
1993-12-20 23:27:28 +00:00 |
mycroft
|
f2a0b4b335
|
Canonicalize all #includes, and add pio.h where appropriate.
|
1993-12-20 09:05:17 +00:00 |
deraadt
|
f37ee25bb2
|
sigh. one day i'll finish this driver, meanwhile, one more fix..
|
1993-06-10 04:50:42 +00:00 |
cgd
|
30177b538f
|
add rcsids to everything and clean up headers
|
1993-05-22 07:56:12 +00:00 |
deraadt
|
dde4fa6fe1
|
fixed typo
|
1993-05-22 07:40:46 +00:00 |
deraadt
|
a0bcb17e60
|
support for making dev->id_alive be set, this is for iostat to
find disk devices. wee bit of a kludge. sub-device attach()
routines must now return 1 for successful attach(), 0 otherwise.
Other bsd's do this too..
|
1993-05-04 08:27:29 +00:00 |
deraadt
|
f262b564a2
|
new scsi subsystem.
changes also in config/mkioconf.c & sys/scsi/*
|
1993-04-12 08:17:23 +00:00 |
deraadt
|
de24d978d5
|
wd7000 device driver, put in IO_WDS entry in isa.h. You can now build a
kernel with it. Hope your dma works better than mine <grr>
|
1993-04-06 20:58:01 +00:00 |
deraadt
|
c3d2e42be0
|
added: incomplete wd7000-asc scsi controller device driver.
|
1993-04-06 10:04:46 +00:00 |