summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Sign-extend the 48-bit AMD PMC counter before treating it to a 64-bitadrian2008-03-181-5/+8
* Fix the debugging output - the '0x' was duplicated from the %p option.adrian2008-03-181-1/+1
* - Integrate 1.133 vendor driver changeskmacy2008-03-189-56/+110
* Add a "spindown" facility to ata-disks: If no requests have been receivedphk2008-03-174-2/+59
* don't set sniffer mode to ON when the driver is running with theweongyo2008-03-171-2/+1
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-162-2/+2
* Change spelling and eliminate a typo in comments to reduce diffs withemaste2008-03-141-11/+11
* Add a quirk to ignore ASUS LCM display found on some ASUS laptops.jkim2008-03-142-0/+3
* Correct a typo.jkoshy2008-03-141-2/+6
* Rework how the nexus(4) device works on x86 to better handle the idea ofjhb2008-03-132-45/+39
* Add the module dependency on the mem(4) module. This will fix the modulecokane2008-03-131-0/+1
* Relax the BIOS/OS sempahore handoff code to workaround different hardjhb2008-03-121-1/+4
* Partially revert 1.95. It changed the probe for a mouse device to onlyjhb2008-03-121-1/+4
* fix inverted test that disabled ACK's on xmitsam2008-03-121-1/+1
* add device hints to control the rx FIFO interrupt level on 16550A partssam2008-03-122-1/+18
* Add resume support to the agp_i810 family.remko2008-03-121-0/+17
* Convert TSEC watchdog to the new scheme.raj2008-03-122-18/+29
* Obtain TSEC h/w address from the parent bus (OCP) and not rely blindly on whatraj2008-03-121-10/+14
* Remove dead code which makes a call to mem_range_attr_set().gallatin2008-03-121-18/+2
* Don't enable the workaround for the jitter bug on the 5722.jhb2008-03-111-3/+4
* Teach vr(4) to use bus_dma(9) and major overhauling to handle linkyongari2008-03-112-789/+2006
* Forced commit to note that vr(4) was repocopied from sys/pciyongari2008-03-111-1/+1
* Move comments block 1 line up to remark on the settingyongari2008-03-111-2/+2
* Update wpi(4) with stability fixesthompsa2008-03-103-607/+514
* Probe CPUs after the PCI hierarchy on i386, amd64, and ia64. This allowsjhb2008-03-102-67/+72
* - Fix some style bugs and remove another banal comment missed inmarius2008-03-091-10/+11
* Some PIIX4 chipsets need to be told to generate Stop Breaks by settingrpaulo2008-03-091-0/+20
* Fix a mistake made during the import of the driver. Previous versions ofscottl2008-03-084-7/+7
* Apply le*toh() or htole*() to the variables of which we use the addressmarcel2008-03-071-1/+6
* Calculate the number of pages the GATT spans when reading from each pagejhb2008-03-071-3/+4
* Add proper support for the SATA/AHCI part of IXP[67]00sos2008-03-072-12/+28
* To overcome hardware checksum offload bug msk(4) used to computeyongari2008-03-071-2/+6
* Style tweak to the 5722 chipid to match the rest of this file.jhb2008-03-061-1/+1
* Flesh out support for the BCM5722 by recognizing the phy on the 5722 andjhb2008-03-064-1/+5
* Commit cmx(4), a driver for Omnikey CardMan 4040 PCMCIA smartcard readers.rink2008-03-065-0/+985
* Nuke local jumbo allocator and switch to use of UMA backed pageyongari2008-03-063-185/+6
* - Add PHY ID for BCM5709C 1000Base-T controllers.davidch2008-03-052-2/+6
* Oops, I accidently concatenated uslcom.[c4] multiple times before therink2008-03-051-1676/+0
* Import uslcom(4) from OpenBSD - this is a driver for Silicon Laboratoriesrink2008-03-052-0/+2121
* Plug memory leak in jumbo buffer allocation failure path.yongari2008-03-051-4/+12
* Add detection of isolation state.yongari2008-03-051-0/+5
* Support for Freescale integrated Three-Speed Ethernet Controller (TSEC).raj2008-03-033-0/+2287
* Recognize the quad-port Cicada (Vitesse) CS8204 10/100/1000TX PHY.raj2008-03-032-1/+4
* Support for Freescale QUad Integrated Communications Controller.raj2008-03-0311-0/+1456
* Initial support for Freescale PowerQUICC III MPC85xx system-on-chip family.raj2008-03-033-0/+115
* Don't map memory/IO resource in device probe and just use PCIyongari2008-03-031-42/+33
* Don't allow jumbo frame on 8139C+ controller.yongari2008-03-031-3/+11
* Implement WOL.yongari2008-03-031-0/+108
* - Handle buffer lock waiters count directly in the buffer cache insteadattilio2008-03-011-0/+1
* Change data formating in debug code.jfv2008-03-011-12/+12
OpenPOWER on IntegriCloud