summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Unbreak DEVICE_POLLING build / LINT. Sorry!mlaier2004-08-021-1/+1
* Document machdep.enable_panic_key.scottl2004-08-021-1/+1
* * Add a "how" argument to uma_zone constructors and initialization functionsgreen2004-08-021-21/+12
* Second part of ALTQ driver modifications, covering:mlaier2004-08-016-26/+49
* The watchdog callout executes with the (non-sleepable) ifnet lock heldwpaul2004-08-011-1/+1
* Implement basic support for EHCI interrupt pipes. This is unlikelyiedowse2004-08-012-11/+283
* YA oops. Remove code that was being tested locally.markm2004-08-011-21/+0
* Change the default to switch on DMA on ATAPI devices if they cansos2004-08-011-3/+5
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intomarkm2004-08-013-9/+224
* Add some minor changes related to PCMCIA attribute memory mappingwpaul2004-08-011-2/+18
* Add copyright notices.fjoe2004-07-313-3/+78
* Fix the panic (""memory modified after free") when ata_getparam() failssos2004-07-311-0/+1
* Fix the reset sequence for sx4/sx4000 type controllers, it could hang thesos2004-07-301-1/+1
* Add support for the Synaptics Touchpad mouse driver. I reworked thenjl2004-07-301-1/+213
* Clean up structure packing.ps2004-07-292-25/+22
* Fix ACPI floppy enumeration for three types of divergent behavior.njl2004-07-281-40/+90
* Remove buggy (root filesystems may not have cdev) and pointlessphk2004-07-281-8/+3
* Avoid casts as lvalues.kan2004-07-282-3/+3
* Avoid casts as lvalues.kan2004-07-285-15/+29
* Make __packed attribute apply to structs themselves, not their typedefs.kan2004-07-281-14/+17
* Name non-physical devices.ps2004-07-281-1/+1
* Don't force an immediate probe/attach for all devices when compiled withnjl2004-07-261-3/+0
* When sizing the FIFO, don't count all the way up to 1030 if any FIFOmarcel2004-07-261-1/+1
* Whitespace cleanup and move static variables together.njl2004-07-241-23/+23
* Remove unneeded parens and fix whitespace.njl2004-07-241-36/+29
* Refine the wait for ATAPI_RESET.sos2004-07-241-2/+10
* Fix a bug where an item was being removed from a list without usingnjl2004-07-241-34/+29
* Remove rev 1.50.obrien2004-07-241-9/+0
* Bring the advertised interface capabilities into line with the realityyar2004-07-241-6/+14
* Dont expect interrupt from ATAPI_RESET, it doesn't deliver one.sos2004-07-231-0/+11
* If you insert a pccard modem and then eject it, you get a panic. Thisimp2004-07-221-1/+2
* Remove redundant inclusion of bus_if.h. It isn't needed in this file, asimp2004-07-221-1/+0
* MFp4:imp2004-07-221-30/+29
* Add IDs from TI's web site. Reports from the field and inspection ofimp2004-07-222-1/+14
* More TI device IDs.imp2004-07-221-0/+3
* Update comment about fast interrupts to be closer to realityimp2004-07-221-0/+4
* Remove duplicate $FreeBSD$imp2004-07-223-9/+0
* Reinsert the bus space handle and tag, they are needed for the timer test.njl2004-07-221-0/+2
* Instead of doing everything in identify, do a proper probe/attach. Also,njl2004-07-221-23/+45
* Remove unused (and bogus) locking, style cleanup, remove unnecessary casts.njl2004-07-221-145/+84
* Minor style nitimp2004-07-221-1/+1
* It is a little better to return ENXIO from probe/match routine than EIO.imp2004-07-211-1/+1
* Add the ACPI Panasonic extras driver.nyan2004-07-211-0/+410
* Slight cosmetic changes.julian2004-07-203-6/+6
* Temporary fix for interoperability with Windows and OS X. A more completedfr2004-07-201-1/+1
* Don't output too many debug messages for bootverbose.simokawa2004-07-203-11/+16
* Initialize ifp->if_output for FreeBSD-4.simokawa2004-07-201-0/+3
* Adjust packet length correctly for FreeBSD-4.simokawa2004-07-201-2/+4
* Identify VIA EHCI root hubs and at least one VIA USB2.0 controller.benno2004-07-191-0/+9
* Diff reduction to NetBSD.le2004-07-191-5/+6
OpenPOWER on IntegriCloud