summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* - sparc64/fhc/fhc.c:marius2005-03-041-9/+0
* On i386 platforms at least, ACPI throttling is accomplished by the chipsetnjl2005-03-041-1/+10
* Fix the ioctl path by ensuring that amr_start1() gets called for commandsscottl2005-03-041-18/+22
* Check for some impossible frequencies that some systems use to indicatenjl2005-03-041-0/+9
* Fix the panic recently reported on -current@ occuring when configuringmux2005-03-031-8/+13
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-028-36/+34
* The existing locking in the esp driver appears to be fairly adequate, soscottl2005-03-022-3/+1
* Clean up the botching of the previous repo-copy. Reference the includedscottl2005-03-026-12/+12
* - Allocate the interrupt resource as RF_SHAREABLE allowing uart(4) to workmarius2005-03-021-2/+8
* Fix SCM ID's.obrien2005-03-0210-17/+28
* Move all of the hptmv files to /sys/dev/hptmv so that they won't be mistakenscottl2005-03-0212-1/+24
* Protect acpivar.h with _KERNEL. No user parts inside currently.njl2005-03-021-0/+3
* When resubmitting a timed out request, reset donecount.mdodd2005-03-021-0/+1
* Handle PIO timeouts in ata_end_transaction() by immediately returning.mdodd2005-03-021-0/+3
* In ata_generic_reset() while waiting for both master & slave to becomemdodd2005-03-021-1/+4
* - Fix braino introduced in rev. 1.17, unlike the X1032A (HME-ISP1040-combo)marius2005-03-021-8/+8
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inimp2005-03-0129-74/+80
* Merge from NetBSD.sobomax2005-03-015-56/+150
* Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnimp2005-03-0114-28/+26
* Sync with 1.9 from NetBSD, this includes:sobomax2005-03-011-8/+26
* Save and restore the VGA state across a suspend-resume cycle. Thisiedowse2005-02-281-0/+1
* Use 0 instead if NULL for vm_offset_t argument to windrv_lookup() towpaul2005-02-284-10/+10
* Add missing ()phk2005-02-281-3/+3
* Protect against multiple includes and use _KERNEL to protect the PCI fns.njl2005-02-283-1/+14
* Add missing va_end() in fdc_cmd.yongari2005-02-281-2/+5
* There were two calls to cardbus_do_cis when cardbus_do_cis changed,imp2005-02-281-7/+5
* Expose pci_cfg_safe/restore for subclasses of pci to use.imp2005-02-282-4/+4
* Add FreeBSD ID.obrien2005-02-281-0/+2
* Use mss_{format,speed}() rather than chn_set{format,speed}() and holdmdodd2005-02-271-2/+4
* Use dynamic major number allocation.phk2005-02-271-1/+0
* Use dynamic major number allocation.phk2005-02-271-2/+0
* Use dynamic major number allocation.phk2005-02-271-3/+0
* Use dynamic major number allocation.phk2005-02-274-8/+0
* Use dynamic major number allocation.phk2005-02-272-8/+0
* Use dynamic major number allocation.phk2005-02-271-3/+0
* Remove debug printout of major/minor numbers, print name instead.phk2005-02-272-4/+4
* The zs(4) driver is superseded by uart(4) and broken in -CURRENT. Removemarius2005-02-271-337/+0
* Fix a stupid bogon from myself, sc->revision wasn't initialized whenmux2005-02-271-10/+10
* Add device id for the Ali M1671 host to AGP bridge.cognet2005-02-271-0/+2
* Make a pass through all drivers checking specs for desired behavior onnjl2005-02-272-1/+10
* Don't bother with cpufreq_register if we're info-only.njl2005-02-261-1/+2
* plug memory leaksam2005-02-262-36/+74
* move ptr deref's to after null checkssam2005-02-261-3/+6
* Declare the sbus(4) front-end of puc(4) also for fhc(4), allowingmarius2005-02-261-0/+1
* Add a stopgap allowing puc(4) to allocate IRQs on fhc(4). Given thatmarius2005-02-261-0/+9
* Remove duplicate FBSDID.marius2005-02-261-3/+0
* kill unused variablesam2005-02-251-2/+0
* Remove unused variable.njl2005-02-251-2/+0
* avoid null ptr derefsam2005-02-251-3/+4
* o avoid potential null ptr deref if symbol lookup failssam2005-02-251-2/+6
OpenPOWER on IntegriCloud