| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix SCM ID's. | obrien | 2005-03-02 | 10 | -17/+28 |
* | Move all of the hptmv files to /sys/dev/hptmv so that they won't be mistaken | scottl | 2005-03-02 | 12 | -1/+24 |
* | Protect acpivar.h with _KERNEL. No user parts inside currently. | njl | 2005-03-02 | 1 | -0/+3 |
* | When resubmitting a timed out request, reset donecount. | mdodd | 2005-03-02 | 1 | -0/+1 |
* | Handle PIO timeouts in ata_end_transaction() by immediately returning. | mdodd | 2005-03-02 | 1 | -0/+3 |
* | In ata_generic_reset() while waiting for both master & slave to become | mdodd | 2005-03-02 | 1 | -1/+4 |
* | - Fix braino introduced in rev. 1.17, unlike the X1032A (HME-ISP1040-combo) | marius | 2005-03-02 | 1 | -8/+8 |
* | Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY in | imp | 2005-03-01 | 29 | -74/+80 |
* | Merge from NetBSD. | sobomax | 2005-03-01 | 5 | -56/+150 |
* | Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, return | imp | 2005-03-01 | 14 | -28/+26 |
* | Sync with 1.9 from NetBSD, this includes: | sobomax | 2005-03-01 | 1 | -8/+26 |
* | Save and restore the VGA state across a suspend-resume cycle. This | iedowse | 2005-02-28 | 1 | -0/+1 |
* | Use 0 instead if NULL for vm_offset_t argument to windrv_lookup() to | wpaul | 2005-02-28 | 4 | -10/+10 |
* | Add missing () | phk | 2005-02-28 | 1 | -3/+3 |
* | Protect against multiple includes and use _KERNEL to protect the PCI fns. | njl | 2005-02-28 | 3 | -1/+14 |
* | Add missing va_end() in fdc_cmd. | yongari | 2005-02-28 | 1 | -2/+5 |
* | There were two calls to cardbus_do_cis when cardbus_do_cis changed, | imp | 2005-02-28 | 1 | -7/+5 |
* | Expose pci_cfg_safe/restore for subclasses of pci to use. | imp | 2005-02-28 | 2 | -4/+4 |
* | Add FreeBSD ID. | obrien | 2005-02-28 | 1 | -0/+2 |
* | Use mss_{format,speed}() rather than chn_set{format,speed}() and hold | mdodd | 2005-02-27 | 1 | -2/+4 |
* | Use dynamic major number allocation. | phk | 2005-02-27 | 1 | -1/+0 |
* | Use dynamic major number allocation. | phk | 2005-02-27 | 1 | -2/+0 |
* | Use dynamic major number allocation. | phk | 2005-02-27 | 1 | -3/+0 |
* | Use dynamic major number allocation. | phk | 2005-02-27 | 4 | -8/+0 |
* | Use dynamic major number allocation. | phk | 2005-02-27 | 2 | -8/+0 |
* | Use dynamic major number allocation. | phk | 2005-02-27 | 1 | -3/+0 |
* | Remove debug printout of major/minor numbers, print name instead. | phk | 2005-02-27 | 2 | -4/+4 |
* | The zs(4) driver is superseded by uart(4) and broken in -CURRENT. Remove | marius | 2005-02-27 | 1 | -337/+0 |
* | Fix a stupid bogon from myself, sc->revision wasn't initialized when | mux | 2005-02-27 | 1 | -10/+10 |
* | Add device id for the Ali M1671 host to AGP bridge. | cognet | 2005-02-27 | 1 | -0/+2 |
* | Make a pass through all drivers checking specs for desired behavior on | njl | 2005-02-27 | 2 | -1/+10 |
* | Don't bother with cpufreq_register if we're info-only. | njl | 2005-02-26 | 1 | -1/+2 |
* | plug memory leak | sam | 2005-02-26 | 2 | -36/+74 |
* | move ptr deref's to after null checks | sam | 2005-02-26 | 1 | -3/+6 |
* | Declare the sbus(4) front-end of puc(4) also for fhc(4), allowing | marius | 2005-02-26 | 1 | -0/+1 |
* | Add a stopgap allowing puc(4) to allocate IRQs on fhc(4). Given that | marius | 2005-02-26 | 1 | -0/+9 |
* | Remove duplicate FBSDID. | marius | 2005-02-26 | 1 | -3/+0 |
* | kill unused variable | sam | 2005-02-25 | 1 | -2/+0 |
* | Remove unused variable. | njl | 2005-02-25 | 1 | -2/+0 |
* | avoid null ptr deref | sam | 2005-02-25 | 1 | -3/+4 |
* | o avoid potential null ptr deref if symbol lookup fails | sam | 2005-02-25 | 1 | -2/+6 |
* | fail gracefully rather than using an invalid array index if unable | sam | 2005-02-25 | 1 | -2/+6 |
* | Instead of assuming units of bytes, it seems more likely that this is | njl | 2005-02-25 | 1 | -10/+5 |
* | plug memory leak | sam | 2005-02-25 | 1 | -13/+25 |
* | Correct e-mail address in copyright. | wpaul | 2005-02-25 | 1 | -1/+1 |
* | avoid sneaky double free | sam | 2005-02-25 | 1 | -1/+5 |
* | Apparently, the probe routine in if_ndis_usb.c can be called twice | wpaul | 2005-02-24 | 2 | -9/+9 |
* | Fix style(9) issues with __P removal. | imp | 2005-02-24 | 6 | -271/+259 |
* | - Correct one aspect of the driver_object/device_object/IRP framework: | wpaul | 2005-02-24 | 4 | -18/+211 |
* | Return BUS_PROBE_DEFAULT instead of 0. | imp | 2005-02-24 | 14 | -20/+20 |