summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add a missing newline to an error message.dd2001-09-091-1/+1
* Add support for the Accton USB320-EC Ethernet adapter.dwhite2001-09-091-0/+1
* Regen.dwhite2001-09-091-1/+4
* Add entry for Accton USB320-EC Ethernet adapter.dwhite2001-09-091-0/+3
* Don't call tsleep from AcpiOsStall(), call DELAY() always instead.iwasaki2001-09-081-5/+1
* Convert the CMedia driver to using a device mutex and INTR_MPSAFE.green2001-09-081-2/+28
* Should check debug.acpi.avoid, not .disable.msmith2001-09-071-1/+1
* Allow the ACPI subsystem to be disabled with a hint.msmith2001-09-071-19/+59
* Move OsdEnvironment.c into MD code; searching for the ACPI tables is notmsmith2001-09-071-64/+0
* Initialise the adapter status to an invalid state, so that the initial checkmsmith2001-09-061-0/+1
* Add a hack to acpi_EvaluateInteger() to handle the case of a methodjhb2001-09-061-1/+37
* Allocate system resource IRQs as shareable; this is the typical case.msmith2001-09-061-1/+1
* Surf the net again and find more device IDs:imp2001-09-061-6/+24
* minor commentaryimp2001-09-061-0/+10
* Fix the size of medium code, the old one failed for DVD's.sos2001-09-061-1/+14
* Update the atkbdc, atkbd, and psm drivers to probe/attachyokota2001-09-067-210/+449
* Fix verbose probe message.sos2001-09-061-6/+8
* Don't use a silly test to define INTR_ENTROPY.scottl2001-09-061-1/+1
* Add support for set/getting the region code on DVD drives.sos2001-09-061-0/+3
* Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-062-2/+2
* Deconditionalize vlan support.brooks2001-09-051-14/+3
* Update tx(4) to always enable vlan(4) support.brooks2001-09-051-6/+0
* Make vlan(4) loadable, unloadable, and clonable. As a side effect,brooks2001-09-053-65/+15
* Bring the aac driver *much* closer to style(9).scottl2001-09-059-3225/+3407
* add a method for recording of specific channels for devices with more thancg2001-09-056-15/+64
* don't try to dump nonexistent data when recordingcg2001-09-051-1/+1
* Regenerate.wpaul2001-09-041-1/+5
* Add support for the BCM5401 and BCM5411 10/100/1000Mbps copper gigE PHYs.wpaul2001-09-043-26/+79
* I don't know what I was thinking- if I have two separate busses on onmjacob2001-09-041-174/+136
* Note for ATIOs returned because of BDRs or Bus Resets for which bus thismjacob2001-09-041-20/+34
* If we're on an interrupt stack, mark things so that we don't trymjacob2001-09-041-10/+11
* I don't know what I was thinking- if I have two separate busses on onmjacob2001-09-041-4/+6
* Fix SET_IID_VAL/SET_BUS_VAL macros to usable.mjacob2001-09-041-2/+2
* Add support for Conexant LANfinity miniPCI controllers. People who havewpaul2001-09-042-3/+49
* Just print a message in acpi_tz_monitor() only when new active stateiwasaki2001-09-041-2/+5
* Kill the NCCD constant by modernizing the ccd driver.phk2001-09-041-194/+223
* Remove an accidentally forgotten #ifdef. This could cause depletiongrog2001-09-041-2/+0
* We should not pass the size of the memory to bus_alloc_resource().non2001-09-044-4/+4
* Sigh. There are actually two ioctls ranges that need to be watched on thescottl2001-09-031-1/+1
* Because we now store SCCLUN capabilities in firmware attributes, getmjacob2001-09-031-16/+19
* Clarify issues about whether we have SCCLUN (65535 luns) or non-SCCLUN (16mjacob2001-09-031-31/+62
* Add some more firmware revision macros. Add firmware attributes fieldmjacob2001-09-031-1/+7
* Return updated blocksize from setblocksize function.orion2001-09-031-1/+1
* Fix return value of cs4281chan_setblocksize.orion2001-09-031-1/+1
* Fix return value of svchan_setblocksize.orion2001-09-031-6/+18
* Fix return value of setblocksize functions. Recording is interspersedorion2001-09-032-2/+2
* Work around a bug where the driver's copy of the disklabel gets corruptedscottl2001-09-021-2/+7
* Restrict the range of linux ioctls we will accept.scottl2001-09-021-2/+2
* Always turned on 8bit access card support for the fe drivershiba2001-09-022-35/+0
* Only clear endpoint stall if status was USBD_STALLED.n_hibma2001-09-026-9/+15
OpenPOWER on IntegriCloud