aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Add a new ioctl to get the maximum number of ATA channels.Maxime Henrion2003-03-221-0/+5
* Added missing dependency on rc4.Ruslan Ermilov2003-03-211-0/+1
* Added support for 82541 and 82547 based adapters.Prafulla Deuskar2003-03-217-621/+1972
* - Use if_broadcastaddr from struct ifnet rather than relying onMatthew N. Dodd2003-03-213-4/+4
* Use td->td_ucred instead of td->td_proc->p_ucred.John Baldwin2003-03-202-3/+3
* Distinguish between register sets that depend on ac97 caps (wr0, wr1,Orion Hodson2003-03-201-17/+38
* Correct vendor id for ALC101.Orion Hodson2003-03-201-1/+1
* Clear channel and tag bits before set them.Hidetoshi Shimokawa2003-03-191-0/+1
* Brucify.Maxim Sobolev2003-03-182-23/+25
* Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp2003-03-1810-10/+0
* o Lucent cards don't seem to like multiple buffers for tx. Use onlyWarner Losh2003-03-182-36/+25
* Move symbol reset detection code back into wi_reset. This is a moreWarner Losh2003-03-182-8/+10
* Add DLINK DWL650HWarner Losh2003-03-181-0/+1
* Add SMC 2602W pci card, from a post to mobile@Warner Losh2003-03-181-0/+1
* Use %jd and a cast to intmax_t instead of a cast to long.Warner Losh2003-03-181-4/+4
* Tag longling_addr as maybe using a bad type, I'm not sure.Warner Losh2003-03-181-1/+1
* Regenerate for 1.45Warner Losh2003-03-181-1/+4
* Add DLINK DWL650HWarner Losh2003-03-181-0/+1
* Remove bogus KASSERT. The 802.11 layer and the resume from suspendWarner Losh2003-03-171-2/+0