summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* fail gracefully rather than using an invalid array index if unablesam2005-02-251-2/+6
* Instead of assuming units of bytes, it seems more likely that this isnjl2005-02-251-10/+5
* plug memory leaksam2005-02-251-13/+25
* Correct e-mail address in copyright.wpaul2005-02-251-1/+1
* avoid sneaky double freesam2005-02-251-1/+5
* Apparently, the probe routine in if_ndis_usb.c can be called twicewpaul2005-02-242-9/+9
* Fix style(9) issues with __P removal.imp2005-02-246-271/+259
* - Correct one aspect of the driver_object/device_object/IRP framework:wpaul2005-02-244-18/+211
* Return BUS_PROBE_DEFAULT instead of 0.imp2005-02-2414-20/+20
* Split the chip-specific code from the generic Utopia code. This simplifiesharti2005-02-245-923/+1120
* plug resource leaksam2005-02-241-0/+1
* remove gratuitous null ptr checksam2005-02-241-2/+1
* o nuke duplicate call of dpt_free when dpt_init failssam2005-02-241-3/+1
* If a register width is less than 8, assume the BIOS author thought it wasnjl2005-02-231-0/+12
* Belkin F5D5020 is an OEM'd card from RACORE based on the AX88190imp2005-02-222-1/+2
* Add a stratigic newlineimp2005-02-221-0/+1
* Add a entry for the Compaq R3000Z to indicate that it has the weird MADTjhb2005-02-221-0/+7
* - Add a new quirk to indicate that pin 0 of the first I/O APIC is reallyjhb2005-02-221-3/+12
* Minor style nits missed in earlier passesimp2005-02-222-5/+4
* remove dead code (inside a DEBUG ifdef)sam2005-02-221-6/+2
* Neuter DRM(mapbufs) until somebody finds time to try to fix it.phk2005-02-221-0/+4
* Increase the maximum to wait for a transition from 1 to 10 ms. In somenjl2005-02-221-4/+16
* Support disabling individual cpufreq drivers with hints, e.g.,njl2005-02-223-0/+9
* MFp4: Optimize in/out macros. Cache the handle and tag in softc andimp2005-02-222-44/+34
* Minor optimization of calling enable_16bit. We always have to call itimp2005-02-221-7/+2
* Set the start of the cooling time later on, when we're actually performingnjl2005-02-221-2/+2
* Since the GPE handler is directly called by ACPI-CA and it may have unknownnjl2005-02-211-3/+8
* Only send packet to bpf if we are committed to send it. Previously it wasmlaier2005-02-211-6/+10
* Minor style(9)isms.imp2005-02-211-40/+32
* - Remove dead code.scottl2005-02-211-3/+2
* Check for BIOS version 3.0 as well as 3.1.scottl2005-02-211-1/+1
* Don't attach ichss if est is present. On systems that seem to support both,njl2005-02-201-2/+6
* Be more verbose on errors with CIS reading. This should be a noop, butimp2005-02-201-4/+9
* style(9) nitimp2005-02-201-2/+2
* Fix merging botch I made in last version.imp2005-02-201-1/+0
* Perliminary support for Fujitsu SCSI LAN combo card. At least for theimp2005-02-201-1/+1
OpenPOWER on IntegriCloud