NetBSD/sys/dev
mjacob 68d184dc19 Hmm- seriously funny and sad bug: you need to directly establish the
clock rate for this board on Alpha/PCI systems. Under x86/PCI, the
board f/w will correctly tell you "I'm running at 60Mhz", so the code
that preserved that across a board reset (which would drop the chip
back to 40Mhz) worked fine. On the 8200, the chip was saying "I'm 40Mhz"-
which wasn't true. This turned out to be okay as long as you didn't have
any FAST or UltraFast targets- In fact, setting the chip to 40Mhz allowed
you to run up to 8Mhz SCSI. Unfortunately you die bigtime on the devices
that go faster than that. The fix here is to only use what the chip tells
you the clock rate is in the cases you don't really know (sbus is the
only case where this could be different, although with 66Mhz PCI coming up,
this may change).
1997-06-22 19:57:06 +00:00
..
ata Remove spurious line left over in previous commit. 1997-06-18 22:17:14 +00:00
dec Clone Alpha ``cpu-independent'' clock API headers into sys/dev/tc/, 1997-06-22 08:02:18 +00:00
eisa Pull thorpej-bus-dma branch into mainline. 1997-06-06 23:30:02 +00:00
ic Hmm- seriously funny and sad bug: you need to directly establish the 1997-06-22 19:57:06 +00:00
isa Remove spurious line left over in previous commit. 1997-06-18 22:17:14 +00:00
isapnp add device ID for SB AWE64 Value; from William Coldwell in PR kern/3716. 1997-06-18 07:19:08 +00:00
microcode change microcode array definitions from "unsigned short" to the more 1997-03-13 04:07:44 +00:00
ofw DTRT if OF_read() returns 0 when no data is available. 1997-04-28 18:33:57 +00:00
pci Change expected mapping register type argument for the pci_mapreg_map() 1997-06-17 05:44:22 +00:00
rcons
sbus Remove all `bustype' arguments from map[io]dev() and REG2PHYS(). 1997-05-24 20:16:06 +00:00
scsipi sdsize(): only call sdopen()/sdclose() if not already open, per the 1997-06-18 20:38:59 +00:00
sun Update an obsolete comment. (We DO handle CapsLock and NumLock.) 1997-05-02 17:41:37 +00:00
tc Clone Alpha ``cpu-independent'' clock API headers into sys/dev/tc/, 1997-06-22 08:02:18 +00:00
audio_if.h Make the audio default parameters into a globally accessible constant. 1997-05-20 12:51:43 +00:00
audio.c Allow more than one hardware driver to attach to the audio upper layer. 1997-05-27 23:24:56 +00:00
audiovar.h Change the interface between the high and low level audio drivers 1997-04-29 21:01:33 +00:00
ccd.c Remove bogus use of splhigh(), and apparently unneeded bzero(). 1997-03-12 22:31:37 +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 Comment reference to ramdisk.h -> md.h 1997-05-23 23:44:34 +00:00
md.h Rename this driver `md'. 1996-12-28 23:09:26 +00:00
mulaw.c RCS ID police. 1997-06-14 22:25:11 +00:00
mulaw.h Add Alaw encoding emulation. 1997-05-28 00:07:46 +00:00
vnd.c Remove attempt to use files with holes; it's prone to deadlocks. 1997-06-08 15:59:41 +00:00
vndioctl.h