aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* MFp4:Warner Losh2005-09-102-5/+6
* Minor improvement for the suspend case for Ricoh based (and others)Warner Losh2005-09-081-0/+1
* The ed driver lock is already held in the mii frobbing routines. RemoveWarner Losh2005-09-081-11/+0
* Add note about what ED_DEFAULT_MAC_OFFSET applies toWarner Losh2005-09-081-0/+4
* Fix a typo that broke LINT.Scott Long2005-09-081-1/+1
* Move hme_stop() after ether_ifdetach() and if_free() to prevent aKen Smith2005-09-081-2/+2
* Import new version of the HPTMV driver from Highpoint. The major changeScott Long2005-09-0720-3299/+5257
* Sorting the belly button lint of history:Warner Losh2005-09-071-7/+15
* In set_mouse_pos(), try to avoid division by zero errors.Craig Rodrigues2005-09-071-1/+2
* Reorder code to not depend on an ISO-C illegal forward extern declaration.David E. O'Brien2005-09-073-1796/+1793
* Consistancy is the hobgoblin of small minds:Warner Losh2005-09-072-39/+39
* Minor reorg of pccard attach code to fix ax88x90 case broken after fixingWarner Losh2005-09-071-160/+158
* o Expose ed_probe_Novel_generic, it is useful for pccard case.Warner Losh2005-09-072-5/+3
* Fix DL100xx based cards. Don't drop resources. It was approrpiate inWarner Losh2005-09-071-2/+1
* move away from K&R function definitionsWarner Losh2005-09-061-10/+3
* Work around a bug I've seen on Linksys EC2T cards. For some reason,Warner Losh2005-09-061-2/+25
* Go ahead and | in ED_CR_PAGE_0, even though this doesn't change thingsWarner Losh2005-09-061-5/+8
* It turns out that many of the ambicom cards have their CIS resourcesWarner Losh2005-09-062-8/+27
* In sc_set_text_mode(), reset fontwidth if it is <= 0.Craig Rodrigues2005-09-061-0/+2
* Fix problem with finding the still working disk in a broken mirror on VIA.Søren Schmidt2005-09-062-1/+4
* When bge_stop() is called from bge_detach(), mii is already NULL, so checkPawel Jakub Dawidek2005-09-041-5/+10
* More consistantly return the correct BAR size. Before, we'd onlyWarner Losh2005-09-031-6/+8
* MFp4: kill bogus commentWarner Losh2005-09-021-5/+0
* At some point in the past, we read the PROM by words. Now we readWarner Losh2005-09-011-6/+2
* Typo in comment.John Baldwin2005-09-011-1/+1
* Treat resources that are 0xfffff.... as being 'unassigned'.Warner Losh2005-09-011-1/+6
* - Add md_mtx lock to protect ID number and list of devices.Pawel Jakub Dawidek2005-08-311-25/+37
* - Only call txp_release_resources() once if attach fails.John Baldwin2005-08-311-38/+31
* Update for a few recently discovered Olicom token ring cards:Warner Losh2005-08-311-1/+3
* FDOPT_NORETRY is an option, and must be compared with fd->options,Craig Rodrigues2005-08-301-1/+1
* Prevent division by zero errors in sc_mouse_move()Craig Rodrigues2005-08-305-14/+17
* Add back dropped if_media.h includeWarner Losh2005-08-301-0/+1
* Correct previous commit.Scott Long2005-08-291-3/+0
* Better commentWarner Losh2005-08-291-1/+4
* In ata_mode2str() properly list -1 as UNSUPPORTED.Søren Schmidt2005-08-291-0/+1
* Fix another instance of old info re: miibusWarner Losh2005-08-291-1/+1
* Eliminate bogus seatbelt in wi_cmd. This may have been appropriateWarner Losh2005-08-291-5/+0
* Fix support for the VIA 6421 controller.Søren Schmidt2005-08-292-3/+30
* Global Village appears to be using 0x018c as its vendor ID, but thisWarner Losh2005-08-291-1/+6
* Simplify names.Warner Losh2005-08-291-6/+6
* Finish conversion to bus space and make ed MP safe.Warner Losh2005-08-2811-236/+285
* - Allow for VLAN-sized frames and set IFCAP_VLAN_MTU.Marius Strobl2005-08-281-8/+23
* Re-enable sampling on the AMD64.Joseph Koshy2005-08-271-5/+0
* fix CardBus issue for Compaq R3000 series laptopJung-uk Kim2005-08-261-0/+18
* - Use m_defrag() instead of homerolling our own variantJohn Baldwin2005-08-261-68/+55
* Unbreak compiles with ACPI_DEBUG.Alexander Kabaev2005-08-261-0/+2
* For FreeBSD 4 binaries, when trying to read from a device that doesPaul Saab2005-08-261-1/+8
* - Remove non-bus-dma code.John Baldwin2005-08-252-456/+134
* Major rototill of this driver to add FreeBSD bus-dma support:John Baldwin2005-08-252-526/+771
* Dont set default mode to ATA_DMA_MAX on devices not capable of DMA.Søren Schmidt2005-08-251-1/+3