summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix a race in ASR_ccbAdd and ASR_ccbRemove, which were both manipulatingmsmith2000-09-211-0/+11
* some copyright cleanupsmjacob2000-09-2111-55/+23
* Add the PCI device ID for the on-board ethernet controllers on thewpaul2000-09-212-0/+4
* Inintialize the queue index stuff from what the f/w sends back- justmjacob2000-09-211-3/+4
* remove unneeded includesmjacob2000-09-211-4/+0
* Fix LINT breakage by options ACPI_NO_OSDFUNC_INLINE.iwasaki2000-09-211-0/+3
* Remove unneeded includes.markm2000-09-218-18/+0
* Add new function in AML interpreter; aml_invoke_method().iwasaki2000-09-204-6/+16
* remove 5 unnecessary includes, per phk's scriptimp2000-09-204-5/+0
* Remove 7 unnecessary includes frmo phk's scriptimp2000-09-204-8/+0
* Remove 8 unnecessary includes from phk's scriptimp2000-09-202-8/+0
* Add a homePNA PHY driver. This is really only a stub: MII-based homePNAwpaul2000-09-201-0/+282
* regeneratewpaul2000-09-201-1/+3
* Add the ID for the built-in homePNA PHY in the AMD 79C798 controller.wpaul2000-09-201-0/+1
* Remove unneeded includessos2000-09-206-11/+3
* Remove the last two uses of ahc->unit in the FreeBSD version of the driver.gibbs2000-09-202-4/+6
* Ignore power button and sleep button events for 5 sec.iwasaki2000-09-202-2/+24
* Improve region I/O sub-routines by re-writing most of low level partiwasaki2000-09-207-300/+615
* If this is a Davicom DM9102A and we're enabling the homePNA link, forcewpaul2000-09-201-4/+9
* Add support for tagged queuing on ATA drives. There is only support forsos2000-09-1913-572/+992
* Implement indirection in the pccard probe/attach. This should make itimp2000-09-197-24/+132
* Include <sys/proc.h> so that we can dereference something in the procmsmith2000-09-191-0/+1
* Removed NetBSD support, which bit-rotted long ago.dg2000-09-182-363/+41
* Include <sys/proc.h> to silence suser() compiler warning.rwatson2000-09-182-0/+2
* Only read to the end of the select track.sos2000-09-181-6/+9
* Since the unit number of a midi/sequencer device is expressed in 4tanimura2000-09-182-2/+2
* dynamify- probe codec for supported channelscg2000-09-171-30/+50
* fix warningscg2000-09-174-6/+3
* Added a couple more missing FXP_SPLVAR()'s.dg2000-09-171-0/+2
* As a minor optimization, do suspended checking more like it was originallydg2000-09-171-1/+6
* Added missing FXP_SPLVAR() to fxp_intr().dg2000-09-171-2/+2
* Attempt to replicate the new fxp SMP locking in the changes committeddg2000-09-171-6/+8
* Added support for APM suspend/resume.dg2000-09-172-7/+111
* Add include of proc.h to make compile without SMP defined. Thiscp2000-09-171-0/+1
* Add locking to make able to run without the Giant lock being held. Thiscp2000-09-172-17/+51
* Today is just not my day. Really get the right file.gibbs2000-09-161-0/+6
* Pull the correct file over to freefall.gibbs2000-09-161-30/+48
* Add PCIM_CMD_MWRICEN, the bit in the command register in PCI spacegibbs2000-09-161-0/+1
* Move aicasm to its own subdirectory.gibbs2000-09-168-105/+110
* Move aicasm to its own subdirectory.gibbs2000-09-1625-11044/+11354
* Make LINT link.phk2000-09-162-0/+8
* Make LINT compile.phk2000-09-162-2/+2
* Make LINT compile again.phk2000-09-161-0/+1
* Change the interface to pccard_function_init. The interface is suchimp2000-09-162-8/+17
* Use driver_intr_t instead of the now defunct inthand2_t.jhb2000-09-151-1/+1
* Add acpi_send_pm_event() to inform all devices that the system isiwasaki2000-09-142-3/+63
* Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, justjhb2000-09-142-4/+4
* - Newbus'ify and bus_space'ify.nyan2000-09-146-2433/+3041
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromjhb2000-09-132-6/+1
* Add ID for 3C1. It is a etherlink iii in a CompactFlash form factor.imp2000-09-131-1/+4
OpenPOWER on IntegriCloud