NetBSD/sys/arch/i386
is 718fb97e11 Support for the upcoming NetBSD/Amiga Hypercom driver family:
* support chip clocks != COM_FREQ, by introducing sc_frequency (for the
  mainline code) and adding a frequency parameter right after the rate
  parameter to comcnattach() and com_kgdb_attach().
- Make com_isa and com_multi initialize sc_frequency to COM_FREQ.
- Make i386/machdep.c and alpha/dec_xxx.c call com*attach() with the freq.
  parameter.
* supio_attach_args get two more fields: a sc_ipl and a sc_arg, both ints.
- com_supio uses the first for interupt establishment (all childs will, as
  soon as they exist) and the 2nd for sc_frequency.
- drsupio passes sc_ipl alway as 5, and for the "com"s, sc_arg as 16*115200
- hyper will pass sc_ipl as 6, and sc_arg as 16 * 460800
1997-09-16 20:34:23 +00:00
..
apm_init The copyright for this file has been assigned to the NetBSD Foundation 1996-11-04 23:04:43 +00:00
bioscall The copyright for this file has been assigned to the NetBSD Foundation 1996-11-04 23:04:43 +00:00
boot Stop people from trying to build the obsolete boot blocks by accident. 1997-08-22 21:53:00 +00:00
compile
conf Add fe0. 1997-09-12 05:22:55 +00:00
eisa Pull thorpej-bus-dma branch into mainline. 1997-06-06 23:10:23 +00:00
i386 Support for the upcoming NetBSD/Amiga Hypercom driver family: 1997-09-16 20:34:23 +00:00
include Add an ibcs2_setregs(). 1997-09-11 23:05:30 +00:00
isa Remove some vestiges of BDB. 1997-09-09 21:42:38 +00:00
netboot
pci Notify drivers that we "prefer" I/O mapped space, per discussion with 1997-08-26 03:14:06 +00:00
stand add prototype definition for DHCP support 1997-09-06 14:32:31 +00:00
Makefile Switch to building new boot blocks by default. 1997-06-07 00:35:42 +00:00