NetBSD/sys/dev
martin dfbd0bc7b8 Shuffle around some initialization code a bit.
Configure power supply on VPP1 at 5V when powering up a socket.
Get rid of stray interrupts.
Make the driver quiet for normal operation when not in debugging mode.

This makes ray0 at nell0 actually work when compiled with RAY_USE_AMEM=1.
2002-03-08 21:33:43 +00:00
..
acpi Call malloc(9) with M_ZERO flag instead of memset() after malloc(). 2002-01-12 16:41:02 +00:00
arcbios
ata add the dma command ext translations. pointed out by manuel. 2002-01-14 02:17:59 +00:00
bi
cardbus Add another tlp card (found by trial and error). 2002-02-17 21:21:58 +00:00
dec Argh, dont reference any wscons parts in files.dec yet. 2002-02-25 17:11:17 +00:00
ebus Remove EBUS_PADDR_FROM_REG, as it does not realy creates a paddr on sparc. 2002-03-01 11:49:06 +00:00
eisa - Always validate the return value read from the outbound FIFO. 2002-01-25 16:10:35 +00:00
hpc remove ite8181video's bivideo dependency. 2002-03-06 15:00:04 +00:00
i2c
i2o PR 15552: don't explode if the board fails to respond during initalization. 2002-03-08 11:37:04 +00:00
ic Pool deals fairly well with physical memory shortage, but it doesn't 2002-03-08 20:48:27 +00:00
ieee1394 Remove a variable that is unused after the previous ALTQ commit. 2002-03-06 05:33:05 +00:00
ir Call malloc(9) with M_ZERO flag instead of memset() after malloc(). 2002-01-12 16:58:16 +00:00
isa Fix ADPCM playback/recording. 2002-03-06 07:12:02 +00:00
isapnp Add a missing call to isapnp_config(). 2002-02-22 21:26:47 +00:00
mca Labels must be followed by statements. 2001-12-31 22:07:58 +00:00
microcode Update 2300 firmware to latest release level. 2002-02-19 01:38:04 +00:00
mii Match ICS 1893. 2002-02-10 17:09:41 +00:00
mscp Don't "extern int cold;" - this is in <sys/kernel.h>. 2002-03-04 02:19:07 +00:00
mvme Separate out devices common to many Motorola mvme boards (68k, 88k and ppc) 2002-02-12 20:38:43 +00:00
news
ofisa make this compile: 2002-02-03 23:17:58 +00:00
ofw bring in latest ALTQ from kjc. ALTQify some of the drivers. 2002-03-05 04:12:57 +00:00
pci stupid void pointers... tl_init() needs struct ifnet *... 2002-03-07 21:42:20 +00:00
pckbc Add constraints to allow for disabling PS/2 mouse powerhooks. As requested 2002-02-27 00:30:07 +00:00
pcmcia regen (ELSA MicroLink mc all added) 2002-03-04 16:42:19 +00:00
podulebus
qbus bring in latest ALTQ from kjc. ALTQify some of the drivers. 2002-03-05 04:12:57 +00:00
raidframe Pool deals fairly well with physical memory shortage, but it doesn't 2002-03-08 20:48:27 +00:00
rasops Undo previous that incorrectly byte-swaps stamps for little endian 2002-02-11 20:50:58 +00:00
rcons
sbus Shuffle around some initialization code a bit. 2002-03-08 21:33:43 +00:00
scsipi Pool deals fairly well with physical memory shortage, but it doesn't 2002-03-08 20:48:27 +00:00
std SBP is a firewire/ieee1394 specific protocol, not a generic standard. Move this 2002-02-27 04:59:29 +00:00
sun Call malloc(9) with M_ZERO flag instead of bzero() after malloc(). 2002-01-14 13:32:44 +00:00
sysmon The device close routine is called when _last_ descriptor to the 2002-01-03 22:35:53 +00:00
tc Fix typo in previous. 2002-02-23 14:05:02 +00:00
usb free_all_endpoints(): Fix a problem with disabled device. 2002-03-08 17:24:06 +00:00
vme Call malloc(9) with M_ZERO flag instead of bzero() after malloc(). 2002-01-14 13:32:44 +00:00
wscons Added wsmux_set_display() to fix the problem that wskbd wan't connected 2002-03-02 08:22:26 +00:00
wsfont
xmi
DEVNAMES Bare-bones driver for AMI RAID. Parts taken from FreeBSD. This was tried a 2002-01-30 14:35:43 +00:00
Makefile
auconv.c Sampling rate and mono-stereo conversion described in 2002-03-07 14:37:02 +00:00
auconv.h Sampling rate and mono-stereo conversion described in 2002-03-07 14:37:02 +00:00
audio.c Fix printf format on LP64. 2002-03-08 02:30:54 +00:00
audio_if.h Sampling rate and mono-stereo conversion described in 2002-03-07 14:37:02 +00:00
audiovar.h Sampling rate and mono-stereo conversion described in 2002-03-07 14:37:02 +00:00
ccd.c Pool deals fairly well with physical memory shortage, but it doesn't 2002-03-08 20:48:27 +00:00
ccdvar.h
clock_subr.c
clock_subr.h
clockctl.c Two more trivial bug fixes: 2002-03-01 22:58:33 +00:00
cninit.c
cons.c
cons.h
ld.c
ldvar.h
md.c Call malloc(9) with M_ZERO flag instead of memset() after malloc(). 2002-01-13 19:28:06 +00:00
md.h
md_root.c
midi.c
midi_if.h
midisyn.c Call malloc(9) with M_ZERO flag instead of memset() after malloc(). 2002-01-13 19:28:06 +00:00
midisynvar.h
midivar.h
mm.c Start of mi /dev/{mem,kmem,zero,null} driver. We add an ioctl entry, because 2002-02-27 01:16:14 +00:00
mulaw.c Add slinear16_to_mulaw_le(). 2002-02-10 06:27:06 +00:00
mulaw.h Add slinear16_to_mulaw_le(). 2002-02-10 06:27:06 +00:00
radio.c Initialize _ca struct right. 2002-01-05 01:30:01 +00:00
radio_if.h Add support for radio cards. Written by Maxim Tsyplakov and Vladimir Popov 2002-01-01 21:51:38 +00:00
radiovar.h Support detach. 2002-01-02 02:44:02 +00:00
rnd.c Pool deals fairly well with physical memory shortage, but it doesn't 2002-03-08 20:48:27 +00:00
rndpool.c
sequencer.c Call malloc(9) with M_ZERO flag instead of memset() after malloc(). 2002-01-13 19:28:06 +00:00
sequencervar.h
vnd.c Pool deals fairly well with physical memory shortage, but it doesn't 2002-03-08 20:48:27 +00:00
vndvar.h