summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* GC some old no longer supported options.phk2000-09-251-3/+1
* Allocate memory resource to access the attribute memory of a card.tanimura2000-09-251-65/+24
* Fix the breakage that snatched the ioports from the fdc device.sos2000-09-245-34/+65
* prepare for adding a rate conversion feeder.cg2000-09-235-445/+728
* only probe mandatory channels on known bad codecscg2000-09-231-1/+2
* Enable the snd_maestro module and have the snd_driver module depend on it.jhb2000-09-231-0/+1
* Don't #include <sys/proc.h>, since machine/mutex.h does it now.jasone2000-09-231-1/+0
* Add Perforce RCSIDs for easy revision correlation to my local tree.gibbs2000-09-227-8/+91
* Add Perforce RCSIDs for easy revision correlation to my local tree.gibbs2000-09-2212-75/+110
* Use quoted includes instead of full path references inside the aic7xxxgibbs2000-09-221-4/+3
* Tweak the aue driver so that the homePNA PHYs will be detected andwpaul2000-09-221-0/+2
* Removed unneeded include files.nyan2000-09-224-28/+0
* - Wrap functions and variables that aren't used in the alpha console probejhb2000-09-221-7/+26
* Fix several 64-bit-ism warnings due to sizeof(int) != sizeof(void *) onjhb2000-09-221-6/+6
* o Merge in changes to the NetBSD sources:imp2000-09-222-8/+93
* 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
OpenPOWER on IntegriCloud