summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* - Deal with netisr changes.mdodd2003-03-291-5/+5
* - Declare ex_devclass in if_ex.cmdodd2003-03-294-8/+8
* - Move ex_pccard_detach() to if_ex.c and rename it to ex_detach().mdodd2003-03-294-15/+22
* Reformat for readability.mdodd2003-03-291-96/+98
* Remove useless code.mdodd2003-03-291-6/+0
* Don't compile the identify method yet.mdodd2003-03-291-0/+4
* Register dependency on the elink module.mdodd2003-03-291-0/+3
* Second round of updates to the ATA driver.sos2003-03-2911-537/+614
* - Move driver to newbus.mdodd2003-03-294-531/+1115
* Clear the IFF_OACTIVE flag at the end of ieinit(). This preventsmdodd2003-03-291-0/+2
* Adjust shared memory allocation to work on cards with only 8 KB of RAM.mdodd2003-03-291-6/+6
* Clean up argument comments for bus_dma_tag_create() calls.mdodd2003-03-2916-308/+451
* - Track resources in our softc.mdodd2003-03-295-127/+278
* Text formatting changes.mdodd2003-03-292-65/+68
* Don't panic if we aren't plugged into a hub.mdodd2003-03-291-5/+18
* Perform warm reset if codec reports ready on attach.orion2003-03-281-16/+25
* pccarddevs_data.h no longer generatedimp2003-03-281-3/+2
* MFp4:imp2003-03-281-53/+5
* - Clean up function calling conventions.mdodd2003-03-284-439/+525
* Multicast support, gleaned from NetBSD's if_iy driver.mdodd2003-03-282-5/+103
* - Rely on ether_ifattach() to initialize part of our struct ifnetmdodd2003-03-271-23/+17
* Biofinish the request if we cannot malloc in ad_start.sos2003-03-271-3/+4
* Allocate the toplevel indir with M_WAITOK to avoid complicating thingsphk2003-03-271-2/+6
* Catch up with recent events.mdodd2003-03-271-3/+1
* Add missing COMPAT_ISA_DRIVER().mdodd2003-03-271-0/+1
* Begin support for 64-bit address support and workarounds for newer cards:scottl2003-03-265-107/+212
* Re-work ac97 initialization to match cold reset described in AC97r.23orion2003-03-261-13/+20
* For the VIA8233A use multi-sgd register set for primary playbackorion2003-03-261-2/+8
* Add defines for low power and second codec ready.orion2003-03-261-0/+3
* aic79xx.reg:scottl2003-03-251-4/+4
* Add code to implement two new USB quirk types: NO_INQUIRY and NO_INQUIRY_EVPDnjl2003-03-251-11/+60
* Add an explanatory comment about what operational modes in xfwopt are.mjacob2003-03-251-1/+5
* Fix 2 vm_offset_t -> vm_paddr_t missed in previous commit.jake2003-03-251-1/+1
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-2512-17/+17
* Retire sys/pc98/pc98/spkr.cmdodd2003-03-241-2/+4
* Change g_class initialization to sparse format.phk2003-03-241-3/+1
* Use repo-copied files in sys/i386/bios.mdodd2003-03-241-1/+1
* Don't call sysbeep() in sc_bell() if either duration or pitch is zero.jhb2003-03-241-1/+1
* - The payload of Write Request Quad must be network byte order.simokawa2003-03-241-1/+1
* - The payload of Write Request Quad and Read Response Quad must besimokawa2003-03-242-2/+9
* Safe PCI configuration.simokawa2003-03-241-2/+6
* MFP4 27224 and 27225:imp2003-03-221-3/+18
* - Add a new ioctl to get the maximum number of ATA channels.mux2003-03-221-0/+5
* Added missing dependency on rc4.ru2003-03-211-0/+1
* Added support for 82541 and 82547 based adapters.pdeuskar2003-03-217-623/+1974
* - Use if_broadcastaddr from struct ifnet rather than relying onmdodd2003-03-213-4/+4
* Use td->td_ucred instead of td->td_proc->p_ucred.jhb2003-03-202-3/+3
* Distinguish between register sets that depend on ac97 caps (wr0, wr1,orion2003-03-201-17/+38
* Correct vendor id for ALC101.orion2003-03-201-1/+1
* Clear channel and tag bits before set them.simokawa2003-03-191-0/+1
OpenPOWER on IntegriCloud