| Commit message (Expand) | Author | Age | Files | Lines |
| * | Avoid casts as lvalues. | Alexander Kabaev | 2004-07-28 | 5 | -15/+29 |
| * | Make __packed attribute apply to structs themselves, not their typedefs. | Alexander Kabaev | 2004-07-28 | 1 | -14/+17 |
| * | Name non-physical devices. | Paul Saab | 2004-07-28 | 1 | -1/+1 |
| * | Don't force an immediate probe/attach for all devices when compiled with | Nate Lawson | 2004-07-26 | 1 | -3/+0 |
| * | When sizing the FIFO, don't count all the way up to 1030 if any FIFO | Marcel Moolenaar | 2004-07-26 | 1 | -1/+1 |
| * | Whitespace cleanup and move static variables together. | Nate Lawson | 2004-07-24 | 1 | -23/+23 |
| * | Remove unneeded parens and fix whitespace. | Nate Lawson | 2004-07-24 | 1 | -36/+29 |
| * | Refine the wait for ATAPI_RESET. | Søren Schmidt | 2004-07-24 | 1 | -2/+10 |
| * | Fix a bug where an item was being removed from a list without using | Nate Lawson | 2004-07-24 | 1 | -34/+29 |
| * | Remove rev 1.50. | David E. O'Brien | 2004-07-24 | 1 | -9/+0 |
| * | Bring the advertised interface capabilities into line with the reality | Yaroslav Tykhiy | 2004-07-24 | 1 | -6/+14 |
| * | Dont expect interrupt from ATAPI_RESET, it doesn't deliver one. | Søren Schmidt | 2004-07-23 | 1 | -0/+11 |
| * | If you insert a pccard modem and then eject it, you get a panic. This | Warner Losh | 2004-07-22 | 1 | -1/+2 |
| * | Remove redundant inclusion of bus_if.h. It isn't needed in this file, as | Warner Losh | 2004-07-22 | 1 | -1/+0 |
| * | MFp4: | Warner Losh | 2004-07-22 | 1 | -28/+27 |
| * | Add IDs from TI's web site. Reports from the field and inspection of | Warner Losh | 2004-07-22 | 2 | -1/+14 |
| * | More TI device IDs. | Warner Losh | 2004-07-22 | 1 | -0/+3 |
| * | Update comment about fast interrupts to be closer to reality | Warner Losh | 2004-07-22 | 1 | -0/+4 |
| * | Remove duplicate $FreeBSD$ | Warner Losh | 2004-07-22 | 3 | -9/+0 |
| * | Reinsert the bus space handle and tag, they are needed for the timer test. | Nate Lawson | 2004-07-22 | 1 | -0/+2 |
| * | Instead of doing everything in identify, do a proper probe/attach. Also, | Nate Lawson | 2004-07-22 | 1 | -23/+45 |
| * | Remove unused (and bogus) locking, style cleanup, remove unnecessary casts. | Nate Lawson | 2004-07-22 | 1 | -144/+83 |
| * | Minor style nit | Warner Losh | 2004-07-22 | 1 | -1/+1 |
| * | It is a little better to return ENXIO from probe/match routine than EIO. | Warner Losh | 2004-07-21 | 1 | -1/+1 |
| * | Add the ACPI Panasonic extras driver. | Yoshihiro Takahashi | 2004-07-21 | 1 | -0/+410 |
| * | Slight cosmetic changes. | Julian Elischer | 2004-07-20 | 3 | -6/+6 |
| * | Temporary fix for interoperability with Windows and OS X. A more complete | Doug Rabson | 2004-07-20 | 1 | -1/+1 |
| * | Don't output too many debug messages for bootverbose. | Hidetoshi Shimokawa | 2004-07-20 | 3 | -11/+16 |
| * | Initialize ifp->if_output for FreeBSD-4. | Hidetoshi Shimokawa | 2004-07-20 | 1 | -0/+3 |
| * | Adjust packet length correctly for FreeBSD-4. | Hidetoshi Shimokawa | 2004-07-20 | 1 | -2/+4 |
| * | Identify VIA EHCI root hubs and at least one VIA USB2.0 controller. | Benno Rice | 2004-07-19 | 1 | -0/+9 |
| * | Diff reduction to NetBSD. | Lukas Ertl | 2004-07-19 | 1 | -5/+6 |
| * | Diff reduction to NetBSD. | Lukas Ertl | 2004-07-19 | 2 | -4/+2 |
| * | Start the entropy device insecure/unblocked. I'll be handing over | Mark Murray | 2004-07-18 | 2 | -5/+3 |
| * | Add support System TALKS Inc. SGC-X2UL | MIHIRA Sanpei Yoshiro | 2004-07-18 | 2 | -0/+5 |
| * | Dont set "address setup timing" on newer VIA chips. | Søren Schmidt | 2004-07-17 | 1 | -1/+2 |
| * | Correct typo. | Yoshihiro Takahashi | 2004-07-17 | 1 | -1/+1 |
| * | Remove duplicate include. | Yoshihiro Takahashi | 2004-07-17 | 1 | -1/+0 |
| * | Add some PCI IDs for OHCI chips. | Hidetoshi Shimokawa | 2004-07-17 | 2 | -0/+30 |
| * | Be consistant with probe | Warner Losh | 2004-07-16 | 1 | -2/+1 |
| * | Ignore more strange return values of the test_aux_port() function, | Maxime Henrion | 2004-07-16 | 1 | -6/+10 |
| * | Use ACPI_ALL_NOTIFY instead of registering handlers separately. | Nate Lawson | 2004-07-16 | 2 | -8/+4 |
| * | Fix acpi_video loading. When we started cleaning up the duplicate handles | Nate Lawson | 2004-07-16 | 1 | -5/+4 |
| * | Rename the sound device drivers: | Seigo Tanimura | 2004-07-16 | 31 | -42/+47 |
| * | Preparation commit for the tty cleanups that will follow in the near | Poul-Henning Kamp | 2004-07-15 | 19 | -28/+28 |
| * | MFNetBSD. | Lukas Ertl | 2004-07-15 | 1 | -6/+6 |
| * | Clean up resources properly if attach fails. Always reset ISA drives on | Nate Lawson | 2004-07-15 | 2 | -15/+31 |
| * | Re-work for fdc_acpi. Expose fdc_add_child() and move the static | Nate Lawson | 2004-07-15 | 2 | -27/+36 |
| * | Add an ACPI floppy drive attachment that probes via the _FDE and _FDI | Nate Lawson | 2004-07-15 | 1 | -0/+260 |
| * | Update the interface for child drivers. Add acpi_scan_children, which | Nate Lawson | 2004-07-15 | 2 | -21/+146 |