| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | Poul-Henning Kamp | 2004-07-15 | 20 | -1/+32 |
| * | Add a comment separator. | Nate Lawson | 2004-07-14 | 1 | -1/+1 |
| * | Some laptops report the "design-capacity" instead of the "real-capacity" | Mark Santcroos | 2004-07-14 | 1 | -0/+9 |
| * | Remove fdc_alloc_resources, which should have happened in last commit. | Warner Losh | 2004-07-14 | 2 | -143/+2 |
| * | Fix the pccard attachment to have a chance of working. | Warner Losh | 2004-07-14 | 2 | -32/+214 |
| * | Follow PnP location string change in acpi.c. | Takanori Watanabe | 2004-07-14 | 1 | -1/+1 |
| * | Switch snoop device to using C99 initialization for struct linesw. | Robert Watson | 2004-07-14 | 1 | -2/+8 |
| * | Give kldunload a -f(orce) argument. | Poul-Henning Kamp | 2004-07-13 | 1 | -2/+2 |
| * | Clean up our pnpinfo and location strings. | Nate Lawson | 2004-07-13 | 1 | -7/+5 |
| * | Call device_identify routines after doing the namespace walk. This is | Nate Lawson | 2004-07-13 | 1 | -8/+6 |
| * | Remove erroneous semicolons. | Stefan Farfeleder | 2004-07-13 | 3 | -4/+4 |
| * | Re-enable debugger port. | Hidetoshi Shimokawa | 2004-07-13 | 1 | -3/+124 |
| * | Set fdc_dev in attach | Warner Losh | 2004-07-13 | 1 | -0/+1 |
| * | Don't depend on implicit include of machine/bus.h in sys/rman.h, but instead | Warner Losh | 2004-07-13 | 3 | -0/+5 |
| * | Remove even more references to generating usbdevs_data.h, et al. | Warner Losh | 2004-07-12 | 1 | -9/+9 |
| * | Remove the instructions for regenerating usbdevs.h: that's now no | Warner Losh | 2004-07-12 | 1 | -13/+0 |
| * | Remove unnecessary softc bzero calls. | Nate Lawson | 2004-07-12 | 2 | -2/+0 |