NetBSD/sys/dev
dsainty 3204b83aa5 Be somewhat more persuasive about enabling the port on a port reset.
USB protocol dictates that the port enable must be implied by the port
reset. To implement this on (at least) the VIA VT83C572 this means we
need to wait around tweaking the chip state until the port actually
transitions to enabled (or the device goes away).  Likely fixes
kern/11018.
2002-12-31 02:21:31 +00:00
..
acpi When a battery isn't present, display that rather than bogus values. 2002-12-30 13:06:43 +00:00
apm Moved MI APM definitions into dev/apm. 2002-10-14 02:08:37 +00:00
arcbios merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
ata Avoid using a lot of kernel stack. 2002-12-15 01:56:02 +00:00
bi Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
bluetooth g/c IRDA ioctls (was within #if 0 anyway) 2002-10-24 01:36:34 +00:00
cardbus Sync with if_rtk_pci.c: 2002-12-23 02:19:22 +00:00
dec In dzkbd_attach(): set dzi_ls for the console keyboard, too. 2002-12-29 19:30:57 +00:00
dmover Fix typo. 2002-12-28 23:07:18 +00:00
ebus Remove the `flags' argument from bus_intr_establish(). 2002-12-10 13:44:47 +00:00
eisa Implement the DPT EATA ioctl() interface. 2002-12-07 19:48:30 +00:00
hpc Sync US map with reality. Rename what used to called "us" map to 2002-12-28 22:50:09 +00:00
i2c
i2o Fix typo. 2002-12-11 13:02:31 +00:00
ic Remove a spurious ;. 2002-12-28 20:06:09 +00:00
ieee1394 Implementation of page table support for 64k or greater transfers. This should 2002-12-28 10:54:47 +00:00
ir si_ -> sel_ 2002-11-26 18:49:40 +00:00
isa Don't include <i386/isa/icu.h> 2002-12-10 05:05:11 +00:00
isapnp regen 2002-11-19 15:06:37 +00:00
mca regen - addition of 0x90EE, IBM SVGA Adapter/A 2002-12-04 18:53:14 +00:00
microcode Update to the latest Fibre Channel f/w from the QLogic intranet site. 2002-10-18 23:19:20 +00:00
mii Recognize BCM5703 phy. (with this and the bge changes, the bge0 on my 2002-12-27 03:15:52 +00:00
mscp implement separate read/write disk statistics: 2002-11-01 11:31:50 +00:00
mvme merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
news
ofisa Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
ofw implement separate read/write disk statistics: 2002-11-01 11:31:50 +00:00
pci First cut at recording support for the ESS Maestro-2 and 2e. 2002-12-30 05:23:27 +00:00
pckbc Add trailing ; to CFATTACH_DECL. 2002-10-02 16:51:16 +00:00
pcmcia Match the D-Link DWL650H. 2002-12-29 12:11:45 +00:00
podulebus Regen (Simtec USB). 2002-11-03 12:59:44 +00:00
qbus si_ -> sel_ 2002-11-26 18:49:40 +00:00
raidframe Nuke all (but one) of the remaining RF_UTILITY's. 2002-11-23 02:44:14 +00:00
rasops remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
rcons alloc_attr -> allocattr 2002-07-04 14:37:10 +00:00
sbus fix typo in QE_CR_STAT_BITS - bit indication for EDEFER was wrong 2002-12-25 08:24:30 +00:00
scsipi Another sizeof -> 4 + 2048 fix for dvd_read_manufact after malloc changes 2002-12-15 17:48:14 +00:00
smbus Register definitions for the ST M41T81 serial-access RTC. 2002-11-12 01:01:37 +00:00
std tabify 2002-06-25 16:31:43 +00:00
sun si_ -> sel_ 2002-11-26 18:49:40 +00:00
sysmon remove redundant defines 2002-12-30 06:16:10 +00:00
tc merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
usb Be somewhat more persuasive about enabling the port on a port reset. 2002-12-31 02:21:31 +00:00
vme implement separate read/write disk statistics: 2002-11-01 11:31:50 +00:00
wscons Don't leak memory on double init, and don't panic on double fini. Emit 2002-12-26 12:01:42 +00:00
wsfont merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
xmi Add trailing ; to CFATTACH_DECL. 2002-10-02 16:51:16 +00:00
DEVNAMES s/walnut/evbppc/ 2002-12-09 12:56:15 +00:00
Makefile New Feature: add pseudo device for IEEE 1394 isochronous stream and 2002-12-04 00:28:39 +00:00
auconv.c
auconv.h
audio.c Use correct values to compute record high water mark. From kern/19614 by 2002-12-31 00:33:10 +00:00
audio_if.h Correct indent... 2002-06-04 14:02:32 +00:00
audiovar.h
aurateconv.c Clean up token pasting so that this works with GCC 3.3's CPP. 2002-11-07 06:51:51 +00:00
ccd.c implement separate read/write disk statistics: 2002-11-01 11:31:50 +00:00
ccdvar.h
cgd.c implement separate read/write disk statistics: 2002-11-01 11:31:50 +00:00
cgd_crypto.c The CryptoGraphic Disk Driver. 2002-10-04 18:22:35 +00:00
cgd_crypto.h The CryptoGraphic Disk Driver. 2002-10-04 18:22:35 +00:00
cgdvar.h The CryptoGraphic Disk Driver. 2002-10-04 18:22:35 +00:00
clock_subr.c
clock_subr.h
clockctl.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
cninit.c
cons.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
cons.h Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
dksubr.c Memset disklabel area to zero before beginning when constructing default 2002-12-17 01:55:44 +00:00
dkvar.h A slight abstraction for disks. This is mainly [right now] in 2002-10-04 18:02:00 +00:00
kttcp.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
kttcpio.h This is the "kttcp" network throughput testing pseudo-device. From 2002-06-28 23:27:13 +00:00
ld.c implement separate read/write disk statistics: 2002-11-01 11:31:50 +00:00
ldvar.h Convert to new device buffer queue interface. 2002-07-20 11:28:07 +00:00
md.c Add /* MEMORY_DISK_SERVER */ comments to the #endifs to match the #ifdefs. 2002-12-11 16:24:38 +00:00
md.h
md_root.c
midi.c si_ -> sel_ 2002-11-26 18:49:40 +00:00
midi_if.h
midisyn.c
midisynvar.h
midivar.h
mm.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
mulaw.c
mulaw.h
radio.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
radio_if.h
radiovar.h
rnd.c si_ -> sel_ 2002-11-26 18:49:40 +00:00
rndpool.c Fix signed/unsigned comparison warnings. 2002-11-10 03:28:59 +00:00
sequencer.c si_ -> sel_ 2002-11-26 18:49:40 +00:00
sequencervar.h
verified_exec.c Added support for fingerprinted executables aka verified exec 2002-10-29 12:31:20 +00:00
vnd.c vnd.c 2002-11-16 08:10:48 +00:00
vndvar.h Convert to new device buffer queue interface. 2002-07-20 11:28:07 +00:00