freebsd-skq/sys/dev
iwasaki 25e47ad7a2 Improve region I/O sub-routines by re-writing most of low level part
of AML interpreter.
 - Delete and cleanup a lot of almost duplicated code in kernel/userland.
 - Add new common functions for kernel/userland code.
      aml_adjust_readvalue(), aml_adjust_updatevalue(),
      aml_region_handle_alloc(), aml_region_handle_free() and
      aml_region_io().
 - Add primitive functions for both versions of kernel/userland in order to
   have shared code as much as possible.
      aml_region_read_simple(), aml_region_write_simple(),
      aml_region_prompt_read(), aml_region_prompt_write() and
      aml_region_prompt_update_value().
 - Consider update rule and access type in field flags. Also add a lot of
   definitions for the flags.
 - Fix bugs on bit manipulation for read/write operations.
 - Fix bugs on IndexField I/O part.  Also add workaround for temporary
   object corruption during StoreOp interpretation.
2000-09-20 01:01:32 +00:00
..
aac Include <sys/proc.h> so that we can dereference something in the proc 2000-09-19 00:35:03 +00:00
acpi Improve region I/O sub-routines by re-writing most of low level part 2000-09-20 01:01:32 +00:00
advansys
agp
aha
ahb
aic
aic7xxx Today is just not my day. Really get the right file. 2000-09-16 21:55:31 +00:00
amd
amr Whoops. The AMR_QUARTZ_GOFASTER option is meant to disable, not enable 2000-09-11 23:19:13 +00:00
an
ar
asr Move the 'asr' driver to cdev major 154, since 97 is already taken. 2000-09-01 21:14:17 +00:00
ata Add support for tagged queuing on ATA drives. There is only support for 2000-09-19 11:08:39 +00:00
atkbdc * Completely rewrite the alpha busspace to hide the implementation from 2000-08-28 21:48:13 +00:00
awi Bite the bullet and provde memcmp() and memset(), this will be cheaper 2000-09-02 13:34:52 +00:00
bktr Make MOD_UNLOAD return EBUSY to prevent it being unloaded automatically when we 2000-09-11 12:23:50 +00:00
buslogic
cardbus
ccd Avoid the modules madness I inadvertently introduced by making the 2000-09-02 19:17:34 +00:00
cs
cy Make LINT link. 2000-09-16 19:04:24 +00:00
dc If this is a Davicom DM9102A and we're enabling the homePNA link, force 2000-09-20 00:59:17 +00:00
de
dec
dgb
dpt Allow the DPT pci attachment to share IRQ's 2000-08-26 22:19:53 +00:00
ed Move the detection of Linksys PCMCIA cards from attach to probe. 2000-09-12 11:03:12 +00:00
eisa
en Replace the mbuf external reference counting code with something 2000-08-19 08:32:59 +00:00
ep Implement indirection in the pccard probe/attach. This should make it 2000-09-19 04:39:20 +00:00
ex
fb * Completely rewrite the alpha busspace to hide the implementation from 2000-08-28 21:48:13 +00:00
fdc Avoid the modules madness I inadvertently introduced by making the 2000-09-02 19:17:34 +00:00
fe Use driver_intr_t instead of the now defunct inthand2_t. 2000-09-15 19:09:15 +00:00
fxp Removed NetBSD support, which bit-rotted long ago. 2000-09-18 21:12:19 +00:00
hea
hfa
ic
ida
ie
iicbus
isp Per msmith's request, don't attach to Qlogic 12160 id'd cards that have 2000-09-07 20:27:40 +00:00
ispfw
joy
kbd Add the ability to define a "shutdown" and "shutdown and poweroff" key 2000-09-11 20:37:42 +00:00
lmc
lnc
mc146818
mca
mcd
md Avoid the modules madness I inadvertently introduced by making the 2000-09-02 19:17:34 +00:00
mii
mlx
mly This is the initial import of a new driver for the current family of 2000-08-23 03:22:41 +00:00
mse
musycc Many and sundry changes. Still alpha quality. 2000-08-29 12:32:01 +00:00
null
nulldev
pccard Implement indirection in the pccard probe/attach. This should make it 2000-09-19 04:39:20 +00:00
pcf
pci Add PCIM_CMD_MWRICEN, the bit in the command register in PCI space 2000-09-16 20:06:13 +00:00
pcic Add comment about why the deletion of children is necessary in detach. 2000-08-30 06:56:03 +00:00
pdq
ppbus
ppc
random Include <sys/proc.h> to silence suser() compiler warning. 2000-09-18 20:42:04 +00:00
randomdev Include <sys/proc.h> to silence suser() compiler warning. 2000-09-18 20:42:04 +00:00
ray
rc
rp Fix a bug upon initialization. (_INDX_ADDR -> _INDX_DATA) 2000-08-21 13:18:56 +00:00
scd
sf
si
sio - Remove the inthand2_t type and use the equivalent driver_intr_t type from 2000-09-13 18:33:25 +00:00
sk Replace the mbuf external reference counting code with something 2000-08-19 08:32:59 +00:00
smbus
sn Implement indirection in the pccard probe/attach. This should make it 2000-09-19 04:39:20 +00:00
snp
sound Since the unit number of a midi/sequencer device is expressed in 4 2000-09-18 10:17:38 +00:00
speaker
sr
streams Cleanup after repo copy of sys/svr4 to sys/compat/svr4. 2000-09-01 08:47:14 +00:00
sym PR: kern/20895 2000-09-03 12:36:21 +00:00
syscons Add the ability to define a "shutdown" and "shutdown and poweroff" key 2000-09-11 20:37:42 +00:00
tdfx Removed detection for Voodoo Banshee and Voodoo3 cards. I forsee certain 2000-08-28 04:28:53 +00:00
ti * Completely rewrite the alpha busspace to hide the implementation from 2000-08-28 21:48:13 +00:00
twe
tx
usb Add support for D-Link DSB-650 USB ethernet adapter. 2000-09-06 19:35:01 +00:00
vinum open_drive: 2000-08-16 04:31:37 +00:00
vn
vr
vx
wi Close PR #20963. Do not pass encryption keys back to the caller via 2000-09-07 17:05:12 +00:00
wl
xe