NetBSD/sys/dev
tsutsui 7b4697bdbe Add MI NCR/Symbios 53c700 SCSI driver.
This "oosiop" driver was originally written by Shuichiro URATA
for arc port, and then it was modified by me to make it work
also on hp700.

This driver has been tested on my NEC Express5800/240 with 53c700-66
for several months, and also tested on HP9000 735/125 with 53c700
(though current hp700 port has been broken since SA merge).
Both sync transfer and disconnect/reselect work fine,
but tagged queuing is not implemented yet.
2003-04-06 09:48:41 +00:00
..
acpi Make sure this compiles with ACPI_DEBUG. 2003-03-07 15:17:44 +00:00
apm Moved MI APM definitions into dev/apm. 2002-10-14 02:08:37 +00:00
arcbios Catch up to struct consdev changes. 2003-03-06 07:59:37 +00:00
ata Check RAW_PART against the media size instead of the disklabel. 2003-04-03 22:18:23 +00:00
bi Use PAGE_SIZE rather than NBPG. 2003-04-01 01:58:14 +00:00
bluetooth Changed the interface for passing output data between the bthci driver 2003-01-11 06:12:09 +00:00
cardbus Make it compile in big endian. 2003-03-22 11:32:38 +00:00
dec Add multiple inclusion protection. 2003-01-06 21:02:18 +00:00
dmover Mmmm... LOCKDEBUG... 2003-04-01 20:59:15 +00:00
ebus Remove the `flags' argument from bus_intr_establish(). 2002-12-10 13:44:47 +00:00
eisa regen - add 3Com TCM6790 entry 2003-03-22 14:31:28 +00:00
hpc Added new ioctl command, WSMOUSEIO_GETID to tell touch panel identifier 2003-01-03 04:36:26 +00:00
i2c
i2o __'ify MACHINE_ARCH names. 2003-02-14 18:29:05 +00:00
ic Add MI NCR/Symbios 53c700 SCSI driver. 2003-04-06 09:48:41 +00:00
ieee1394 PR/20982: Eric Fair: fix debugging printf format errors. 2003-04-02 21:53:15 +00:00
ir Remove protoype for irframe_frame_available(), it's never implemented 2003-01-03 09:46:41 +00:00
isa avoid stupid printfs during probe 2003-04-03 15:36:31 +00:00
isapnp Don't malloc the channel_queue, put it in the softc. Print modes too. 2003-03-22 20:05:20 +00:00
marvell Remove #define DEBUG. (this was working right. The problem I encountered 2003-04-04 20:09:07 +00:00
mca Remove assigned-to but not used variable (including nice little switch 2003-02-23 04:14:16 +00:00
microcode Add MI NCR/Symbios 53c700 SCSI driver. 2003-04-06 09:48:41 +00:00
mii Save some text segment space by not defining URLPHY_DEBUG. 2003-04-04 22:21:39 +00:00
mscp Change SBSIZE to SBLOCKSIZE to make this compile after UFS2 was brought 2003-04-02 20:32:01 +00:00
mvme Use PAGE_SIZE rather than NBPG. 2003-04-01 02:01:43 +00:00
news
ofisa Don't malloc channel_queue, put it in the softc. 2003-03-22 20:01:05 +00:00
ofw Zero out the buffer when padding packet to ETHER_MIN_LEN-ETHER_CRC_LEN 2003-01-15 22:01:57 +00:00
pci Regenerate. 2003-04-05 16:43:47 +00:00
pckbc Add not sign, currency and cent keys to the spanish keymap. 2003-03-14 15:45:53 +00:00
pcmcia Don't free chqueue since it's no longer malloc'ed. 2003-03-30 02:06:29 +00:00
podulebus Regen. 2003-01-26 19:35:52 +00:00
qbus Change SBSIZE -> SBLOCKSIZE, to track changes caused by the UFS2 merge. 2003-04-02 20:38:28 +00:00
raidframe Use 'void *' instead of 'caddr_t' in prototypes of VOP_IOCTL, VOP_FCNTL 2003-03-21 23:11:19 +00:00
rasops remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
rcons
sbus Back out rev. 1.26; I forgot about the Javastations.. 2003-02-27 13:33:23 +00:00
scsipi Check RAW_PART against the media size instead of the disklabel. 2003-04-03 22:18:23 +00:00
smbus Register definitions for the ST M41T81 serial-access RTC. 2002-11-12 01:01:37 +00:00
std guarantee, not guarentee. Idea from miod@openbsd. 2003-02-02 10:24:38 +00:00
sun fix kernel build error, such a configs w/o kbd, ms. 2003-01-24 16:54:34 +00:00
sysmon Nothing cares about NSYSMON anymore; delete it. 2002-12-31 22:47:48 +00:00
tc Use PAGE_SIZE rather than NBPG. 2003-04-01 02:01:43 +00:00
usb Regen. 2003-04-05 19:11:44 +00:00
vme interrupt with two rs. 2003-01-06 13:04:54 +00:00
wscons allow to customize how highlighting and underlining text is substituted 2003-04-02 18:22:56 +00:00
wsfont undo constification of 'data' for wsdisplay font - unfortunately we need 2003-02-10 14:28:19 +00:00
xmi Use PAGE_SIZE rather than NBPG. 2003-04-01 02:01:43 +00:00
DEVNAMES Add rfc/rf. 2003-03-23 11:03:04 +00:00
Makefile Add dmover to the list of SUBDIRs. 2003-01-13 19:49:59 +00:00
auconv.c
auconv.h
audio.c sprinkle const qualifiers to const stuff 2003-03-31 18:47:58 +00:00
audio_if.h sprinkle const qualifiers to const stuff 2003-03-31 18:47:58 +00:00
audiovar.h
aurateconv.c Clean up token pasting so that this works with GCC 3.3's CPP. 2002-11-07 06:51:51 +00:00
ccd.c Use 'void *' instead of 'caddr_t' in prototypes of VOP_IOCTL, VOP_FCNTL 2003-03-21 23:11:19 +00:00
ccdvar.h
cgd.c Use 'void *' instead of 'caddr_t' in prototypes of VOP_IOCTL, VOP_FCNTL 2003-03-21 23:11:19 +00:00
cgd_crypto.c Removed some debugging printfs that made it into the tree. 2003-03-31 08:45:08 +00:00
cgd_crypto.h The CryptoGraphic Disk Driver. 2002-10-04 18:22:35 +00:00
cgdvar.h The CryptoGraphic Disk Driver. 2002-10-04 18:22:35 +00:00
clock_subr.c
clock_subr.h Add multiple inclusion protection. 2003-01-06 21:02:18 +00:00
clockctl.c Fix clockctlattach to take an (ignored) int as its parameter, which is 2003-02-10 23:20:15 +00:00
cninit.c
cons.c Add cn_halt and cn_flush entries to consdevs. (needed for dma-only console 2003-03-06 00:38:26 +00:00
cons.h Add cn_halt and cn_flush entries to consdevs. (needed for dma-only console 2003-03-06 00:38:26 +00:00
dksubr.c Memset disklabel area to zero before beginning when constructing default 2002-12-17 01:55:44 +00:00
dkvar.h A slight abstraction for disks. This is mainly [right now] in 2002-10-04 18:02:00 +00:00
kttcp.c Add MBUFTRACE kernel option. 2003-02-26 06:31:08 +00:00
kttcpio.h
ld.c If the upper-layer provides a geometry, use it. 2003-01-27 02:43:30 +00:00
ldvar.h
md.c Add /* MEMORY_DISK_SERVER */ comments to the #endifs to match the #ifdefs. 2002-12-11 16:24:38 +00:00
md.h
md_root.c Allow a memory disk image to be statically included in the kernel 2003-03-07 01:26:12 +00:00
midi.c Use aprint_*(). 2003-01-31 02:15:57 +00:00
midi_if.h
midisyn.c
midisynvar.h
midivar.h
mm.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
mulaw.c
mulaw.h
radio.c Use aprint_normal() in cfprint routines. 2003-01-01 00:10:15 +00:00
radio_if.h
radiovar.h
rnd.c Replace machine/rnd.h with more appropriate name to share it 2003-02-05 13:57:50 +00:00
rndpool.c Fix signed/unsigned comparison warnings. 2002-11-10 03:28:59 +00:00
sequencer.c si_ -> sel_ 2002-11-26 18:49:40 +00:00
sequencervar.h
verified_exec.c Added support for fingerprinted executables aka verified exec 2002-10-29 12:31:20 +00:00
vnd.c read-only configuration support. 2003-03-27 15:34:36 +00:00
vndvar.h read-only configuration support. 2003-03-27 15:34:36 +00:00