summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Merge in parts of a larger patchset i received from Bruce. Untestedjoerg2001-06-281-41/+38
* Sync to my work in progress:msmith2001-06-284-146/+1092
* Fairwell dgmbrian2001-06-274-7110/+0
* don't flag the playback hardchan as busy on devices with only one of them.cg2001-06-273-19/+68
* tidy up/simplify dsp_clone()cg2001-06-271-24/+13
* Bracket this file in the usual #ifndef/#define/#endif stuff to preventbenno2001-06-271-0/+5
* Garbage collect some debug code.benno2001-06-271-11/+0
* Implement a new ioctl command for floppies: FD_READIDjoerg2001-06-261-8/+92
* Some more cosmetics: kill another couple of K&R function definitionsjoerg2001-06-261-28/+4
* add a tunable/sysctl, hw.snd.autovchans. if this is set to a value n wherecg2001-06-263-4/+53
* The information about how to integrate this driver into BSDs is obsoleted,onoe2001-06-261-60/+0
* Fix capability information in association request to reflect ESS/IBSS mode.onoe2001-06-261-5/+9
* Fix keyid bit position of encrypted packet to make non-first key usable.onoe2001-06-261-2/+2
* Fix previous enhancement to add support for new ifconfig interface.onoe2001-06-261-53/+35
* Merged from sys/dev/aic/aic_isa.c revision 1.8.nyan2001-06-261-7/+3
* We don't need the vm lock to perform a few simple calculations on thejhb2001-06-251-1/+1
* Driver modifications consistent with my other drivers to facilitatemsmith2001-06-255-41/+115
* Reset timestamps of battery info. and status by thier notify handler.iwasaki2001-06-241-10/+13
* - Swap order of "S4B" and "S5" in sleep_state_names. They alreadyiwasaki2001-06-241-6/+6
* Add initializetion of NVCTL register with EEPROM stored value.semenu2001-06-233-0/+29
* the turtle beach santacruz implements ac97 eapd in an inverted sense -cg2001-06-233-13/+15
* add defines and ifdefs so this code will compile on 4.xcg2001-06-237-14/+113
* move a private struct definition from ac97.h to ac97.ccg2001-06-232-13/+32
* Add sysctl interface (Read-only) for temprature, AC-line and Battery.iwasaki2001-06-236-73/+618
* Convert inb/outb to bus_space.nsouch2001-06-232-25/+34
* Translate various ppbus sequences into microsequences to limitnsouch2001-06-232-109/+128
* Fix a number of bugs in the implementation of the WEP related statusbrooks2001-06-223-67/+156
* Move check against CAM_NEW_TRAN_CODE ahead of the file that might includemjacob2001-06-222-6/+8
* Use the M_ZERO flag to malloc(9)greid2001-06-2121-64/+32
* Don't dereference NULL regs pointer (should mapping I/O ports fail, asmjacob2001-06-211-6/+7
* Cosmetics:joerg2001-06-201-33/+3
* Change m_devget()'s outdated and unused `offset' argument to actually meanbmilekic2001-06-207-22/+13
* Applied the patch to fix HARP ATM that was broken when KAME IPv6 camepirzyk2001-06-202-1/+4
* The serial console break-to-debugger support only functioned whileiedowse2001-06-201-1/+21
* Allow individual ports to use alternate pin settings (swap dsr & cd)brian2001-06-202-12/+89
* Revert last change: it was unintended at this time.imp2001-06-201-31/+37
* Add new entries for:imp2001-06-202-38/+35
* Fix some memory bugs with regard to jumbo buffers. I made a mistake whenwpaul2001-06-184-16/+10
* stop csa from panicing in clkrun_hack() - we were using free'd memorycg2001-06-181-4/+3
* Call bus_teardown_intr when csa_attach fails after the interrupt hastmm2001-06-181-31/+29
* Use linker_reference_module() instead of hard-coding the digi_*brian2001-06-181-14/+7
* Credit John Prince and Eric Hernes for their work.brian2001-06-182-1/+6
* use devclass_get_maxunit() correctlycg2001-06-183-4/+4
* revise dsp_clone() to return the first nonbusy channel instead of simplycg2001-06-174-15/+17
* fix a potential panic in dsp_clone() if no pcm devices were detectedcg2001-06-171-0/+2
* Use INTR_TYPE_AV for the interrupt handlers because:peter2001-06-167-8/+8
* use a global devclass for all drivers - i'm not entirely sure why thiscg2001-06-1630-929/+936
* OpenFirmware kernel support, as used by the PowerPC and hopefully otherbenno2001-06-163-7/+357
* Add PC-9821RA-E01. This appears that PC-9821 Ra20 has this eitherimp2001-06-161-0/+1
* Mind-o in last commit: s/==/>=/ when checking MTU size. *blush*wpaul2001-06-161-1/+1
OpenPOWER on IntegriCloud