summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Simplify the opening of the resources for cardbus cards. Before we'dimp2005-12-291-102/+53
* Sync the type (and size, compare mousestatus_t in /usr/include/sys/mouse.h)netchild2005-12-291-1/+1
* Add support for the HP 8200C/8250C/8290C scanners.netchild2005-12-292-0/+2
* Add support for the Canon CanoSvan LIDE 25.netchild2005-12-292-0/+2
* Fix some kind of "off by one"-error: the min or max sample rate thenetchild2005-12-291-2/+2
* Merge NetBSD rev. 1.61:netchild2005-12-291-1/+1
* Add support for Epson 2480 scanner.netchild2005-12-292-0/+2
* Emit USB_EVENT_DRIVER_DETACH on detach.netchild2005-12-291-0/+3
* Help Warner with merge from p4.glebius2005-12-291-1/+2
* Implement /dev/cardbus%d.cis, same thing as /dev/pccard%d.cis. Thereimp2005-12-294-71/+268
* Initialize the event tailq.scottl2005-12-281-0/+1
* Add missing parens.glebius2005-12-281-1/+1
* Fix the order of the stereo channels (left <-> right).netchild2005-12-281-4/+4
* o Fix typos in the comments.maxim2005-12-281-2/+2
* Check for IFF_DRV_RUNNING in the interrupt loop.glebius2005-12-281-2/+3
* Further updates to the Marvell support code.sos2005-12-281-13/+24
* When in rev. 1.47 cardbus_alloc_resources() function was moved fromglebius2005-12-281-15/+40
* A style nit.glebius2005-12-281-1/+1
* Tidy up em_resume():glebius2005-12-281-8/+4
* Cache the tx producer index instead of reading it every time ti_start isscottl2005-12-282-1/+4
* Fix a serious regression from the busdma conversion. Check to make surescottl2005-12-281-10/+17
* Add some sanity checking to the pccard insertion case. Whine if theimp2005-12-281-4/+6
* Bring big-endian architecture support for ti(4).yongari2005-12-282-241/+311
* Add a hid blacklist quirk.flz2005-12-274-1/+20
* Ensure that we're aligned at leas tto the size of the resource being requested.imp2005-12-271-0/+21
* nitsimp2005-12-271-1/+1
* Change the probes in ATA to return a negative value on success.sos2005-12-272-26/+24
* Update the last commit to also take 48Bit access functions.sos2005-12-271-1/+3
* Add initial support for the Marvell 88SX[56]0[48][01] series of SATA chips.sos2005-12-273-0/+456
* Fix rebuilds of arrays that got stuck.sos2005-12-273-9/+30
* - Plug a memory leak: free up per-cpu sample buffers at module unload time.jkoshy2005-12-261-3/+14
* Add simple suspend and resume methods. We call em_stop() on suspend andglebius2005-12-261-0/+40
* Wrap comment lines to be under 80 characters wide.jkoshy2005-12-261-2/+3
* Add suspend and resume support.ariff2005-12-251-4/+88
* Make tv_sec a time_t on all platforms but alpha. Brings us more in line withtrhodes2005-12-242-4/+4
* Use device_printf() and if_printf() rather than printf() and axeyongari2005-12-232-53/+51
* Return BUS_PROBE_GENERIC rather than 0 in the probe routine.jhb2005-12-221-1/+1
* Use the copy of the card's MAC address saved in tulip_enaddr() in the softcjhb2005-12-221-3/+12
* - All bge(4) supported hardware is known to support RX/TX checksum offloading,glebius2005-12-221-10/+69
* Add a quirk to fix resume on some laptops.glebius2005-12-221-0/+9
* Fix bge_eeprom_getbyte() to return 1 when timeout happens.yongari2005-12-221-3/+8
* Add bge(4) support for big-endian architectures(part 2/2).yongari2005-12-221-92/+75
* Drivers for AMD-8111 and NVIDIA nForce2/3/4 SMBus 2.0 controllers.ru2005-12-211-0/+2
* Use ETHER_ADDR_LEN rather than hardcoding 6.jhb2005-12-211-1/+1
* Add missing MODULE_DEPEND() so that ppbus.ko and these .ko's can beru2005-12-216-0/+6
* bandaid assumption that char is signedsam2005-12-211-1/+1
* - Fix type in previous commit; unbreak buildpav2005-12-201-1/+1
* - Use PCIR_BAR() macro for the BAR for the aperture.jhb2005-12-201-7/+1
* - Bump FreeBSD version for the hostb(4) and vgapci(4) drivers as well asjhb2005-12-2011-39/+63
* Attach to the vgapci device rather than pci.jhb2005-12-201-1/+11
OpenPOWER on IntegriCloud