summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Diff reduction to NetBSD.le2004-07-192-4/+2
* Start the entropy device insecure/unblocked. I'll be handing overmarkm2004-07-182-5/+3
* Add support System TALKS Inc. SGC-X2ULsanpei2004-07-182-0/+5
* Dont set "address setup timing" on newer VIA chips.sos2004-07-171-1/+2
* Correct typo.nyan2004-07-171-1/+1
* Remove duplicate include.nyan2004-07-171-1/+0
* Add some PCI IDs for OHCI chips.simokawa2004-07-172-0/+30
* Be consistant with probeimp2004-07-161-2/+1
* Ignore more strange return values of the test_aux_port() function,mux2004-07-161-6/+10
* Use ACPI_ALL_NOTIFY instead of registering handlers separately.njl2004-07-162-8/+4
* Fix acpi_video loading. When we started cleaning up the duplicate handlesnjl2004-07-161-5/+4
* Rename the sound device drivers:tanimura2004-07-1631-42/+47
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-1519-28/+28
* MFNetBSD.le2004-07-151-6/+6
* Clean up resources properly if attach fails. Always reset ISA drives onnjl2004-07-152-15/+31
* Re-work for fdc_acpi. Expose fdc_add_child() and move the staticnjl2004-07-152-27/+36
* Add an ACPI floppy drive attachment that probes via the _FDE and _FDInjl2004-07-151-0/+260
* Update the interface for child drivers. Add acpi_scan_children, whichnjl2004-07-152-21/+146
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-1520-1/+32
* Add a comment separator.njl2004-07-141-1/+1
* Some laptops report the "design-capacity" instead of the "real-capacity"marks2004-07-141-0/+9
* Remove fdc_alloc_resources, which should have happened in last commit.imp2004-07-142-143/+2
* Fix the pccard attachment to have a chance of working.imp2004-07-142-32/+214
OpenPOWER on IntegriCloud