aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Update comment about fast interrupts to be closer to realityWarner Losh2004-07-221-0/+4
* Remove duplicate $FreeBSD$Warner Losh2004-07-223-9/+0
* Reinsert the bus space handle and tag, they are needed for the timer test.Nate Lawson2004-07-221-0/+2
* Instead of doing everything in identify, do a proper probe/attach. Also,Nate Lawson2004-07-221-23/+45
* Remove unused (and bogus) locking, style cleanup, remove unnecessary casts.Nate Lawson2004-07-221-144/+83
* Minor style nitWarner Losh2004-07-221-1/+1
* It is a little better to return ENXIO from probe/match routine than EIO.Warner Losh2004-07-211-1/+1
* Add the ACPI Panasonic extras driver.Yoshihiro Takahashi2004-07-211-0/+410
* Slight cosmetic changes.Julian Elischer2004-07-203-6/+6
* Temporary fix for interoperability with Windows and OS X. A more completeDoug Rabson2004-07-201-1/+1
* Don't output too many debug messages for bootverbose.Hidetoshi Shimokawa2004-07-203-11/+16
* Initialize ifp->if_output for FreeBSD-4.Hidetoshi Shimokawa2004-07-201-0/+3
* Adjust packet length correctly for FreeBSD-4.Hidetoshi Shimokawa2004-07-201-2/+4
* Identify VIA EHCI root hubs and at least one VIA USB2.0 controller.Benno Rice2004-07-191-0/+9
* Diff reduction to NetBSD.Lukas Ertl2004-07-191-5/+6
* Diff reduction to NetBSD.Lukas Ertl2004-07-192-4/+2
* Start the entropy device insecure/unblocked. I'll be handing overMark Murray2004-07-182-5/+3
* Add support System TALKS Inc. SGC-X2ULMIHIRA Sanpei Yoshiro2004-07-182-0/+5
* Dont set "address setup timing" on newer VIA chips.Søren Schmidt2004-07-171-1/+2
* Correct typo.Yoshihiro Takahashi2004-07-171-1/+1
* Remove duplicate include.Yoshihiro Takahashi2004-07-171-1/+0
* Add some PCI IDs for OHCI chips.Hidetoshi Shimokawa2004-07-172-0/+30
* Be consistant with probeWarner Losh2004-07-161-2/+1
* Ignore more strange return values of the test_aux_port() function,Maxime Henrion2004-07-161-6/+10
* Use ACPI_ALL_NOTIFY instead of registering handlers separately.Nate Lawson2004-07-162-8/+4
* Fix acpi_video loading. When we started cleaning up the duplicate handlesNate Lawson2004-07-161-5/+4
* Rename the sound device drivers:Seigo Tanimura2004-07-1631-42/+47
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-1519-28/+28
* MFNetBSD.Lukas Ertl2004-07-151-6/+6
* Clean up resources properly if attach fails. Always reset ISA drives onNate Lawson2004-07-152-15/+31
* Re-work for fdc_acpi. Expose fdc_add_child() and move the staticNate Lawson2004-07-152-27/+36
* Add an ACPI floppy drive attachment that probes via the _FDE and _FDINate Lawson2004-07-151-0/+260
* Update the interface for child drivers. Add acpi_scan_children, whichNate Lawson2004-07-152-21/+146
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-1520-1/+32
* Add a comment separator.Nate Lawson2004-07-141-1/+1
* Some laptops report the "design-capacity" instead of the "real-capacity"Mark Santcroos2004-07-141-0/+9
* Remove fdc_alloc_resources, which should have happened in last commit.Warner Losh2004-07-142-143/+2
* Fix the pccard attachment to have a chance of working.Warner Losh2004-07-142-32/+214
* Follow PnP location string change in acpi.c.Takanori Watanabe2004-07-141-1/+1
* Switch snoop device to using C99 initialization for struct linesw.Robert Watson2004-07-141-2/+8
* Give kldunload a -f(orce) argument.Poul-Henning Kamp2004-07-131-2/+2
* Clean up our pnpinfo and location strings.Nate Lawson2004-07-131-7/+5
* Call device_identify routines after doing the namespace walk. This isNate Lawson2004-07-131-8/+6
* Remove erroneous semicolons.Stefan Farfeleder2004-07-133-4/+4
* Re-enable debugger port.Hidetoshi Shimokawa2004-07-131-3/+124
* Set fdc_dev in attachWarner Losh2004-07-131-0/+1
* Don't depend on implicit include of machine/bus.h in sys/rman.h, but insteadWarner Losh2004-07-133-0/+5
* Remove even more references to generating usbdevs_data.h, et al.Warner Losh2004-07-121-9/+9
* Remove the instructions for regenerating usbdevs.h: that's now noWarner Losh2004-07-121-13/+0
* Remove unnecessary softc bzero calls.Nate Lawson2004-07-122-2/+0