summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* -Wunusedimp2003-11-081-1/+1
* Remove channeling interrupts to IRQ1. Some chipsets don't do theimp2003-11-071-0/+7
* Ahh, the joys of badge engineering. Tell the sk driver that thepeter2003-11-072-0/+16
* Allow shared open of /dev/fwmem* for read-only.simokawa2003-11-071-16/+42
* Respect a return code of fwmem_open().simokawa2003-11-071-3/+3
* Increase FWMAXQUEUE up to 128.simokawa2003-11-071-1/+1
* Add compatibility for 4-stable.simokawa2003-11-071-0/+5
* Better attempt at fooling GEOM into working with burnable media.sos2003-11-071-1/+1
* Add PCID for 6i controllerps2003-11-071-0/+1
* Disable the (currently unused) xe_reg_dump() function, until I know forrsm2003-11-061-1/+9
* Correct the structure packing.ps2003-11-061-14/+14
* Use if_printf() for FWEDEBUG.simokawa2003-11-061-7/+7
* Pull ataraid out from under giant.sos2003-11-051-3/+3
* Make the driver conditionally MPSAFE. MPSAFEty defaults to not-mpsafeharti2003-11-052-2/+9
* When compiled with debugging trace the number of transmit mbufs thatharti2003-11-052-2/+46
* Initialize the USED flag in new external receive buffers to 0, not to 1.harti2003-11-051-2/+2
* Make xe_reg_dump non-static to avoid warnings (and tinerbox mail)imp2003-11-051-2/+2
* Truly fix the lockup mentioned in 1.153. The PRISM hardware is notgreen2003-11-041-0/+9
* Despite making the card not lock up, thae workaround from 1.153 didn'tgreen2003-11-041-3/+0
* Convert XE_DEBUG define to hw.xe.debug sysctl, to set debug logging levelrsm2003-11-042-206/+128
* Use %#jx for both args.imp2003-11-041-2/+2
* o Add sysctl to allow ignoring checksum of eeprom.imp2003-11-042-53/+77
* Fix wi(4)'s WI_RID_SCAN_RES ioctl (wicontrol -L). The wrong lengthgreen2003-11-041-9/+13
* On my ZoomAir-branded Intersil PRISM2 cards, if you try to set thegreen2003-11-041-0/+3
* Enable PCI interrupt routing for i386 SMP kernels.jhb2003-11-031-1/+1
* Fix two small style nits pointed out by bde: Remove spaces after cast andimp2003-11-031-1/+1
* Change the DRM_ERROR about authenticator not found back to DRM_DEBUG. It'sanholt2003-11-032-2/+2
* Sync to 1.79imp2003-11-031-4/+4
* Add intel EtherExpress PRO PCMCIA card ID. Well, I don't know if itimp2003-11-031-1/+1
* Sync to 1.78imp2003-11-031-1/+4
* o Use %j and uintmax_t rather than uint64_t for casting.imp2003-11-032-4/+4
* Fix prototypophk2003-11-031-1/+1
* Get word spacing right in morse mode.phk2003-11-032-1/+3
* - Change driver name to fix if_xname breakage in the previous revision.simokawa2003-11-031-3/+3
* Add a generic LED driver for flashing lamps.phk2003-11-032-0/+279
* Move sysctl declarations next to the corresponding tunable declarations.des2003-11-032-7/+6
* Remove explicit cardbus attachments from drivers where this is identicaldfr2003-11-0313-13/+0
* ia64 tenderbox hates what I did wrt a printf, so cast the snot out ofimp2003-11-031-2/+2
* Constify a few more strings that were hidden behind XE_DEBUG define.rsm2003-11-021-14/+8
* Fix burning of CD's that got broken by the GEOM'ification.sos2003-11-021-9/+5
* On ATA control commands return the registers in the request.sos2003-11-021-36/+44
* Correct the spelling of m_devget() in the sysctl variable description.ru2003-11-021-1/+1
* MFp4:imp2003-11-022-49/+99
* MFp4:imp2003-11-021-6/+14
* MFp4:imp2003-11-021-1/+3
* MFP4:imp2003-11-021-0/+1
* Make sure we get all user-written input. This simplifies themarkm2003-11-021-14/+5
* Do if_xname conversion. I missed this one because it's pc98 only.brooks2003-11-011-2/+2
* Make the cardbus driver a derived class of the pci driver. In theory, thisdfr2003-11-012-38/+3
* GEOM'ify atapi-cd. Original patch by phk, subtle changes by me.sos2003-11-012-183/+128
OpenPOWER on IntegriCloud