summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove extra */peter2004-09-301-1/+1
* Introduce a tunable to disable support for Synaptics touchpads. A number ofphilip2004-09-291-1/+11
* Disallow negative coordinates and sizes in the syscons CONS_SCRSHOTnectar2004-09-291-2/+4
* Only fall back to probing the floppy drives via hints if there is a failurejhb2004-09-291-5/+9
* Fix typeo. Should read ***!***IFQ_DRV_IS_EMPTY.mlaier2004-09-291-1/+1
* When opening a pipe, usbd_setup_pipe() will do a usbd_clear_endpoint_stall()wpaul2004-09-291-3/+8
* Fix minor indentation/formatting nit. (No code changes.)wpaul2004-09-291-1/+1
* Use generic infrastructure for the ucom driver instead of local stuff.phk2004-09-282-39/+5
* Add -1 to this non-existent use of m_print in the source tree so LINTphk2004-09-281-1/+1
* Arrgh. Recently I tried using ugen(4) in an application that useswpaul2004-09-281-26/+122
* fix jumbo frames as much as they can be fixed for re. We now cap the MTUjmg2004-09-281-16/+54
* Add ICH6 support.ps2004-09-281-2/+8
* Remove the old ATA_*LOCK_CH macros that used atomic ops and usesos2004-09-265-215/+258
* Rearrange the order of I/O's in dma-start/stop, some chipsets are verysos2004-09-261-2/+2
* detach before ivar delete.imp2004-09-261-1/+1
* Invalidate dcons buffer on shutdown.simokawa2004-09-261-0/+1
* Use the floppy drive unit number to name the /dev entry, not thephk2004-09-251-1/+1
* Allow routing to the SCI even if it's not in the list of valid IRQs.njl2004-09-251-0/+10
* Fix the statements for checking if we're dealing with a 5705/5750.ps2004-09-251-20/+20
* Add support for the BCM5750/5751. Unfortunately the documentationps2004-09-244-38/+166
* Few (trailing) whitespace and spelling fixes.joerg2004-09-241-6/+6
* Protect fdc->flags within the worker thread, too.joerg2004-09-241-1/+6
* Lock the flags field with the mutex.phk2004-09-241-8/+25
* Sync with DragonFly BSD.simokawa2004-09-241-17/+93
* Hold thread reference while we frob cdevsw.phk2004-09-241-3/+9
* Implement the KDENABIO etc ioctl's for amd64 as well.peter2004-09-241-2/+5
* Implement the syscons mouse pointer characters for amd64. It was onlypeter2004-09-241-4/+4
* Converge towards i386. I originally resisted creating <machine/pc/bios.h>peter2004-09-241-5/+1
* Re-route interrupts on arm as well.cognet2004-09-231-1/+2
* Do not use the IO-mapping to issue the reset on the 82546 on arm. For somecognet2004-09-231-0/+2
* Implement terminating the worker thread when the driver is about tojoerg2004-09-232-3/+23
* Remove bogus cdevsw frobbing code which tries to prevent doublephk2004-09-233-39/+0
* PAE support changes that included at least some minimal actual testingmjacob2004-09-232-18/+26
* Prefer C99's __func__ over GCC's __FUNCTION__.stefanf2004-09-221-1/+1
* Add a couple of macros to extract the PCI slot (device) and function fromjhb2004-09-224-7/+11
* Add a temporary workaround to the panic on boot with hub attached andimp2004-09-221-0/+1
* Initialize the flags value properly. We used to do this in acpi_tz_all_off()njl2004-09-211-33/+2
* Don't disable acpi in shutdown if we're panicing (panicstr != NULL). Thisnjl2004-09-211-1/+1
* Correct the capitalization of "nVidia".des2004-09-211-5/+5
* MFpc98: Check a pointer is NULL, remove unused variable.nyan2004-09-201-3/+4
* Add support Nvidia nForce2(audio)sanpei2004-09-201-0/+4
* trim trailing white space..jmg2004-09-201-2/+2
* das@ has a ACPI bios that lists 0x3f0-0x3f1, 0x3f2-0x3f3, 0x3f4-0x3f5imp2004-09-201-4/+14
* Add support nForce3 250 audiosanpei2004-09-201-0/+4
* Record a problem we can't workaround for now regarding duplicate interruptsnjl2004-09-201-0/+7
* add '/* Panasonic products */' line(I removed it)sanpei2004-09-201-0/+1
* Fix compilation of vinum(4) when VINUMDEBUG is not defined.marius2004-09-202-2/+2
* Correct value and description of the unused MK48TXX_WDAY_FT macro.marius2004-09-201-1/+1
* Commit the new version of the adlink driver which can do non-cyclicphk2004-09-191-305/+250
* - Some of the upper bits of the time related (seconds, minutes, etc.)marius2004-09-192-19/+131
OpenPOWER on IntegriCloud