summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Move es137x.c and es137x.h to a 2-clause BSD license. Also move a fewjoel2009-09-222-14/+34
* The ndis_scan function may be started after ndis vap have been destroyedcokane2009-09-221-0/+5
* - Add missing bus_dmamap_sync(9) calls for the work DMA map. Previouslymarius2009-09-221-7/+18
* - According to Linux, the ALi M5451 can do 31-bit DMA instead of justmarius2009-09-221-18/+78
* Use an unsigned integer for storing the key code.ed2009-09-221-1/+1
* Improve mxge watchdog routine's ability to reliably reset a failed NIC:gallatin2009-09-211-27/+72
* Add support for throttling transmit bandwidth. This is most commonlygallatin2009-09-212-2/+60
* To be safe, make this module initialize earlier by specifying SI_SUB_CPUdelphij2009-09-211-1/+1
* Style(9) fixes.delphij2009-09-213-10/+10
* Allow atkbd to obtain keyboard repeat rate from BIOS on amd64.delphij2009-09-211-19/+18
* Collapase interrupt supporting functions to a new module, and switch fromdelphij2009-09-215-311/+642
* Enable s3pci on amd64 which works on top of VESA, and allowdelphij2009-09-211-1/+0
* (semiforced commit to add comment missed in last delta)mjacob2009-09-213-2/+1
* Remove file unused in freebsd.mjacob2009-09-214-457/+66
* Re-remove the IBM0057 ID used for PS/2 mouse controllers. The asl for thejhb2009-09-201-1/+1
* Make the keyboard layer Unicode aware.ed2009-09-191-7/+19
* Change cache attribute for VESA frame buffer from UC to write-combining.jkim2009-09-191-1/+2
* Just use ttydisc_rint_simple() instead of doing it ourselves.ed2009-09-181-8/+2
* Call mwl_rxdma_cleanup() if there was an error setting up the RX DMA.rpaulo2009-09-181-1/+3
* Sync driver with Yahoo:scottl2009-09-163-74/+75
* Fix locking around copyout() operations.scottl2009-09-161-3/+9
* Make MSI and PERFORMANT interrupts work correctly. Only require the minimumscottl2009-09-162-4/+13
* Increase CISS_MAX_PHYSTGT to 256 so that it matches what the controller mightscottl2009-09-161-1/+1
* Accomodate old style XPT_IMMED_NOTIFY and XPT_NOTIFY_ACK so thatmjacob2009-09-152-27/+43
* Restore (undocumented) support for early revisions and add more comments.jkim2009-09-141-43/+77
* Use %zu for size_t.rpaulo2009-09-141-2/+3
* Fix previous commit. I got it backwards.rpaulo2009-09-141-1/+1
* Fix printf format string in asmc_key_dump().rpaulo2009-09-141-1/+1
* John Baldwin suggested that 'stolen memory' only happens in the case ofn_hibma2009-09-141-8/+6
* Make the sudden motion sensor work on older models and add a bit ofrpaulo2009-09-142-3/+122
* Enable BIOS modes on amd64.delphij2009-09-141-1/+1
* Make sure we never place the cursor outside the screen.ed2009-09-131-3/+6
* Add a couple of small fixes from the AMD folks.rnoland2009-09-131-4/+8
* Add missing pci id for Radeon 4850 X2rnoland2009-09-131-0/+1
* Commit a change that I missed in the previous commit.ed2009-09-121-0/+4
* Make 8-bit support run-time configurable.ed2009-09-121-0/+3
* Make use of the more flexable device hints by adding a new field,delphij2009-09-121-2/+3
* Catch up with ACPICA 20090903.jkim2009-09-114-126/+84
* Fix typos in comments from the previous commit.jkim2009-09-111-2/+2
* Improve amdtemp(4) significantly:jkim2009-09-111-125/+226
* pci(4): don't perform maximum register number checkavg2009-09-111-2/+1
* Extend the usage of sc(4)'s hint variable 'flag'. Bit 0x80 now meansdelphij2009-09-112-8/+15
* Stats missed packet handling was still not quitejfv2009-09-111-2/+4
* Fix build issue with last commit.jfv2009-09-101-2/+2
* Fix build complaint from previous checkinjfv2009-09-101-2/+2
* pci: remove definitions of duplicate constantsavg2009-09-102-12/+5
* Move the printing of aperture size and stolen memory behind bootverbose.n_hibma2009-09-101-9/+9
* Fix an xmit mbuf leak, when transmit failed but youjfv2009-09-101-6/+14
* Fix for pr 138516jfv2009-09-101-5/+10
* Don't print out a message on loading a module. 'kldload -v' and 'kldstatn_hibma2009-09-101-21/+2
OpenPOWER on IntegriCloud