summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* A new driver for PCI:SCSI RAID controllers based on the Adaptec FSAmsmith2000-09-139-0/+4682
* The "struct proc" argument to read_random was ill-conceived, and amarkm2000-09-124-4/+4
* Move the detection of Linksys PCMCIA cards from attach to probe.ps2000-09-123-4/+7
* Whoops. The AMR_QUARTZ_GOFASTER option is meant to disable, not enablemsmith2000-09-111-1/+1
* Add the ability to define a "shutdown" and "shutdown and poweroff" keydwmalone2000-09-112-0/+13
* Move the prototypes for random_set_wakeup* from yarrow.c to yarrow.h so thatjhb2000-09-114-4/+4
* Make MOD_UNLOAD return EBUSY to prevent it being unloaded automatically when weroger2000-09-111-4/+5
* Change to SI_ORDER_FIRST to make sure this module runs beforeroger2000-09-111-1/+2
* Add MODULE_VERSION and MODULE_DEPENDS to make the bktr module load theroger2000-09-112-1/+3
* Add a nasty hack to get remote kernel gdb working from ddb. ddb wouldjhb2000-09-111-0/+9
* - Use RFHIGHPID when creating the kthread to get a more sensible pid.jhb2000-09-112-4/+6
OpenPOWER on IntegriCloud