summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2003-03-05Fix a bug that affects machines which has non-zero base GPE blocks.kochi
This bug is already reported to Intel ACPICA people.
2003-03-05Regen (add ESS1878 (ess) and ESS0005 (joy))itohy
2003-03-05Add ESS1878 (ess) and ESS0005 (joy) for ESS ES1878 audio device.itohy
2003-03-04Update for acpica-unix-20030228.kochi
2003-03-04Resolve conflicts from acpica-20030228-2 import.kochi
2003-03-04Import the Intel ACPICA 20030228 release.kochi
2003-03-04import the Intel ACPICA 20030228 releasekochi
2003-03-04G/c old macppc grf entries.soren
2003-03-03The intrmasks array is only used in if 0-ed code, so if 0 it as well.fvdl
2003-03-03The DMA support here never worked, so yank it out.mycroft
2003-03-03Fix egregious bug where we meant to use bit 5 (1<<5) instead of themjacob
value of 5.
2003-03-03spellingmjacob
2003-03-03Propagate iid && rxid when we're putting back an ATIO for FC.mjacob
Spelling fixes.
2003-03-03Spelling fixes. Leave an example for how to set icbdelay timer formjacob
ZIO operations. If we have ISP_FW_CRASH_DUMP defined, don't reinit the chip on ISP_CONN_FATAL (that's up to the outer layers to do).
2003-03-03Regen.soren
2003-03-03Add ATI Radeon M9.soren
2003-03-03add Philips UCB1400bsh
2003-03-02Regen.salo
2003-03-02Actually, there is no space in Silicon Motion Lynx* names (e.g. Lynx EM ->salo
LynxEM), the already existing records misguided me.
2003-03-02Add support for the 82C710, the original Universal Peripheral Controller.bjh21
It turns out (now that I've found the data sheet) to have a substantially different configuration mechanism from its successors.
2003-03-01Argh. Commited the wrong file.mjacob
2003-03-01Fix RFD_TCI macro.mjacob
2003-03-01Don't require root privilege explicitly to issue ioctl. It should beenami
controlled by file's attribute.
2003-02-28Make this file compiles when FW_DEBUG is defined but SBP2_DEBUG isn't defined.enami
2003-02-28Match ServerWorks CSB6 IDE controller.enami
2003-02-28Regen.enami
2003-02-28Add product id of ServerWorks CSB6 IDE controller.enami
2003-02-27Enable the MII output drivers in hme_mifinit() based on the currentlypk
selected transceiver. Save and restore this setting in hme_mii_readreg() and hme_mii_writereg().
2003-02-27Back out rev. 1.26; I forgot about the Javastations..pk
2003-02-27Some machine have a `SUNW,CS4231' node, but no actual hardware. It seemspk
these can be identified by a `serial' device type. From Julian Coleman.
2003-02-27bus_size_t != bus_addr_t, so use bus_size_t where appropriate.martin
Fixes PR kern/20482 by John Ruschmeyer.
2003-02-26Make this work as fdisa again on the Atari/Milan.leo
2003-02-26Remove unexpectedly imported ACPI CA files and obsolete fileskochi
2003-02-26Regen.salo
2003-02-26Add few more Silicon Motion, Inc. cards (Lynx EM, Lynx 3DM, Lynx 3D, Lynx)salo
Print various [company], Inc. consistently as (surprise) [company], Inc.
2003-02-26Add MBUFTRACE kernel option.matt
Do a little mbuf rework while here. Change all uses of MGET*(*, M_WAIT, *) to m_get*(M_WAIT, *). These are not performance critical and making them call m_get saves considerable space. Add m_clget analogue of MCLGET and make corresponding change for M_WAIT uses. Modify netinet, gem, fxp, tulip, nfs to support MBUFTRACE. Begin to change netstat to use sysctl.
2003-02-25Play nice with files. Since we are doing an fd_getfile(), make appropriatebriggs
use of FILE_USE() and FILE_UNUSE().
2003-02-25Add missing splbio() protecting of bufpool access. Add a clarifyingthorpej
comment to <sys/buf.h> reminding everyone of the need for splbio().
2003-02-25Add a new BUF_INIT() macro which initializes b_dep and b_interlock, andthorpej
use it. This fixes a few places where either b_dep or b_interlock were not properly initialized.
2003-02-25Add recording support for emuxki(4). The patch is basically the sametoshii
as I submitted in PR kern/18093. Some of the patch needs refinement. Also, only the ADC recording source is supported, because the other sources are probably much less useful and the implementation isn't trivial.
2003-02-25Add support for Prism monitor mode. From Kevin Laheydyoung
<kml@patheticgeek.net>. This patch does NOT add monitor mode support for the Lucent radios. awi(4) was only modified for compatibility with the new mediaopt. It does NOT support monitor mode. Tested by Kevin, Daniel Carosone, and I.
2003-02-25Step 0 of adding Prism monitor mode: name the firmware command fordyoung
setting up manufacturing test modes. Name the sub-command for turning on monitor mode.
2003-02-25Disable interrupts before ACKing them to avoid the obvious race.dyoung
2003-02-25Following implementation for other RIDs, read the driver's notiondyoung
of the fragmentation threshold instead of the hardware's notion.
2003-02-24Don't match a PCI graphics card in a system which supports an AGP.tron
Patch supplied by Quentin Garnier in PR kern/19256.
2003-02-24back-out previous; it was wrong.christos
2003-02-24fix memory leaks.christos
2003-02-24Add quirk to probe I-O DATA USB-SC2 as umass.nakayama
(tested on sparc64 and i386)
2003-02-24Regen.nakayama
2003-02-24Add I-O DATA USB2-SC (USB2.0-SCSI Bridge)nakayama