NetBSD/sys/dev
drochner d36e668737 clean up the serial console / KGDB attachment:
-put all early console / KGDB initialization into 1 exported function
  (com_*_attach()) each, dont use global variables anymore
-use the passed tcflag_t for port settings instead of hardwiring 8N1
-at autoconfiguration attach time, decide if the attaching device is
  already console / KGDB by comparing bus tag and base addr (cgd's wish)
-export a function "com_is_console()" for use by driver frontends for
  this comparision
-delay setting of cn_tab->cn_dev until autoconfiguration attach
  to get the minor number right
-delete unused comcnprobe() and comcninit()
1997-08-23 14:01:32 +00:00
..
ata Work around possible race condition with 2 drives on one controller 1997-07-18 00:26:22 +00:00
dec Use new <dev/dec/clockvar.h> and and <dev/dec/mcclokvar.h>. 1997-07-22 18:50:52 +00:00
eisa config.new => config 1997-07-20 20:30:46 +00:00
ic clean up the serial console / KGDB attachment: 1997-08-23 14:01:32 +00:00
isa clean up the serial console / KGDB attachment: 1997-08-23 14:01:32 +00:00
isapnp don't forget to unmap read port in match routine, if successful; also 1997-08-12 07:38:10 +00:00
microcode Addition of PCI Qlogic ISP2100 (Fibre Channel) support meant a slight 1997-08-16 00:30:37 +00:00
ofw RCS id police. 1997-07-23 18:45:03 +00:00
pci regen 1997-08-23 13:45:11 +00:00
rcons
sbus Remove all `bustype' arguments from map[io]dev() and REG2PHYS(). 1997-05-24 20:16:06 +00:00
scsipi If SCSIVERBOSE is enabled, call the routine to print out detailed sense 1997-08-20 18:20:12 +00:00
sun use locator defines in "locators.h" to index cf_loc[] 1997-07-17 01:17:45 +00:00
tc Use direct DMA with the IOASIC ASC SCSI interface. DMA buffering can be 1997-07-28 19:39:22 +00:00
auconv.c Audio changes: 1997-07-31 22:33:08 +00:00
auconv.h Audio changes: 1997-07-31 22:33:08 +00:00
audio.c Change the MI audio driver so it attaches to the MD driver in the 1997-08-19 23:49:33 +00:00
audio_if.h Change the MI audio driver so it attaches to the MD driver in the 1997-08-19 23:49:33 +00:00
audiovar.h Change the MI audio driver so it attaches to the MD driver in the 1997-08-19 23:49:33 +00:00
ccd.c %x -> 0x%x 1997-08-04 10:00:11 +00:00
ccdvar.h A performance optimization, inspired by a conversation with Thor Simon: 1997-01-30 04:00:52 +00:00
clock_subr.c New ARP system, supports IPv4 over any hardware link. 1997-03-15 18:09:08 +00:00
clock_subr.h New ARP system, supports IPv4 over any hardware link. 1997-03-15 18:09:08 +00:00
cninit.c
cons.c
cons.h
md.c Use DISKUNIT macro to encode md's unit in the minor number. 1997-08-01 19:38:30 +00:00
md.h
mulaw.c Audio: 1997-08-04 09:29:51 +00:00
mulaw.h Audio changes: 1997-07-31 22:33:08 +00:00
vnd.c %x -> 0x%x 1997-08-04 10:00:11 +00:00
vndvar.h Add full disklabel and partition support to the vnd driver, allowing much 1997-06-23 21:03:55 +00:00