aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Revert 1.21; this was local code that should not have beenMatthew N. Dodd2003-03-301-5/+5
* - Temporary fix so this compiles with 64 bit bus_addr_t.Jake Burkholder2003-03-301-1/+2
* - Free interrupt handler in ep_free().Matthew N. Dodd2003-03-296-18/+32
* remove a blank line.Poul-Henning Kamp2003-03-291-1/+0
* Checksum the configuration EEPROM.Matthew N. Dodd2003-03-291-0/+43
* - Return error status instead of value in get_e().Matthew N. Dodd2003-03-294-32/+71
* Switch vr_encap over to using m_defrag instead of its own versionMike Silbersack2003-03-291-14/+2
* Update if_dc to use m_defrag, removing the semi-duplicate dc_coalMike Silbersack2003-03-291-35/+30
* - Deal with netisr changes.Matthew N. Dodd2003-03-291-5/+5
* - Declare ex_devclass in if_ex.cMatthew N. Dodd2003-03-294-8/+8
* - Move ex_pccard_detach() to if_ex.c and rename it to ex_detach().Matthew N. Dodd2003-03-294-15/+22
* Reformat for readability.Matthew N. Dodd2003-03-291-96/+98
* Remove useless code.Matthew N. Dodd2003-03-291-6/+0
* Don't compile the identify method yet.Matthew N. Dodd2003-03-291-0/+4
* Register dependency on the elink module.Matthew N. Dodd2003-03-291-0/+3
* Second round of updates to the ATA driver.Søren Schmidt2003-03-2911-536/+613
* - Move driver to newbus.Matthew N. Dodd2003-03-294-531/+1115
* Clear the IFF_OACTIVE flag at the end of ieinit(). This preventsMatthew N. Dodd2003-03-291-0/+2
* Adjust shared memory allocation to work on cards with only 8 KB of RAM.Matthew N. Dodd2003-03-291-6/+6
* Clean up argument comments for bus_dma_tag_create() calls.Matthew N. Dodd2003-03-2916-308/+451
* - Track resources in our softc.Matthew N. Dodd2003-03-295-127/+278
* Text formatting changes.Matthew N. Dodd2003-03-292-65/+68
* Don't panic if we aren't plugged into a hub.Matthew N. Dodd2003-03-291-5/+18
* Perform warm reset if codec reports ready on attach.Orion Hodson2003-03-281-14/+23
* pccarddevs_data.h no longer generatedWarner Losh2003-03-281-3/+2
* MFp4:Warner Losh2003-03-281-53/+5
* - Clean up function calling conventions.Matthew N. Dodd2003-03-284-433/+519
* Multicast support, gleaned from NetBSD's if_iy driver.Matthew N. Dodd2003-03-282-5/+103
* - Rely on ether_ifattach() to initialize part of our struct ifnetMatthew N. Dodd2003-03-271-23/+17
* Biofinish the request if we cannot malloc in ad_start.Søren Schmidt2003-03-271-3/+4
* Allocate the toplevel indir with M_WAITOK to avoid complicating thingsPoul-Henning Kamp2003-03-271-2/+6
* Catch up with recent events.Matthew N. Dodd2003-03-271-3/+1
* Add missing COMPAT_ISA_DRIVER().Matthew N. Dodd2003-03-271-0/+1
* Begin support for 64-bit address support and workarounds for newer cards:Scott Long2003-03-265-106/+211
* Re-work ac97 initialization to match cold reset described in AC97r.23Orion Hodson2003-03-261-12/+19
* For the VIA8233A use multi-sgd register set for primary playbackOrion Hodson2003-03-261-2/+8
* Add defines for low power and second codec ready.Orion Hodson2003-03-261-0/+3
* aic79xx.reg:Scott Long2003-03-251-4/+4
* Add code to implement two new USB quirk types: NO_INQUIRY and NO_INQUIRY_EVPDNate Lawson2003-03-251-11/+60
* Add an explanatory comment about what operational modes in xfwopt are.Matt Jacob2003-03-251-1/+5
* Fix 2 vm_offset_t -> vm_paddr_t missed in previous commit.Jake Burkholder2003-03-251-1/+1
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-2512-17/+17
* Retire sys/pc98/pc98/spkr.cMatthew N. Dodd2003-03-241-2/+4
* Change g_class initialization to sparse format.Poul-Henning Kamp2003-03-241-3/+1
* Use repo-copied files in sys/i386/bios.Matthew N. Dodd2003-03-241-1/+1
* Don't call sysbeep() in sc_bell() if either duration or pitch is zero.John Baldwin2003-03-241-1/+1
* - The payload of Write Request Quad must be network byte order.Hidetoshi Shimokawa2003-03-241-1/+1
* - The payload of Write Request Quad and Read Response Quad must beHidetoshi Shimokawa2003-03-242-2/+9
* Safe PCI configuration.Hidetoshi Shimokawa2003-03-241-2/+6
* MFP4 27224 and 27225:Warner Losh2003-03-221-3/+18