NetBSD/sys/dev
cgd 046633ffe1 Move INT32, U_INT32, TIMEOUT definitions to ncr_reg.h, and add definitions
for U_INT8, INT16, U_INT16 definitions.  Convert structs and
    definitions in ncr_reg.h (e.g. ncrcmd, the chip register layout, etc.)
    to use these definitions.
Add INB_OFF, INL_OFF, and OUTL_OFF macros to access specified offsets into
    I/O or memory space.  Convert register dumps (etc.), and cache snoop
    test to use these new macros, so that nothing accesses the device
    I/O or memory space directly.  (Register dumps now come from I/O space
    if NCR_IOMAPPED.  They used to bogusly use memory space.)
Add a new relocation type for script entries, RELOC_KVAR.  Allow scripts
    access to mono_time.tv_sec, mono_time, and ncr_cache via this
    mechanism, and convert scripts to use it.  An ncrcmd is only 32 bits
    wide, and KVAs may be > 32 bits wide (e.g. on Alpha), leading to
    linker problems.  This is a safer way to do this anyway; relocation is
    more deterministic this way, and doesn't rely on KVAs not looking like
    other relocation types.
Panic if an unmatched relocation other than 'zero' is specified.  That's
    now a script bug.  (This used to be used to convert KVAs of kernel
    variables referenced in the script to PCI bus physical addresses,
    and that is now handled by RELOC_KVAR relocations.)
Figure out and print the model of chip.
1996-03-11 16:13:57 +00:00
..
ata Add support to the ISA DMA framework for auto-initialize mode. 1996-03-01 04:08:13 +00:00
dec Check on which SBI we are frobbing, not always 0. 1996-03-09 23:38:34 +00:00
eisa convert to use I/O mapping/access macros in <machine/bus.h>. 1996-03-08 22:03:26 +00:00
ic convert these to use new <machine/bus.h> interfaces. This involved 1996-03-10 09:01:20 +00:00
isa convert these to use new <machine/bus.h> interfaces. This involved 1996-03-10 09:01:20 +00:00
microcode Add an Adaptec 2940 driver, by John Aycock and Justin Gibbs, ported to NetBSD by Stefan 1995-10-09 09:49:30 +00:00
pci Move INT32, U_INT32, TIMEOUT definitions to ncr_reg.h, and add definitions 1996-03-11 16:13:57 +00:00
rcons Make it work on little-endian monochrome buffers; per Ted. 1995-11-29 22:12:58 +00:00
scsipi Add another broken drive that doesn't deal with LUNs properly to The List. 1996-03-05 01:45:42 +00:00
sun Remove obsolete comment. 1996-02-29 19:37:53 +00:00
tc regen 1996-03-05 23:16:20 +00:00
audio_if.h prototypes for ccd audio and ncr5380 1996-03-07 15:00:07 +00:00
audio.c prototypes for ccd audio and ncr5380 1996-03-07 15:00:07 +00:00
audiovar.h Trivial (and probably not very good) implementation of SIGIO. 1996-02-20 10:00:31 +00:00
ccd.c prototypes for ccd audio and ncr5380 1996-03-07 15:00:07 +00:00
ccdvar.h Copyright assigned to The NetBSD Foundation. 1996-02-28 01:01:17 +00:00
cninit.c
cons.c cnputc returns void 1996-02-04 02:04:08 +00:00
cons.h cnputc returns void 1996-02-04 02:04:08 +00:00
dev_conf.h prototypes for ccd audio and ncr5380 1996-03-07 15:00:07 +00:00
md.c Allow for a machine dependent match function - rd_match_hook() 1996-03-07 10:25:28 +00:00
md.h Allow for a machine dependent match function - rd_match_hook() 1996-03-07 10:25:28 +00:00
mulaw.c
mulaw.h Copyright assigned to the NetBSD Foundation 1996-02-27 22:28:09 +00:00
ramdisk.c Allow for a machine dependent match function - rd_match_hook() 1996-03-07 10:25:28 +00:00
ramdisk.h Allow for a machine dependent match function - rd_match_hook() 1996-03-07 10:25:28 +00:00
vnd.c vnd.c: Typo (disk_deta{t,}ch) It was detach in the header file and 1996-02-10 00:11:44 +00:00
vndioctl.h